addedInput schema / properties / direction
Added value: +{
+ "enum": [
+ "declares",
+ "declared-to",
+ "both"
+ ],
+ "type": "string"
+}
addedInput schema / properties / type
Added value: +{
+ "type": "string"
+}
addedInput schema / properties / via
Added value: +{
+ "type": "string"
+}
changedOutput schema / additionalProperties
Previous value: -{}New value: +false
addedOutput schema / properties / enums
Added value: +{
+ "items": {
+ "additionalProperties": {},
+ "properties": {
+ "required": {
+ "type": "boolean"
+ },
+ "tokens": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "type": {
+ "type": "string"
+ },
+ "via": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "via",
+ "tokens",
+ "required",
+ "type"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+}
addedOutput schema / properties / forms
Added value: +{
+ "additionalProperties": {
+ "type": "string"
+ },
+ "propertyNames": {
+ "type": "string"
+ },
+ "type": "object"
+}
addedOutput schema / properties / joins
Added value: +{
+ "items": {
+ "additionalProperties": {},
+ "properties": {
+ "kind": {
+ "type": "string"
+ },
+ "section": {
+ "type": "string"
+ },
+ "type": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "kind",
+ "section",
+ "type"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+}
addedOutput schema / properties / lists
Added value: +{
+ "items": {
+ "additionalProperties": {},
+ "properties": {
+ "kind": {
+ "type": "string"
+ },
+ "min": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "required": {
+ "type": "boolean"
+ },
+ "section": {
+ "type": "string"
+ },
+ "type": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "section",
+ "kind",
+ "required",
+ "min",
+ "type"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+}
addedOutput schema / properties / ownership
Added value: +{
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "owned": {
+ "type": "string"
+ },
+ "owner": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "owner",
+ "owned"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+}
addedOutput schema / properties / reading
Added value: +{
+ "additionalProperties": {
+ "type": "string"
+ },
+ "propertyNames": {
+ "type": "string"
+ },
+ "type": "object"
+}
addedOutput schema / properties / relations
Added value: +{
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "array": {
+ "type": "boolean"
+ },
+ "form": {
+ "enum": [
+ "ref",
+ "ref?",
+ "qualifier"
+ ],
+ "type": "string"
+ },
+ "from": {
+ "type": "string"
+ },
+ "max": {
+ "anyOf": [
+ {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "min": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "required": {
+ "type": "boolean"
+ },
+ "to": {
+ "type": "string"
+ },
+ "via": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "from",
+ "via",
+ "to",
+ "form",
+ "array",
+ "required",
+ "min",
+ "max"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+}
changedOutput schema / required
Previous value: -[
- "model"
-]New value: +[
+ "relations",
+ "ownership",
+ "enums",
+ "joins",
+ "lists",
+ "forms",
+ "reading",
+ "model"
+]