summaryrefslogtreecommitdiffstats
path: root/schema/remote/outbound/statechanged.json
diff options
context:
space:
mode:
Diffstat (limited to 'schema/remote/outbound/statechanged.json')
-rw-r--r--schema/remote/outbound/statechanged.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/schema/remote/outbound/statechanged.json b/schema/remote/outbound/statechanged.json
new file mode 100644
index 0000000..acdddf8
--- /dev/null
+++ b/schema/remote/outbound/statechanged.json
@@ -0,0 +1,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 },
+ }
+}