schemas/historicalSummary.json in losant_rest-1.19.1 vs schemas/historicalSummary.json in losant_rest-1.19.2
- old
+ new
@@ -47,10 +47,18 @@
},
"application": {
"type": "integer",
"minimum": 0
},
+ "applicationcertificate": {
+ "type": "integer",
+ "minimum": 0
+ },
+ "applicationcertificateauthority": {
+ "type": "integer",
+ "minimum": 0
+ },
"applicationkey": {
"type": "integer",
"minimum": 0
},
"credential": {
@@ -158,10 +166,15 @@
"minimum": 0
},
"applicationFlowSlots": {
"type": "integer",
"minimum": 0
+ },
+ "systemInterval": {
+ "type": "integer",
+ "minimum": 5,
+ "maximum": 3600
}
},
"additionalProperties": false
},
"currentPeriodStart": {
@@ -193,9 +206,12 @@
"certificateAuthorityCount": {
"type": "number"
},
"certificateCount": {
"type": "number"
+ },
+ "credentialCount": {
+ "type": "integer"
},
"dashboardCount": {
"type": "number"
},
"dashboardCountProrated": {
\ No newline at end of file