mconn_customer_connector_fields

APIs.ioEngineeringPlatform

Properties

Name Type Description
activated boolean
interrupt_window_duration_hours number
interrupt_window_hour_of_day number
notes string
timezone string
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-mconn-customer-connector-fields-schema.json Raw ↑
{
  "$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"
}