schemas/flow.json in losant_rest-1.13.1 vs schemas/flow.json in losant_rest-1.14.0

- old
+ new

@@ -319,9 +319,24 @@ "pattern": "^[0-9a-zA-Z_-]{1,255}$" } }, "maxAge": { "type": "number" + }, + "triggerOn": { + "type": "string", + "enum": [ + "batch", + "individual", + "both" + ] + }, + "batchBehavior": { + "type": "string", + "enum": [ + "once", + "each" + ] } }, "additionalProperties": false }, "meta": { \ No newline at end of file