schemas/experienceEndpointPost.json in losant_rest-1.3.3 vs schemas/experienceEndpointPost.json in losant_rest-1.4.0
- old
+ new
@@ -31,9 +31,20 @@
"public",
"authenticated",
"group"
]
},
+ "endpointTags": {
+ "type": "object",
+ "patternProperties": {
+ "^[0-9a-zA-Z_-]{1,255}$": {
+ "type": "string",
+ "minLength": 1,
+ "maxLength": 255
+ }
+ },
+ "additionalProperties": false
+ },
"experienceGroupIds": {
"type": "array",
"items": {
"type": "string",
"pattern": "^[A-Fa-f\\d]{24}$"
\ No newline at end of file