schemas/flow.json in losant_rest-1.11.0 vs schemas/flow.json in losant_rest-1.11.1

- old
+ new

@@ -945,9 +945,20 @@ "flowError" ] }, "config": { "type": "object", + "properties": { + "scope": { + "type": "string", + "enum": [ + "local", + "global", + "experience", + "cloud" + ] + } + }, "additionalProperties": false }, "meta": { "type": "object", "properties": { \ No newline at end of file