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

- old
+ new

@@ -93,20 +93,23 @@ "type": "number" }, "eventCount": { "type": "number" }, + "experienceDomainCount": { + "type": "number" + }, "experienceEndpointCount": { "type": "number" }, "experienceGroupCount": { "type": "number" }, - "experienceTemplateCount": { + "experienceUserCount": { "type": "number" }, - "experienceUserCount": { + "experienceViewCount": { "type": "number" }, "flowCount": { "type": "number" }, @@ -115,8 +118,37 @@ }, "webhookCount": { "type": "number" } } + }, + "ftueTracking": { + "type": "array", + "items": { + "type": "object", + "properties": { + "name": { + "type": "string", + "pattern": "^[0-9a-zA-Z_-]{1,255}$" + }, + "version": { + "type": "number" + }, + "status": { + "type": "string", + "enum": [ + "skipped", + "completed" + ] + } + }, + "required": [ + "name", + "version", + "status" + ], + "additionalProperties": false + }, + "maxItems": 100 } } } \ No newline at end of file