updating todo titles

This commit is contained in:
DaanV2
2021-06-09 10:24:10 +02:00
parent 93a8ce3aec
commit ada0815fa6
78 changed files with 343 additions and 326 deletions

View File

@@ -11,23 +11,23 @@
"type": "object",
"properties": {
"atlas_index": {
"description": "TODO: add description",
"description": "UNDOCUMENTATED",
"title": "Atlas Index",
"type": "integer"
},
"atlas_tile": {
"description": "TODO: add description",
"description": "UNDOCUMENTATED",
"pattern": "^[a-z0-9_\\-]*$",
"title": "Atlas Index",
"type": "string"
},
"atlas_tile_variant": {
"description": "TODO: add description",
"description": "UNDOCUMENTATED",
"title": "Atlas Index",
"type": "integer"
},
"blend_frames": {
"description": "TODO: add description",
"description": "UNDOCUMENTATED",
"title": "Atlas Index",
"type": "boolean"
},
@@ -49,7 +49,7 @@
"type": "array"
},
"replicate": {
"description": "TODO: add description",
"description": "UNDOCUMENTATED",
"title": "Atlas Index",
"type": "integer"
},

View File

@@ -38,15 +38,15 @@
}
},
"properties": {
"resource_pack_name": { "type": "string", "title": "Resource Pack Name", "description": "TODO: add description" },
"resource_pack_name": { "type": "string", "title": "Resource Pack Name", "description": "UNDOCUMENTATED" },
"texture_data": {
"title": "Texture Data",
"description": "TODO: add description",
"description": "UNDOCUMENTATED",
"type": "object",
"propertyNames": { "pattern": "^[\\w_\\-\\.]+$" },
"additionalProperties": {
"title": "Texture Data",
"description": "TODO: add description",
"description": "UNDOCUMENTATED",
"type": "object",
"additionalProperties": false,
"properties": {
@@ -59,6 +59,6 @@
}
}
},
"texture_name": { "title": "Texture Name", "description": "TODO: add description", "type": "string" }
"texture_name": { "title": "Texture Name", "description": "UNDOCUMENTATED", "type": "string" }
}
}

View File

@@ -38,23 +38,23 @@
}
},
"properties": {
"num_mip_levels": { "type": "integer", "title": "Num Mip Levels", "description": "TODO: add description" },
"padding": { "type": "integer", "title": "Padding", "description": "TODO: add description" },
"resource_pack_name": { "type": "string", "title": "Resource Pack Name", "description": "TODO: add description" },
"num_mip_levels": { "type": "integer", "title": "Num Mip Levels", "description": "UNDOCUMENTATED" },
"padding": { "type": "integer", "title": "Padding", "description": "UNDOCUMENTATED" },
"resource_pack_name": { "type": "string", "title": "Resource Pack Name", "description": "UNDOCUMENTATED" },
"texture_data": {
"type": "object",
"propertyNames": { "pattern": "^[\\w_\\-\\.]+$" },
"additionalProperties": {
"type": "object",
"title": "Texture Data",
"description": "TODO: add description",
"description": "UNDOCUMENTATED",
"properties": {
"textures": { "oneOf": [{ "$ref": "#/definitions/texture" }, { "type": "array", "items": { "$ref": "#/definitions/texture" } }] }
}
},
"description": "UNDOCUMENTATED",
"title": "TODO Title"
"title": "Texture Data"
},
"texture_name": { "type": "string", "description": "UNDOCUMENTATED", "title": "TODO Title" }
"texture_name": { "type": "string", "description": "UNDOCUMENTATED", "title": "Texture Name" }
}
}