{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"node": {
"additionalProperties": false,
"properties": {
"attributeId": {
"type": "string"
},
"children": {
"type": "array"
},
"contentType": {
"type": "string"
},
"dataType": {
"enum": [
"plain",
"reference",
"date",
"url",
"boolean",
"file"
],
"type": "string"
},
"description": {
"type": "string"
},
"file": {
"type": "string"
},
"filename": {
"type": "string"
},
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"supertags": {
"items": {
"additionalProperties": false,
"properties": {
"fields": {
"additionalProperties": {
"type": "string"
},
"type": "object"
},
"id": {
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
},
"type": "array"
},
"type": {
"const": "field",
"type": "string"
},
"value": {
"type": "boolean"
}
},
"type": "object"
},
"targetNodeId": {
"type": "string"
}
},
"required": [
"node"
],
"type": "object"
}