UNDOCUMENTATED description
This commit is contained in:
@@ -16,19 +16,19 @@
|
||||
"properties": {
|
||||
"overlay_color": { "description": "The color to apply to the texture", "title": "overlay_color", "format": "color-hex" },
|
||||
"path": { "description": "A texture file", "type": "string", "pattern": "^textures/.+$", "title": "Path" },
|
||||
"tint_color": { "title": "Tint Color", "description": "TODO", "format": "color-hex", "type": "string" },
|
||||
"tint_color": { "title": "Tint Color", "description": "UNDOCUMENTATED", "format": "color-hex", "type": "string" },
|
||||
"variations": {
|
||||
"type": "array",
|
||||
"title": "Variantions",
|
||||
"description": "TODO",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"title": "Variantion",
|
||||
"description": "TODO",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"required": ["path"],
|
||||
"properties": {
|
||||
"path": { "description": "A texture file", "type": "string", "pattern": "^textures/.+$", "title": "Path" },
|
||||
"weight": { "type": "integer", "title": "Weight", "description": "TODO" }
|
||||
"weight": { "type": "integer", "title": "Weight", "description": "UNDOCUMENTATED" }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user