schemas/virtualButtonPress.json in losant_rest-1.8.2 vs schemas/virtualButtonPress.json in losant_rest-1.8.3
- old
+ new
@@ -9,9 +9,13 @@
"meta": {},
"flowVersion": {
"type": "string",
"minLength": 1,
"maxLength": 255
+ },
+ "deviceId": {
+ "type": "string",
+ "pattern": "^[A-Fa-f\\d]{24}$"
}
},
"required": [
"key"
],
\ No newline at end of file