addedOutput schema / properties / relations
Added value: +{
+ "additionalProperties": false,
+ "properties": {
+ "enums": {
+ "items": {
+ "additionalProperties": {},
+ "properties": {
+ "required": {
+ "type": "boolean"
+ },
+ "tokens": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "via": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "via",
+ "tokens",
+ "required"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "joins": {
+ "items": {
+ "additionalProperties": {},
+ "properties": {
+ "kind": {
+ "type": "string"
+ },
+ "section": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "kind",
+ "section"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "lists": {
+ "items": {
+ "additionalProperties": {},
+ "properties": {
+ "kind": {
+ "type": "string"
+ },
+ "min": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "required": {
+ "type": "boolean"
+ },
+ "section": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "section",
+ "kind",
+ "required",
+ "min"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "owner": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "owns": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "referencedBy": {
+ "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"
+ },
+ "via": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "from",
+ "via",
+ "form",
+ "array",
+ "required",
+ "min",
+ "max"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "references": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "array": {
+ "type": "boolean"
+ },
+ "form": {
+ "enum": [
+ "ref",
+ "ref?",
+ "qualifier"
+ ],
+ "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": [
+ "via",
+ "to",
+ "form",
+ "array",
+ "required",
+ "min",
+ "max"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "owner",
+ "owns",
+ "references",
+ "referencedBy",
+ "enums",
+ "joins",
+ "lists"
+ ],
+ "type": "object"
+}
addedOutput schema / properties / sections
Added value: +{
+ "items": {
+ "additionalProperties": {},
+ "properties": {
+ "heading": {
+ "type": "string"
+ },
+ "tables": {
+ "items": {
+ "additionalProperties": {},
+ "properties": {
+ "columns": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "rows": {
+ "items": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "columns",
+ "rows"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "text": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "heading",
+ "text",
+ "tables"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+}