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

@@ -26,7 +26,7 @@
"$id": "#/Sound/category",
"title": "Sound Category",
"enum": ["ambient", "block", "music", "weather", "ui", "bucket", "neutral", "player", "hostile", "record", "bottle"],
"description": "UNDOCUMENTATED: category"
"description": "UNDOCUMENTED: category"
},
"sounds": {
"items": {
@@ -57,7 +57,7 @@
"$id": "#/Sound/sounds/stringItem",
"type": "string",
"$ref": "#/definitions/SoundPath",
"description": "UNDOCUMENTATED: name",
"description": "UNDOCUMENTED: name",
"title": "Name"
}
},
@@ -66,10 +66,10 @@
"title": "Sounds"
}
],
"description": "UNDOCUMENTATED: sounds",
"description": "UNDOCUMENTED: sounds",
"title": "Sounds"
},
"description": "UNDOCUMENTATED: sounds",
"description": "UNDOCUMENTED: sounds",
"title": "Sounds"
}
}
@@ -84,11 +84,11 @@
"sound_definitions": {
"type": "object",
"additionalProperties": { "$ref": "#/definitions/SoundSpec" },
"description": "UNDOCUMENTATED: sound definitions",
"description": "UNDOCUMENTED: sound definitions",
"title": "Sound Definitions"
},
"__use_legacy_max_distance": {
"description": "UNDOCUMENTATED: use legacy Maximum distance",
"description": "UNDOCUMENTED: use legacy Maximum distance",
"title": "Use Legacy Maximum Distance",
"type": "string",
"enum": ["true", "false"]

View File

@@ -27,8 +27,8 @@
],
"title": "Event Name"
},
"min_delay": { "type": "integer", "description": "UNDOCUMENTATED: Minimum delay", "title": "Minimum Delay" },
"max_delay": { "type": "integer", "description": "UNDOCUMENTATED: Maximum delay", "title": "Maximum Delay" }
"min_delay": { "type": "integer", "description": "UNDOCUMENTED: Minimum delay", "title": "Minimum Delay" },
"max_delay": { "type": "integer", "description": "UNDOCUMENTED: Maximum delay", "title": "Maximum Delay" }
},
"title": "Music"
}

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"
}
}