hyperion.ng/libsrc/api/JSONRPC_schema/schema-clearall.json

22 lines
316 B
JSON
Raw Normal View History

2019-01-27 13:41:21 +01:00
{
"type":"object",
"required":true,
"properties":{
"command": {
"type" : "string",
"required" : true,
"enum" : ["clearall"]
},
2024-05-08 22:06:32 +02:00
"instance" : {
"type": "array",
"required": false,
"items" : {},
"minItems": 1
},
2019-01-27 13:41:21 +01:00
"tan" : {
"type" : "integer"
}
},
"additionalProperties": false
}