summaryrefslogtreecommitdiffstats
path: root/tests/auto/jsonstream/schemas/ReplyCommand.json
blob: 78c64d28cf8d8af2d6d3406ca6f012def5dddcb3 (plain)
1
2
3
4
5
6
7
8
{
   "title": "ReplyCommand schema",
   "description": "Send a command",
   "type": "object",
   "properties": {
     "command": {"type":"string", "required":true }
   }
 }