schemas/flowsImportPost.json in losant_rest-1.17.4 vs schemas/flowsImportPost.json in losant_rest-1.17.5

- old
+ new

@@ -1366,10 +1366,11 @@ "config": { "type": "object", "properties": { "uri": { "type": "string", + "format": "uri", "maxLength": 1024 }, "securityPolicy": { "type": "string", "maxLength": 255 @@ -1411,10 +1412,14 @@ "maxItems": 100, "items": { "type": "string", "maxLength": 255 } + }, + "configName": { + "type": "string", + "maxLength": 1024 } }, "additionalProperties": false }, "meta": { @@ -4031,10 +4036,11 @@ "config": { "type": "object", "properties": { "uri": { "type": "string", + "format": "uri", "maxLength": 1024 }, "securityPolicy": { "type": "string", "maxLength": 255 @@ -4076,9 +4082,13 @@ "maxItems": 100, "items": { "type": "string", "maxLength": 255 } + }, + "configName": { + "type": "string", + "maxLength": 1024 } }, "additionalProperties": false }, "meta": { \ No newline at end of file