summaryrefslogtreecommitdiffstats
path: root/schema/remote/inbound/stop.json
blob: 7a9e6c3abda195e9de6a3021de7c70b2bf3066c4 (plain)
1
2
3
4
5
6
7
8
9
{
    "title": "Stop schema",
    "description": "The client request a process to be stopped",
    "properties": {
        "command": { "type": "string", "pattern": "stop", "required": true },
        "id": { "type": "integer", "required": true },
        "timeout": { "type": "integer", "required": true }
  }
}