schemas/applicationCreationByTemplateResult.json in losant_rest-1.10.3 vs schemas/applicationCreationByTemplateResult.json in losant_rest-1.10.4

- old
+ new

@@ -21,9 +21,17 @@ }, "lastUpdated": { "type": "string", "format": "date-time" }, + "appliedTemplateIds": { + "type": "array", + "items": { + "type": "string", + "pattern": "^[A-Fa-f\\d]{24}$" + }, + "maxItems": 1000 + }, "ownerId": { "type": "string", "pattern": "^[A-Fa-f\\d]{24}$" }, "ownerType": { \ No newline at end of file