summaryrefslogtreecommitdiffstats
path: root/schema/remote/outbound/started.json
blob: cef861ac8e63391bab74bee3a9570af3b695a84a (plain)
1
2
3
4
5
6
7
8
9
{
  "title": "Started schema",
  "description": "Signal the client that a process has sent the started() signal",
  "properties": {
    "event": { "type": "string", "pattern": "started", "required": true },
    "id": { "type": "integer", "required": true },
    "pid": { "type": "integer", "required": true }
  }
}