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