Properties
| Name | Type | Description |
|---|---|---|
| account_id | object | |
| activated | boolean | |
| cohort | string | |
| desired_version | string | |
| device_id | object | |
| id | object | |
| interrupt_window_duration_hours | number | |
| interrupt_window_hour_of_day | number | |
| last_heartbeat | string | |
| last_seen_version | string | |
| last_updated | string | |
| notes | string | |
| pinned_version | string | |
| timezone | string | |
| upgrade_asap | boolean | |
| upgrade_attempts | number |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/mconn_admin_connector",
"title": "mconn_admin_connector",
"properties": {
"account_id": {
"$ref": "#/components/schemas/mconn_account_id"
},
"activated": {
"type": "boolean"
},
"cohort": {
"type": "string"
},
"desired_version": {
"type": "string"
},
"device_id": {
"$ref": "#/components/schemas/mconn_uuid"
},
"id": {
"$ref": "#/components/schemas/mconn_uuid"
},
"interrupt_window_duration_hours": {
"type": "number"
},
"interrupt_window_hour_of_day": {
"type": "number"
},
"last_heartbeat": {
"type": "string"
},
"last_seen_version": {
"type": "string"
},
"last_updated": {
"type": "string"
},
"notes": {
"type": "string"
},
"pinned_version": {
"type": "string"
},
"timezone": {
"type": "string"
},
"upgrade_asap": {
"type": "boolean"
},
"upgrade_attempts": {
"type": "number"
}
},
"required": [
"id",
"account_id",
"notes",
"activated",
"last_updated",
"timezone",
"interrupt_window_hour_of_day",
"interrupt_window_duration_hours",
"upgrade_asap",
"upgrade_attempts"
],
"type": "object"
}