schemas/virtualButtonPress.json in losant_rest-1.2.1 vs schemas/virtualButtonPress.json in losant_rest-1.2.2
- old
+ new
@@ -4,10 +4,15 @@
"properties": {
"key": {
"type": "string"
},
"payload": {},
- "meta": {}
+ "meta": {},
+ "flowVersion": {
+ "type": "string",
+ "minLength": 1,
+ "maxLength": 255
+ }
},
"required": [
"key"
],
"additionalProperties": false
\ No newline at end of file