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