UNDOCUMENTATED description, or needs to be filled in

This commit is contained in:
DaanV2
2021-06-09 09:40:37 +02:00
parent c4174e2457
commit 0bff0baa33
156 changed files with 481 additions and 465 deletions

View File

@@ -6,21 +6,21 @@
"properties": {
"direction": {
"anyOf": [
{ "type": "string", "enum": ["inwards", "outwards"], "description": "TODO description: Todo", "title": "Todo" },
{ "type": "string", "enum": ["inwards", "outwards"], "description": "UNDOCUMENTATED: Todo", "title": "Todo" },
{
"type": "array",
"items": {
"minItems": 3,
"maxItems": 3,
"$ref": "../../../../molang/number.json",
"description": "TODO description: Todo",
"description": "UNDOCUMENTATED: Todo",
"title": "Todo"
},
"description": "TODO description: Todo",
"description": "UNDOCUMENTATED: Todo",
"title": "Todo"
}
],
"description": "TODO description: direction",
"description": "UNDOCUMENTATED: direction",
"title": "Direction"
},
"offset": {
@@ -29,14 +29,14 @@
"minItems": 3,
"maxItems": 3,
"$ref": "../../../../molang/number.json",
"description": "TODO description: offset",
"description": "UNDOCUMENTATED: offset",
"title": "Offset"
},
"description": "TODO description",
"description": "UNDOCUMENTATED",
"title": "TODO Title"
},
"radius": { "$ref": "../../../../molang/number.json", "description": "TODO description: radius", "title": "Radius" },
"surface_only": { "type": "boolean", "description": "TODO description: surface only", "title": "Surface Only" }
"radius": { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED: radius", "title": "Radius" },
"surface_only": { "type": "boolean", "description": "UNDOCUMENTATED: surface only", "title": "Surface Only" }
},
"description": "TODO description: "
"description": "UNDOCUMENTATED: "
}