schemas/me.json in losant_rest-1.1.2 vs schemas/me.json in losant_rest-1.2.0

- old
+ new

@@ -71,10 +71,13 @@ "avatarUrl": { "type": "string", "format": "url" }, "limits": { + "apitoken": { + "type": "number" + }, "application": { "type": "number" }, "applicationkey": { "type": "number" @@ -86,10 +89,19 @@ "type": "number" }, "devicerecipe": { "type": "number" }, + "experienceendpoint": { + "type": "number" + }, + "experiencegroup": { + "type": "number" + }, + "experienceuser": { + "type": "number" + }, "flow": { "type": "number" }, "webhook": { "type": "number" @@ -216,37 +228,46 @@ } }, "summary": { "type": "object", "properties": { + "apiTokenCount": { + "type": "number" + }, "appCount": { "type": "number" }, - "dashCount": { + "keyCount": { "type": "number" }, - "orgCount": { + "dashCount": { "type": "number" }, "deviceCount": { "type": "number" }, - "flowCount": { + "deviceRecipeCount": { "type": "number" }, - "webhookCount": { + "experienceEndpointCount": { "type": "number" }, - "keyCount": { + "experienceGroupCount": { "type": "number" }, - "deviceRecipeCount": { + "experienceUserCount": { "type": "number" }, + "flowCount": { + "type": "number" + }, + "orgCount": { + "type": "number" + }, "payloadCount": { "title": "Payload Counts", - "description": "Schema the result of a payload count request", + "description": "Schema for the result of a payload count request", "type": "object", "properties": { "mqttOut": { "type": "object", "patternProperties": { @@ -324,11 +345,22 @@ "patternProperties": { ".*": { "type": "number" } } + }, + "endpoint": { + "type": "object", + "patternProperties": { + ".*": { + "type": "number" + } + } } } + }, + "webhookCount": { + "type": "number" } } }, "currentPeriodStart": { "type": "string", \ No newline at end of file