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

- old
+ new

@@ -24,9 +24,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 } }, "additionalProperties": false, "required": [ "name" \ No newline at end of file