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

@@ -100,12 +100,12 @@
"b": { "$ref": "#/definitions/color", "description": "The value of blue, between 0 and 1", "title": "B" },
"a": { "$ref": "#/definitions/color", "description": "The value of alpha, between 0 and 1", "title": "A" }
},
"description": "TODO description: color",
"description": "UNDOCUMENTATED: color",
"title": "Color"
},
"filter_lighting": { "type": "boolean", "description": "TODO description: filter lighting", "title": "Filter Lighting" },
"geometry": { "type": "string", "description": "TODO description: geometry", "title": "Geometry" },
"ignore_lighting": { "type": "boolean", "description": "TODO description: ignore lighting", "title": "Ignore Lighting" },
"filter_lighting": { "type": "boolean", "description": "UNDOCUMENTATED: filter lighting", "title": "Filter Lighting" },
"geometry": { "type": "string", "description": "UNDOCUMENTATED: geometry", "title": "Geometry" },
"ignore_lighting": { "type": "boolean", "description": "UNDOCUMENTATED: ignore lighting", "title": "Ignore Lighting" },
"is_hurt_color": {
"additionalProperties": false,
"type": "object",
@@ -128,11 +128,11 @@
"minItems": 1,
"items": {
"type": "object",
"additionalProperties": { "type": "string", "description": "TODO description: additionalProperties", "title": "TODO" },
"description": "TODO description: materials",
"additionalProperties": { "type": "string", "description": "UNDOCUMENTATED: additionalProperties", "title": "TODO" },
"description": "UNDOCUMENTATED: materials",
"title": "Materials"
},
"description": "TODO description: materials",
"description": "UNDOCUMENTATED: materials",
"title": "Materials"
},
"on_fire_color": {
@@ -144,13 +144,13 @@
"b": { "$ref": "#/definitions/color", "description": "The value of blue, must result in a float between 0 and 1", "title": "B" },
"a": { "$ref": "#/definitions/color", "description": "The value of alpha, must result in a float between 0 and 1", "title": "A" }
},
"description": "TODO description: on fire color",
"description": "UNDOCUMENTATED: on fire color",
"title": "On Fire Color"
},
"overlay_color": {
"additionalProperties": false,
"type": "object",
"description": "TODO description: overlay color",
"description": "UNDOCUMENTATED: overlay color",
"title": "Overlay Color",
"properties": {
"r": { "$ref": "#/definitions/color", "description": "The value of red, between 0 and 1", "title": "R" },
@@ -168,19 +168,19 @@
"type": "object",
"additionalProperties": { "oneOf": [{ "type": "string" }, { "type": "boolean" }, { "type": "number" }] }
},
"description": "TODO description: part visibility",
"description": "UNDOCUMENTATED: part visibility",
"title": "Part Visibility"
},
"rebuild_animation_matrices": {
"type": "boolean",
"description": "TODO description: rebuild animation matrices",
"description": "UNDOCUMENTATED: rebuild animation matrices",
"title": "Rebuild Animation Matrices"
},
"textures": {
"type": "array",
"minItems": 1,
"items": { "type": "string", "description": "TODO description: textures", "title": "Textures" },
"description": "TODO description: textures",
"items": { "type": "string", "description": "UNDOCUMENTATED: textures", "title": "Textures" },
"description": "UNDOCUMENTATED: textures",
"title": "Textures"
},
"uv_anim": {
@@ -192,25 +192,25 @@
"type": "array",
"minItems": 2,
"maxItems": 2,
"items": { "$ref": "../../../molang/number.json", "description": "TODO description: offset", "title": "Offset" },
"description": "TODO description: offset",
"items": { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTATED: offset", "title": "Offset" },
"description": "UNDOCUMENTATED: offset",
"title": "Offset"
},
"scale": {
"type": "array",
"description": "TODO description: scale",
"description": "UNDOCUMENTATED: scale",
"title": "Scale",
"minItems": 2,
"maxItems": 2,
"items": { "$ref": "../../../molang/number.json", "description": "TODO description: scale", "title": "Scale" }
"items": { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTATED: scale", "title": "Scale" }
}
},
"description": "TODO description: uv anim",
"description": "UNDOCUMENTATED: uv anim",
"title": "Uv Anim"
}
}
},
"description": "TODO description: render controllers",
"description": "UNDOCUMENTATED: render controllers",
"title": "Render Controllers"
}
}

View File

@@ -91,7 +91,7 @@
}
},
"color": {
"description": "TODO description: color",
"description": "UNDOCUMENTATED: color",
"title": "Color",
"additionalProperties": false,
"type": "object",
@@ -102,9 +102,9 @@
"a": { "$ref": "#/definitions/color", "description": "The value of alpha, must result in a float between 0 and 1", "title": "A" }
}
},
"filter_lighting": { "type": "boolean", "description": "TODO description: filter lighting", "title": "Filter Lighting" },
"geometry": { "type": "string", "description": "TODO description: geometry", "title": "Geometry" },
"ignore_lighting": { "type": "boolean", "description": "TODO description: ignore lighting", "title": "Ignore Lighting" },
"filter_lighting": { "type": "boolean", "description": "UNDOCUMENTATED: filter lighting", "title": "Filter Lighting" },
"geometry": { "type": "string", "description": "UNDOCUMENTATED: geometry", "title": "Geometry" },
"ignore_lighting": { "type": "boolean", "description": "UNDOCUMENTATED: ignore lighting", "title": "Ignore Lighting" },
"is_hurt_color": {
"type": "object",
"title": "Is Hurt Color",
@@ -127,11 +127,11 @@
"minItems": 1,
"items": {
"type": "object",
"additionalProperties": { "type": "string", "description": "TODO description: additionalProperties", "title": "TODO" },
"description": "TODO description: materials",
"additionalProperties": { "type": "string", "description": "UNDOCUMENTATED: additionalProperties", "title": "TODO" },
"description": "UNDOCUMENTATED: materials",
"title": "Materials"
},
"description": "TODO description: materials",
"description": "UNDOCUMENTATED: materials",
"title": "Materials"
},
"on_fire_color": {
@@ -143,7 +143,7 @@
"b": { "$ref": "#/definitions/color", "description": "The value of blue, must result in a float between 0 and 1", "title": "B" },
"a": { "$ref": "#/definitions/color", "description": "The value of alpha, must result in a float between 0 and 1", "title": "A" }
},
"description": "TODO description: on fire color",
"description": "UNDOCUMENTATED: on fire color",
"title": "On Fire Color"
},
"overlay_color": {
@@ -172,19 +172,19 @@
"title": "Part Visibilty"
}
},
"description": "TODO description: part visibility",
"description": "UNDOCUMENTATED: part visibility",
"title": "Part Visibility"
},
"rebuild_animation_matrices": {
"type": "boolean",
"description": "TODO description: rebuild animation matrices",
"description": "UNDOCUMENTATED: rebuild animation matrices",
"title": "Rebuild Animation Matrices"
},
"textures": {
"type": "array",
"minItems": 1,
"items": { "type": "string", "description": "TODO description: textures", "title": "Textures" },
"description": "TODO description: textures",
"items": { "type": "string", "description": "UNDOCUMENTATED: textures", "title": "Textures" },
"description": "UNDOCUMENTATED: textures",
"title": "Textures"
},
"uv_anim": {
@@ -196,25 +196,25 @@
"type": "array",
"minItems": 2,
"maxItems": 2,
"items": { "$ref": "../../../molang/number.json", "description": "TODO description: offset", "title": "Offset" },
"description": "TODO description: offset",
"items": { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTATED: offset", "title": "Offset" },
"description": "UNDOCUMENTATED: offset",
"title": "Offset"
},
"scale": {
"type": "array",
"description": "TODO description: scale",
"description": "UNDOCUMENTATED: scale",
"title": "Scale",
"minItems": 2,
"maxItems": 2,
"items": { "$ref": "../../../molang/number.json", "description": "TODO description: scale", "title": "Scale" }
"items": { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTATED: scale", "title": "Scale" }
}
},
"description": "TODO description: uv anim",
"description": "UNDOCUMENTATED: uv anim",
"title": "Uv Anim"
}
}
},
"description": "TODO description: render controllers",
"description": "UNDOCUMENTATED: render controllers",
"title": "Render Controllers"
}
}

View File

@@ -10,7 +10,7 @@
],
"type": "object",
"title": "Render Controllers",
"description": "TODO description",
"description": "UNDOCUMENTATED",
"allOf": [
{ "if": { "properties": { "format_version": { "type": "string", "const": "1.8.0" } } }, "then": { "$ref": "./1.8.0/render_controllers.json" } },
{ "if": { "properties": { "format_version": { "type": "string", "const": "1.10" } } }, "then": { "$ref": "./1.10.0/render_controllers.json" } },