Updated titles

This commit is contained in:
DaanV2
2021-07-01 16:32:59 +02:00
parent 0b1527e81a
commit bd92fde1b8
30 changed files with 132 additions and 124 deletions

View File

@@ -36,11 +36,10 @@
"title": "Blocks To Avoid",
"items": {
"title": "Block",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"description": "Tells the pathfinder which blocks to avoid when creating a path",
"oneOf": [
{ "type": "string", "$ref": "../../../../general/block/identifier.json" },
{ "type": "object", "title": "TODO", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } }
{ "type": "object", "properties": { "name": { "$ref": "../../../../general/block/identifier.json", "title": "Name" } } }
]
}
},