hyperion.ng/libsrc/utils/JSONRPC_schema/schema-serverinfo.json

16 lines
220 B
JSON
Raw Normal View History

2013-08-18 12:02:17 +02:00
{
"type":"object",
"required":true,
"properties":{
"command": {
"type" : "string",
"required" : true,
"enum" : ["serverinfo"]
},
"tan" : {
"type" : "integer"
}
},
"additionalProperties": false
2013-08-18 12:02:17 +02:00
}