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