schemas/experienceGroups.json in losant_rest-1.3.3 vs schemas/experienceGroups.json in losant_rest-1.4.0

- old
+ new

@@ -51,9 +51,20 @@ "items": { "type": "string", "pattern": "^[A-Fa-f\\d]{24}$" }, "maxItems": 1000 + }, + "groupTags": { + "type": "object", + "patternProperties": { + "^[0-9a-zA-Z_-]{1,255}$": { + "type": "string", + "minLength": 1, + "maxLength": 255 + } + }, + "additionalProperties": false } } } }, "count": { \ No newline at end of file