summaryrefslogtreecommitdiffstats
path: root/schema/remote/outbound/statechanged.json
blob: acdddf8557654d8884f005356279a44e52a9ea00 (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 },
  }
}