schemas/flowVersion.json in losant_rest-1.16.6 vs schemas/flowVersion.json in losant_rest-1.17.0
- old
+ new
@@ -32,10 +32,19 @@
"version": {
"type": "string",
"minLength": 1,
"maxLength": 255
},
+ "flowClass": {
+ "type": "string",
+ "enum": [
+ "cloud",
+ "edge",
+ "embedded",
+ "customNode"
+ ]
+ },
"notes": {
"type": "string",
"maxLength": 32767
},
"enabled": {
@@ -65,11 +74,14 @@
"notebook",
"onBoot",
"onConnect",
"onDisconnect",
"udp",
- "webhook"
+ "webhook",
+ "resourceJobIteration",
+ "resourceJobIterationTimeout",
+ "resourceJobComplete"
]
},
"config": {
"type": "object",
"additionalProperties": false
@@ -101,11 +113,14 @@
"onConnect",
"onDisconnect",
"particle",
"sqs",
"udp",
- "webhook"
+ "webhook",
+ "resourceJobIteration",
+ "resourceJobIterationTimeout",
+ "resourceJobComplete"
]
},
"label": {
"type": "string",
"minLength": 1,
@@ -2650,11 +2665,14 @@
"notebook",
"onBoot",
"onConnect",
"onDisconnect",
"udp",
- "webhook"
+ "webhook",
+ "resourceJobIteration",
+ "resourceJobIterationTimeout",
+ "resourceJobComplete"
]
},
"config": {
"type": "object",
"additionalProperties": false
@@ -2686,10 +2704,13 @@
"onConnect",
"onDisconnect",
"particle",
"sqs",
"udp",
- "webhook"
+ "webhook",
+ "resourceJobIteration",
+ "resourceJobIterationTimeout",
+ "resourceJobComplete"
]
},
"label": {
"type": "string",
"minLength": 1,
\ No newline at end of file