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

- old
+ new

@@ -1328,10 +1328,21 @@ "flowError" ] }, "config": { "type": "object", + "properties": { + "scope": { + "type": "string", + "enum": [ + "local", + "global", + "experience", + "cloud" + ] + } + }, "additionalProperties": false }, "meta": { "type": "object", "properties": { @@ -3565,10 +3576,21 @@ "flowError" ] }, "config": { "type": "object", + "properties": { + "scope": { + "type": "string", + "enum": [ + "local", + "global", + "experience", + "cloud" + ] + } + }, "additionalProperties": false }, "meta": { "type": "object", "properties": { @@ -5752,9 +5774,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