schemas/experienceVersion.json in losant_rest-1.16.3 vs schemas/experienceVersion.json in losant_rest-1.16.5

- old
+ new

@@ -53,9 +53,36 @@ }, "description": { "type": "string", "maxLength": 32767 }, + "globals": { + "type": "array", + "maxItems": 100, + "items": { + "type": "object", + "properties": { + "key": { + "type": "string", + "pattern": "^[0-9a-zA-Z_-]{1,255}$" + }, + "json": { + "type": "string", + "minLength": 1, + "maxLength": 32767 + }, + "description": { + "type": "string", + "maxLength": 1024 + } + }, + "additionalProperties": false, + "required": [ + "key", + "json" + ] + } + }, "attachedDomains": { "type": "array", "items": { "type": "object", "properties": { \ No newline at end of file