hyperion.ng/libsrc/jsonserver/schema/schema.json
2013-08-18 12:02:17 +02:00

12 lines
252 B
JSON

{
"type":"object",
"required":true,
"properties":{
"command": {
"type" : "string",
"required" : true,
"enum" : ["color", "image", "serverinfo", "clear", "clearall", "transform"]
}
}
}