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

16 lines
218 B
JSON

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