Replaced undocumented

This commit is contained in:
DaanV2
2021-06-16 16:19:12 +02:00
parent 8a6f695326
commit 9036e74f6e
376 changed files with 1410 additions and 1437 deletions

View File

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