auto: Formatted documents

This commit is contained in:
DaanV2
2021-05-18 23:32:44 +02:00
parent 6963d4eaab
commit 5b784a9cfc
400 changed files with 6276 additions and 1125 deletions

View File

@@ -34,7 +34,11 @@
"type": "array",
"additionalProperties": {
"type": "object",
"additionalProperties": { "type": "string", "description": "A single Animation controller reference", "title": "Animation Controller Reference" },
"additionalProperties": {
"type": "string",
"description": "A single Animation controller reference",
"title": "Animation Controller Reference"
},
"description": "A collection of animation controller references",
"title": "TODO"
},
@@ -50,8 +54,18 @@
"additionalProperties": { "type": "string", "description": "A single geometry reference", "title": "Geometry" },
"description": "The geometry specification"
},
"identifier": { "type": "string", "description": "TODO description: identifier", "title": "Identifier", "$ref": "../../../general/item/identifier.json" },
"item": { "type": "object", "title": "Item", "description": "TODO", "additionalProperties": { "type": "string", "title": "TODO", "description": "TODO" } },
"identifier": {
"type": "string",
"description": "TODO description: identifier",
"title": "Identifier",
"$ref": "../../../general/item/identifier.json"
},
"item": {
"type": "object",
"title": "Item",
"description": "TODO",
"additionalProperties": { "type": "string", "title": "TODO", "description": "TODO" }
},
"materials": {
"type": "object",
"additionalProperties": { "type": "string", "description": "A single material reference", "title": "Material" },
@@ -115,15 +129,30 @@
"type": "array",
"description": "TODO description: initialize",
"title": "Initialize",
"items": { "pattern": ";$", "$ref": "../../../molang/1.8.0/number.json", "description": "TODO description: initialize", "title": "Initialize" }
"items": {
"pattern": ";$",
"$ref": "../../../molang/1.8.0/number.json",
"description": "TODO description: initialize",
"title": "Initialize"
}
},
"pre_animation": {
"type": "array",
"description": "TODO description: pre aninamtion",
"title": "Pre Animation",
"items": { "pattern": ";$", "$ref": "../../../molang/1.8.0/number.json", "description": "TODO description: pre aninamtion", "title": "Pre Animation" }
"items": {
"pattern": ";$",
"$ref": "../../../molang/1.8.0/number.json",
"description": "TODO description: pre aninamtion",
"title": "Pre Animation"
}
},
"parent_setup": {
"type": "string",
"description": "TODO description: parent setup",
"title": "Parent Setup",
"$ref": "../../../molang/1.8.0/number.json"
},
"parent_setup": { "type": "string", "description": "TODO description: parent setup", "title": "Parent Setup", "$ref": "../../../molang/1.8.0/number.json" },
"scale": { "type": "string", "description": "TODO description: scale", "title": "Scale", "$ref": "../../../molang/1.8.0/number.json" }
}
},
@@ -138,7 +167,12 @@
"type": "object",
"description": "TODO description: spawn egg",
"title": "Spawn Egg",
"dependencies": { "texture": ["texture_index"], "texture_index": ["texture"], "base_colour": ["overlay_color"], "overlay_color": ["base_colour"] },
"dependencies": {
"texture": ["texture_index"],
"texture_index": ["texture"],
"base_colour": ["overlay_color"],
"overlay_color": ["base_colour"]
},
"properties": {
"base_colour": { "type": "string", "description": "TODO description: base colour", "title": "Base Colour" },
"overlay_color": { "type": "string", "description": "TODO description: overlay color", "title": "Overlay Color" },