1
0
mirror of https://github.com/hyperion-project/hyperion.ng.git synced 2023-10-10 13:36:59 +02:00
2018-12-27 23:11:32 +01:00

19 lines
263 B
JSON

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