UNDOCUMENTATED description

This commit is contained in:
DaanV2
2021-06-09 09:41:09 +02:00
parent 0bff0baa33
commit b68ba1865c
122 changed files with 326 additions and 301 deletions

View File

@@ -3,7 +3,7 @@
"additionalProperties": false,
"type": "object",
"title": "TODO",
"description": "TODO",
"description": "UNDOCUMENTATED",
"properties": {
"name": { "type": "string", "description": "UNDOCUMENTATED", "title": "TODO Title" },
"states": {

View File

@@ -3,7 +3,7 @@
"additionalProperties": false,
"type": "object",
"title": "TODO",
"description": "TODO",
"description": "UNDOCUMENTATED",
"properties": {
"numerator": { "type": "number", "minimum": 1, "description": "UNDOCUMENTATED", "title": "TODO Title" },
"denominator": { "type": "number", "minimum": 1, "description": "UNDOCUMENTATED", "title": "TODO Title" }

View File

@@ -31,7 +31,7 @@
"title": "Experimental Custom Ui"
},
"chemistry": { "type": "boolean", "description": "Allows the pack to add, change or replace Chemistry functionality", "title": "Chemistry" },
"raytraced": { "type": "boolean", "description": "TODO", "title": "Raytraced" }
"raytraced": { "type": "boolean", "description": "UNDOCUMENTATED", "title": "Raytraced" }
}
},
"dependencies": {