Updated UNDOCUMENTED

This commit is contained in:
DaanV2
2021-07-01 11:35:53 +02:00
parent 6ac62d15e7
commit ba94cceb50
367 changed files with 2266 additions and 640 deletions

View File

@@ -5,17 +5,18 @@
"title": "Set Data",
"type": "object",
"properties": {
"function": { "type": "string", "const": "set_data", "description": "UNDOCUMENTED", "title": "Function" },
"function": { "type": "string", "const": "set_data", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Function" },
"data": {
"title": "Data",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"oneOf": [
{ "type": "integer" },
{
"type": "object",
"properties": {
"min": { "type": "integer", "title": "Minimum", "description": "UNDOCUMENTED" },
"max": { "type": "integer", "title": "Maximum", "description": "UNDOCUMENTED" }
"min": { "type": "integer", "title": "Minimum", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
"max": { "type": "integer", "title": "Maximum", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }
}
}
]