schemas/virtualButtonPress.json in losant_rest-1.0.1 vs schemas/virtualButtonPress.json in losant_rest-1.0.2
- old
+ new
@@ -3,10 +3,11 @@
"type": "object",
"properties": {
"key": {
"type": "string"
},
- "payload": {}
+ "payload": {},
+ "meta": {}
},
"required": [
"key"
],
"additionalProperties": false
\ No newline at end of file