Added documentation to dialogue

This commit is contained in:
Daan Verstraten
2022-03-12 10:21:06 +01:00
parent 6e5e862600
commit f5e83f3937

View File

@@ -18,7 +18,7 @@
],
"type": "object",
"title": "NPC Dialogue",
"description": "UNDOCUMENTED",
"description": "Specifies the dialogue scenes",
"$comment": "UNDOCUMENTED",
"additionalProperties": false,
"required": ["format_version", "minecraft:npc_dialogue"],
@@ -26,20 +26,20 @@
"format_version": { "$ref": "../../general/format_version.json" },
"minecraft:npc_dialogue": {
"title": "NPC Dialogue",
"description": "UNDOCUMENTED",
"description": "Specifies the dialogue of an npc",
"$comment": "UNDOCUMENTED",
"type": "object",
"additionalProperties": false,
"properties": {
"scenes": {
"title": "Scenes",
"description": "UNDOCUMENTED",
"description": "The different scenes",
"$comment": "UNDOCUMENTED",
"type": "array",
"minItems": 1,
"items": {
"title": "Scene",
"description": "UNDOCUMENTED",
"description": "A single scene specification",
"$comment": "UNDOCUMENTED",
"type": "object",
"additionalProperties": false,