{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/mconn_controller_connector", "title": "mconn_controller_connector", "properties": { "account_id": { "$ref": "#/components/schemas/mconn_account_id" }, "activated": { "type": "boolean" }, "desired_version": { "type": "string" }, "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" }, "pinned_version": { "type": "string" }, "timezone": { "type": "string" }, "upgrade_asap": { "type": "boolean" }, "upgrade_attempts": { "type": "number" } }, "required": [ "id", "account_id", "activated", "timezone", "interrupt_window_hour_of_day", "interrupt_window_duration_hours", "upgrade_asap", "upgrade_attempts" ], "type": "object" }