schemas/edgeDeployments.json in losant_rest-1.17.5 vs schemas/edgeDeployments.json in losant_rest-1.18.0
- old
+ new
@@ -53,9 +53,16 @@
"flowName": {
"type": "string",
"minLength": 1,
"maxLength": 255
},
+ "flowClass": {
+ "type": "string",
+ "enum": [
+ "edge",
+ "customNode"
+ ]
+ },
"fileName": {
"type": "string",
"pattern": "^(?!\\.{1,2}$)[0-9a-zA-Z_.-]{1,255}$"
},
"creationDate": {
\ No newline at end of file