schemas/org.json in losant_rest-1.8.5 vs schemas/org.json in losant_rest-1.8.6

- old
+ new

@@ -170,14 +170,14 @@ "type": "number" }, "flow": { "type": "number" }, - "solution": { + "integration": { "type": "number" }, - "integration": { + "notebook": { "type": "number" }, "webhook": { "type": "number" }, @@ -187,10 +187,19 @@ "member": { "type": "number" }, "payload": { "type": "number" + }, + "notebookMinutesPerRun": { + "type": "number" + }, + "notebookMinutesPerMonth": { + "type": "number" + }, + "notebookInParallel": { + "type": "number" } }, "summary": { "type": "object", "properties": { @@ -198,13 +207,10 @@ "type": "number" }, "appCount": { "type": "number" }, - "keyCount": { - "type": "number" - }, "dashCount": { "type": "number" }, "dataTableCount": { "type": "number" @@ -240,16 +246,19 @@ "type": "number" }, "flowCount": { "type": "number" }, - "memberCount": { + "integrationCount": { "type": "number" }, - "pendingInviteCount": { + "keyCount": { "type": "number" }, + "memberCount": { + "type": "number" + }, "payloadCount": { "title": "Payload Counts", "description": "Schema for the result of a payload count request", "type": "object", "properties": { @@ -357,14 +366,22 @@ } } } } }, - "solutionCount": { + "pendingInviteCount": { "type": "number" }, - "integrationCount": { - "type": "number" + "storageStats": { + "type": "object", + "properties": { + "count": { + "type": "number" + }, + "size": { + "type": "number" + } + } }, "webhookCount": { "type": "number" } } \ No newline at end of file