{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/mconn_customer_connector", "title": "mconn_customer_connector", "properties": { "activated": { "type": "boolean" }, "device": { "$ref": "#/components/schemas/mconn_customer_device" }, "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" }, "timezone": { "type": "string" } }, "required": [ "id", "notes", "activated", "last_updated", "timezone", "interrupt_window_hour_of_day", "interrupt_window_duration_hours" ], "type": "object" }