schemas/importIntoApplicationOptions.json in losant_rest-1.19.2 vs schemas/importIntoApplicationOptions.json in losant_rest-1.19.3

- old
+ new

@@ -1,8 +1,12 @@ { "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "properties": { + "fromApplicationId": { + "type": "string", + "pattern": "^[A-Fa-f\\d]{24}$" + }, "importUrl": { "type": "string", "format": "uri", "maxLength": 1024 }, \ No newline at end of file