schemas/org.json in losant_rest-1.19.1 vs schemas/org.json in losant_rest-1.19.2
- old
+ new
@@ -135,10 +135,18 @@
},
"application": {
"type": "integer",
"minimum": 0
},
+ "applicationcertificate": {
+ "type": "integer",
+ "minimum": 0
+ },
+ "applicationcertificateauthority": {
+ "type": "integer",
+ "minimum": 0
+ },
"applicationkey": {
"type": "integer",
"minimum": 0
},
"credential": {
@@ -246,10 +254,15 @@
"minimum": 0
},
"applicationFlowSlots": {
"type": "integer",
"minimum": 0
+ },
+ "systemInterval": {
+ "type": "integer",
+ "minimum": 5,
+ "maximum": 3600
}
},
"additionalProperties": false
},
"summary": {
@@ -259,10 +272,16 @@
"type": "integer"
},
"appCount": {
"type": "integer"
},
+ "certificateCount": {
+ "type": "integer"
+ },
+ "certificateAuthorityCount": {
+ "type": "integer"
+ },
"credentialCount": {
"type": "integer"
},
"dashCount": {
"type": "integer"
@@ -274,10 +293,13 @@
"type": "integer"
},
"deviceRecipeCount": {
"type": "integer"
},
+ "eventCount": {
+ "type": "integer"
+ },
"experienceDomainCount": {
"type": "integer"
},
"experienceEndpointCount": {
"type": "integer"
@@ -307,13 +329,25 @@
"type": "integer"
},
"keyCount": {
"type": "integer"
},
+ "notebookCount": {
+ "type": "integer"
+ },
+ "resourceJobCount": {
+ "type": "integer"
+ },
+ "webhookCount": {
+ "type": "integer"
+ },
"memberCount": {
"type": "integer"
},
+ "pendingInviteCount": {
+ "type": "integer"
+ },
"payloadCount": {
"title": "Payload Stats",
"description": "Schema for the result of a payload stats request",
"type": "object",
"properties": {
@@ -445,13 +479,10 @@
}
}
}
}
},
- "pendingInviteCount": {
- "type": "integer"
- },
"storageStats": {
"type": "object",
"properties": {
"count": {
"type": "integer"
@@ -459,12 +490,23 @@
"size": {
"type": "integer"
}
}
},
- "webhookCount": {
- "type": "integer"
+ "notebookStats": {
+ "type": "object",
+ "properties": {
+ "awaitingCompletion": {
+ "type": "integer"
+ },
+ "minutesThisPeriod": {
+ "type": "integer"
+ },
+ "runsThisPeriod": {
+ "type": "integer"
+ }
+ }
}
}
},
"planId": {
"type": "string",
@@ -522,8 +564,16 @@
}
]
},
"isReadOnly": {
"type": "boolean"
+ },
+ "mfaMode": {
+ "type": "string",
+ "enum": [
+ "notRequired",
+ "adminRequired",
+ "required"
+ ]
}
}
}
\ No newline at end of file