Replaced undocumented

This commit is contained in:
DaanV2
2021-06-16 16:19:12 +02:00
parent 8a6f695326
commit 9036e74f6e
376 changed files with 1410 additions and 1437 deletions

View File

@@ -128,7 +128,7 @@
"minItems": 1,
"items": {
"type": "object",
"additionalProperties": { "type": "string", "description": "UNDOCUMENTATED", "title": "Material" },
"additionalProperties": { "type": "string", "description": "UNDOCUMENTED", "title": "Material" },
"description": "UNDOCUMENTATED: materials",
"title": "Materials"
},

View File

@@ -10,7 +10,7 @@
],
"type": "object",
"title": "Render Controllers",
"description": "UNDOCUMENTATED",
"description": "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" } },