Updated UNDOCUMENTED
This commit is contained in:
@@ -128,7 +128,7 @@
|
||||
"minItems": 1,
|
||||
"items": {
|
||||
"type": "object",
|
||||
"additionalProperties": { "type": "string", "description": "UNDOCUMENTED", "title": "Material" },
|
||||
"additionalProperties": { "type": "string", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Material" },
|
||||
"description": "UNDOCUMENTATED: materials",
|
||||
"title": "Materials"
|
||||
},
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
"type": "object",
|
||||
"title": "Render Controllers",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"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" } },
|
||||
|
||||
Reference in New Issue
Block a user