addedOutput schema / properties / entity
Added value: +{
+ "additionalProperties": {},
+ "properties": {
+ "fields": {
+ "additionalProperties": {},
+ "propertyNames": {
+ "type": "string"
+ },
+ "type": "object"
+ },
+ "id": {
+ "type": "string"
+ },
+ "name": {
+ "type": "string"
+ },
+ "owner": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "path": {
+ "type": "string"
+ },
+ "referenceCounts": {
+ "additionalProperties": false,
+ "properties": {
+ "referencedBy": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "references": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ }
+ },
+ "required": [
+ "references",
+ "referencedBy"
+ ],
+ "type": "object"
+ },
+ "referencedBy": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "attrs": {
+ "additionalProperties": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "id": {
+ "type": "string"
+ },
+ "name": {
+ "type": "string"
+ },
+ "type": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "id",
+ "type",
+ "name"
+ ],
+ "type": "object"
+ }
+ ]
+ },
+ "propertyNames": {
+ "type": "string"
+ },
+ "type": "object"
+ },
+ "from": {
+ "additionalProperties": false,
+ "properties": {
+ "id": {
+ "type": "string"
+ },
+ "name": {
+ "type": "string"
+ },
+ "type": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "id",
+ "type",
+ "name"
+ ],
+ "type": "object"
+ },
+ "to": {
+ "additionalProperties": false,
+ "properties": {
+ "id": {
+ "type": "string"
+ },
+ "name": {
+ "type": "string"
+ },
+ "type": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "id",
+ "type",
+ "name"
+ ],
+ "type": "object"
+ },
+ "via": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "from",
+ "via",
+ "to",
+ "attrs"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "references": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "attrs": {
+ "additionalProperties": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "id": {
+ "type": "string"
+ },
+ "name": {
+ "type": "string"
+ },
+ "type": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "id",
+ "type",
+ "name"
+ ],
+ "type": "object"
+ }
+ ]
+ },
+ "propertyNames": {
+ "type": "string"
+ },
+ "type": "object"
+ },
+ "from": {
+ "additionalProperties": false,
+ "properties": {
+ "id": {
+ "type": "string"
+ },
+ "name": {
+ "type": "string"
+ },
+ "type": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "id",
+ "type",
+ "name"
+ ],
+ "type": "object"
+ },
+ "to": {
+ "additionalProperties": false,
+ "properties": {
+ "id": {
+ "type": "string"
+ },
+ "name": {
+ "type": "string"
+ },
+ "type": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "id",
+ "type",
+ "name"
+ ],
+ "type": "object"
+ },
+ "via": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "from",
+ "via",
+ "to",
+ "attrs"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "sections": {
+ "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"
+ },
+ "stamp": {
+ "additionalProperties": {},
+ "properties": {
+ "end": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "kind": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "start": {
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "required": [
+ "kind",
+ "start",
+ "end"
+ ],
+ "type": "object"
+ },
+ "tagline": {
+ "type": "string"
+ },
+ "type": {
+ "type": "string"
+ },
+ "url": {
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "required": [
+ "id",
+ "type",
+ "name",
+ "tagline",
+ "owner",
+ "path",
+ "url",
+ "fields",
+ "sections",
+ "references",
+ "referencedBy",
+ "referenceCounts"
+ ],
+ "type": "object"
+}