summaryrefslogtreecommitdiffstats
path: root/schema/remote/inbound/start.json
blob: 378e1710453ab2a13e9794e9c9d668b0c5c170b6 (plain)
1
2
3
4
5
6
7
8
9
{
    "title": "Start schema",
    "description": "The client request a new process to be started",
    "properties": {
        "command": { "type": "string", "pattern": "start", "required": true },
        "id": { "type": "integer", "required": true },
        "info": { "type": "object", "required": true }
  }
}