schemas/edgeDeployment.json in losant_rest-1.14.1 vs schemas/edgeDeployment.json in losant_rest-1.15.0

- old
+ new

@@ -46,9 +46,13 @@ "flowName": { "type": "string", "minLength": 1, "maxLength": 255 }, + "fileName": { + "type": "string", + "pattern": "^(?!\\.{1,2}$)[0-9a-zA-Z_.-]{1,255}$" + }, "creationDate": { "type": "string", "format": "date-time" }, "lastUpdated": { \ No newline at end of file