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

- old
+ new

@@ -44,8 +44,19 @@ "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 } } } \ No newline at end of file