hyperion.ng/libsrc/api/JSONRPC_schema/schema-clearall.json
2024-05-08 22:06:32 +02:00

22 lines
316 B
JSON

{
"type":"object",
"required":true,
"properties":{
"command": {
"type" : "string",
"required" : true,
"enum" : ["clearall"]
},
"instance" : {
"type": "array",
"required": false,
"items" : {},
"minItems": 1
},
"tan" : {
"type" : "integer"
}
},
"additionalProperties": false
}