2013-08-18 12:02:17 +02:00
|
|
|
{
|
2016-08-17 11:46:36 +02:00
|
|
|
"type":"object",
|
|
|
|
"required":true,
|
|
|
|
"properties":{
|
|
|
|
"command": {
|
|
|
|
"type" : "string",
|
|
|
|
"required" : true,
|
|
|
|
"enum" : ["serverinfo"]
|
|
|
|
},
|
2024-05-08 22:06:32 +02:00
|
|
|
"subcommand": {
|
|
|
|
"type": "string",
|
|
|
|
"enum": ["getInfo", "subscribe", "unsubscribe", "getSubscriptions", "getSubscriptionCommands"]
|
|
|
|
},
|
|
|
|
"instance" : {
|
|
|
|
"type" : "integer",
|
|
|
|
"minimum": 0,
|
|
|
|
"maximum": 255
|
|
|
|
},
|
|
|
|
"data": {
|
|
|
|
"type": ["null", "array"],
|
|
|
|
"properties": {
|
|
|
|
"subscriptions": {
|
|
|
|
"type": "array",
|
|
|
|
"items": {}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"additionalProperties": false
|
|
|
|
},
|
2018-12-27 23:11:32 +01:00
|
|
|
"subscribe" : {
|
|
|
|
"type" : "array"
|
|
|
|
},
|
2016-08-17 11:46:36 +02:00
|
|
|
"tan" : {
|
|
|
|
"type" : "integer"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"additionalProperties": false
|
2013-08-18 12:02:17 +02:00
|
|
|
}
|