Updated Comments
This commit is contained in:
@@ -3,12 +3,10 @@
|
||||
"type": "object",
|
||||
"title": "Model Schema For 1.10.0",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"required": ["format_version"],
|
||||
"properties": {
|
||||
"debug": { "type": "boolean", "description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED" "title": "Debug" },
|
||||
"debug": { "type": "boolean", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Debug" },
|
||||
"format_version": {
|
||||
"title": "1.10.0 Format Version",
|
||||
"type": "string",
|
||||
|
||||
@@ -19,14 +19,12 @@
|
||||
"description": "The face maps this many texels from the uv origin. If not specified, the box dimensions are used instead.",
|
||||
"$ref": "#/definitions/uv"
|
||||
},
|
||||
"material_instance": { "type": "string", "description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }
|
||||
"material_instance": { "type": "string", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }
|
||||
}
|
||||
}
|
||||
},
|
||||
"properties": {
|
||||
"debug": { "type": "boolean", "default": false, "description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED" "title": "Debug" },
|
||||
"debug": { "type": "boolean", "default": false, "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Debug" },
|
||||
"format_version": {
|
||||
"title": "1.12.0 Format Version",
|
||||
"type": "string",
|
||||
|
||||
@@ -32,8 +32,7 @@
|
||||
}
|
||||
},
|
||||
"properties": {
|
||||
"debug": { "type": "boolean", "default": false, "description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED" "title": "Debug" },
|
||||
"debug": { "type": "boolean", "default": false, "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Debug" },
|
||||
"format_version": {
|
||||
"title": "1.14.0 Format Version",
|
||||
"type": "string",
|
||||
|
||||
@@ -32,8 +32,7 @@
|
||||
}
|
||||
},
|
||||
"properties": {
|
||||
"debug": { "title": "Debug", "description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED" "type": "boolean", "default": false },
|
||||
"debug": { "title": "Debug", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "boolean", "default": false },
|
||||
"format_version": {
|
||||
"title": "1.16.0 Format Version",
|
||||
"type": "string",
|
||||
@@ -448,8 +447,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"cape": { "title": "Cape", "description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED" "type": "string" }
|
||||
"cape": { "title": "Cape", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "string" }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,12 +3,10 @@
|
||||
"type": "object",
|
||||
"title": "Model Schema For 1.8.0",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"required": ["format_version"],
|
||||
"properties": {
|
||||
"debug": { "type": "boolean", "description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED" "title": "Debug" },
|
||||
"debug": { "type": "boolean", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Debug" },
|
||||
"format_version": {
|
||||
"title": "1.8.0 Format Version",
|
||||
"type": "string",
|
||||
@@ -63,15 +61,12 @@
|
||||
"title": "Poly Mesh",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"normalized_uvs": { "title": "Normalized Uvs", "description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED" "type": "boolean" },
|
||||
"normalized_uvs": { "title": "Normalized Uvs", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "boolean" },
|
||||
"positions": {
|
||||
"title": "Positions",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"type": "array",
|
||||
"items": [{ "type": "number" }, { "type": "number" }, { "type": "number" }]
|
||||
@@ -79,7 +74,6 @@
|
||||
"normals": {
|
||||
"title": "Normals",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"type": "array",
|
||||
"items": [{ "type": "number" }, { "type": "number" }, { "type": "number" }]
|
||||
@@ -87,7 +81,6 @@
|
||||
"polys": {
|
||||
"title": "Polys",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"type": "array",
|
||||
"items": {
|
||||
@@ -103,7 +96,6 @@
|
||||
"title": "Render Group Id",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"type": "integer",
|
||||
"minimum": 0
|
||||
},
|
||||
@@ -116,7 +108,6 @@
|
||||
"title": "Rotation",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"type": "array",
|
||||
"items": [{ "type": "number" }, { "type": "number" }, { "type": "number" }]
|
||||
},
|
||||
@@ -125,7 +116,6 @@
|
||||
"title": "Texture Meshes",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
@@ -141,10 +131,8 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"cape": { "title": "Cape", "description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED" "type": "string" },
|
||||
"debug": { "title": "Debug", "description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED" "type": "boolean" },
|
||||
"cape": { "title": "Cape", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "string" },
|
||||
"debug": { "title": "Debug", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "boolean" },
|
||||
"texturewidth": { "type": "integer", "description": "UNDOCUMENTATED: texturewidth", "title": "Texturewidth" },
|
||||
"textureheight": { "type": "integer", "description": "UNDOCUMENTATED: textureheight", "title": "Textureheight" },
|
||||
"visible_bounds_width": { "type": "number", "description": "UNDOCUMENTATED: visible bounds width", "title": "Visible Bounds Width" },
|
||||
|
||||
Reference in New Issue
Block a user