{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/mconn_customer_connector_fields", "title": "mconn_customer_connector_fields", "properties": { "activated": { "type": "boolean" }, "interrupt_window_duration_hours": { "type": "number" }, "interrupt_window_hour_of_day": { "type": "number" }, "notes": { "type": "string" }, "timezone": { "type": "string" } }, "type": "object" }