UNDOCUMENTATED description, or needs to be filled in
This commit is contained in:
@@ -4,14 +4,14 @@
|
||||
"description": "The function set_count",
|
||||
"title": "Set Count",
|
||||
"properties": {
|
||||
"function": { "type": "string", "const": "set_count", "title": "Function", "description": "TODO description" },
|
||||
"function": { "type": "string", "const": "set_count", "title": "Function", "description": "UNDOCUMENTATED" },
|
||||
"count": {
|
||||
"title": "Count",
|
||||
"oneOf": [
|
||||
{ "type": "integer" },
|
||||
{ "type": "object", "properties": { "min": { "type": "integer", "title": "Minimum" }, "max": { "type": "integer", "title": "Maximum" } } }
|
||||
],
|
||||
"description": "TODO description"
|
||||
"description": "UNDOCUMENTATED"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user