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.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/schema/remote/outbound/statechanged.json b/schema/remote/outbound/statechanged.json
index acdddf8..45f69b8 100644
--- a/schema/remote/outbound/statechanged.json
+++ b/schema/remote/outbound/statechanged.json
@@ -4,6 +4,6 @@
"properties": {
"event": { "type": "string", "pattern": "stateChanged", "required": true },
"id": { "type": "integer", "required": true },
- "stateChanged": { "type": "integer", "required": true },
+ "stateChanged": { "type": "integer", "required": true }
}
}