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

16 lines
218 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"]
},
"tan" : {
"type" : "integer"
}
},
"additionalProperties": false
}