Updated UNDOCUMENTED

This commit is contained in:
DaanV2
2021-07-01 11:35:53 +02:00
parent 6ac62d15e7
commit ba94cceb50
367 changed files with 2266 additions and 640 deletions

View File

@@ -4,13 +4,15 @@
"type": "object",
"title": "Block Reference",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"properties": {
"name": { "type": "string", "description": "UNDOCUMENTED", "title": "Name", "$ref": "../block/identifier.json" },
"name": { "type": "string", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Name", "$ref": "../block/identifier.json" },
"states": {
"type": "object",
"propertyNames": { "pattern": "\\w*:?\\w+" },
"additionalProperties": { "oneOf": [{ "type": "boolean" }, { "type": "integer" }, { "type": "string" }] },
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"title": "State"
}
}