UNDOCUMENTATED description, or needs to be filled in

This commit is contained in:
DaanV2
2021-06-09 09:40:37 +02:00
parent c4174e2457
commit 0bff0baa33
156 changed files with 481 additions and 465 deletions

View File

@@ -3,7 +3,7 @@
"type": "object",
"additionalItems": false,
"title": "Sound File For 1.14.0",
"description": "TODO description",
"description": "UNDOCUMENTATED",
"definitions": {
"SoundPath": {
"$id": "SoundFilepath",
@@ -25,7 +25,7 @@
"$id": "#/Sound/category",
"title": "Sound Category",
"enum": ["ambient", "block", "music", "weather", "ui", "bucket", "neutral", "player", "hostile", "record", "bottle"],
"description": "TODO description: category"
"description": "UNDOCUMENTATED: category"
},
"sounds": {
"items": {
@@ -34,7 +34,7 @@
"$id": "#/Sound/sounds/stringItem",
"type": "string",
"$ref": "#/definitions/SoundPath",
"description": "TODO description: Todo",
"description": "UNDOCUMENTATED: Todo",
"title": "Todo"
},
{
@@ -55,22 +55,22 @@
"$id": "#/Sound/sounds/stringItem",
"type": "string",
"$ref": "#/definitions/SoundPath",
"description": "TODO description: name",
"description": "UNDOCUMENTATED: name",
"title": "Name"
}
},
"description": "TODO description: Todo",
"description": "UNDOCUMENTATED: Todo",
"title": "Todo"
}
],
"description": "TODO description: sounds",
"description": "UNDOCUMENTATED: sounds",
"title": "Sounds"
},
"description": "TODO description: sounds",
"description": "UNDOCUMENTATED: sounds",
"title": "Sounds"
}
},
"description": "TODO description: additionalProperties"
"description": "UNDOCUMENTATED: additionalProperties"
}
},
"properties": {
@@ -82,11 +82,11 @@
"sound_definitions": {
"type": "object",
"additionalProperties": { "$ref": "#/definitions/SoundSpec" },
"description": "TODO description: sound definitions",
"description": "UNDOCUMENTATED: sound definitions",
"title": "Sound Definitions"
},
"__use_legacy_max_distance": {
"description": "TODO description: use legacy max distance",
"description": "UNDOCUMENTATED: use legacy max distance",
"title": "Use Legacy Max Distance",
"type": "string",
"enum": ["true", "false"]

View File

@@ -27,8 +27,8 @@
],
"title": "Event Name"
},
"min_delay": { "type": "integer", "description": "TODO description: min delay", "title": "Min Delay" },
"max_delay": { "type": "integer", "description": "TODO description: max delay", "title": "Max Delay" }
"min_delay": { "type": "integer", "description": "UNDOCUMENTATED: min delay", "title": "Min Delay" },
"max_delay": { "type": "integer", "description": "UNDOCUMENTATED: max delay", "title": "Max Delay" }
},
"title": "Music"
}

View File

@@ -2,7 +2,7 @@
"$id": "blockception.minecraft.sound_definition.json",
"type": "object",
"title": "Sound File, Unknown Version",
"description": "TODO description",
"description": "UNDOCUMENTATED",
"definitions": {
"SoundPath": {
"$id": "SoundFilepath",
@@ -24,7 +24,7 @@
"$id": "#/Sound/category",
"title": "Sound Category",
"enum": ["block", "music", "weather", "ui", "bucket", "neutral", "player", "hostile", "record"],
"description": "TODO description: category"
"description": "UNDOCUMENTATED: category"
},
"sounds": {
"items": {
@@ -33,7 +33,7 @@
"$id": "#/Sound/sounds/stringItem",
"type": "string",
"$ref": "#/definitions/SoundPath",
"description": "TODO description: Todo",
"description": "UNDOCUMENTATED: Todo",
"title": "Todo"
},
{
@@ -60,22 +60,22 @@
"$id": "#/Sound/sounds/stringItem",
"type": "string",
"$ref": "#/definitions/SoundPath",
"description": "TODO description: name",
"description": "UNDOCUMENTATED: name",
"title": "Name"
}
},
"description": "TODO description: Todo",
"description": "UNDOCUMENTATED: Todo",
"title": "Todo"
}
],
"description": "TODO description: sounds",
"description": "UNDOCUMENTATED: sounds",
"title": "Sounds"
},
"description": "TODO description: sounds",
"description": "UNDOCUMENTATED: sounds",
"title": "Sounds"
}
},
"description": "TODO description: additionalProperties"
"description": "UNDOCUMENTATED: additionalProperties"
}
},
"additionalProperties": { "$ref": "#/definitions/SoundSpec" },
@@ -88,7 +88,7 @@
"sound_definitions": {
"type": "object",
"additionalProperties": { "$ref": "#/definitions/SoundSpec" },
"description": "TODO description: sound definitions",
"description": "UNDOCUMENTATED: sound definitions",
"title": "Sound Definitions"
}
}