Updated comments

This commit is contained in:
DaanV2
2021-07-02 13:05:57 +02:00
parent dd28b6a467
commit 90a39eba44
67 changed files with 350 additions and 310 deletions

View File

@@ -25,7 +25,7 @@
"$id": "#/Sound/category",
"title": "Sound Category",
"enum": ["block", "music", "weather", "ui", "bucket", "neutral", "player", "hostile", "record"],
"description": "UNDOCUMENTATED: category"
"description": "UNDOCUMENTED: category"
},
"sounds": {
"items": {
@@ -62,7 +62,7 @@
"$id": "#/Sound/sounds/stringItem",
"type": "string",
"$ref": "#/definitions/SoundPath",
"description": "UNDOCUMENTATED: name",
"description": "UNDOCUMENTED: name",
"title": "Name"
}
},
@@ -71,10 +71,10 @@
"title": "Sounds"
}
],
"description": "UNDOCUMENTATED: sounds",
"description": "UNDOCUMENTED: sounds",
"title": "Sounds"
},
"description": "UNDOCUMENTATED: sounds",
"description": "UNDOCUMENTED: sounds",
"title": "Sounds"
}
}
@@ -90,7 +90,7 @@
"sound_definitions": {
"type": "object",
"additionalProperties": { "$ref": "#/definitions/SoundSpec" },
"description": "UNDOCUMENTATED: sound definitions",
"description": "UNDOCUMENTED: sound definitions",
"title": "Sound Definitions"
}
}