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

@@ -14,7 +14,11 @@
},
"feedItems": {
"description": "List of items that can be fed to the entity. Includes `item` for the item name and `growth` to define how much time it grows up by",
"title": "Feed Items",
"type": "array",
"items": {
"title": "Feed Items",
"description": "UNDOCUMENTATED: feedItems",
"oneOf": [
{
"type": "object",
@@ -29,11 +33,8 @@
}
},
{ "type": "string", "$ref": "../../../../general/item/identifier.json" }
],
"description": "UNDOCUMENTATED: feedItems",
"title": "Feed Items"
},
"title": "Feed Items"
]
}
},
"drop_items": {
"type": "array",
@@ -43,11 +44,11 @@
},
"grow_up": {
"description": "Event to run when this entity grows up",
"title": "Grow Up",
"oneOf": [
{ "type": "string" },
{ "type": "object", "properties": { "event": { "type": "string" }, "target": { "$ref": "../../filters/filters/types/subject.json" } } }
],
"title": "TODO Title"
]
}
}
}