{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/mconn_admin_connector_fields", "title": "mconn_admin_connector_fields", "properties": { "account_id": { "type": "number" }, "activated": { "type": "boolean" }, "cohort": { "type": "string" }, "desired_version": { "type": "string" }, "device_id": { "type": "string" }, "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" } }, "type": "object" }