Webex · Schema

ConnectorType

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing
View JSON Schema on GitHub

JSON Schema

webex-connectortype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectorType",
  "title": "ConnectorType",
  "type": "string",
  "enum": [
    "expresswayManagement",
    "calendar",
    "call",
    "message",
    "expresswayServiceability",
    "ecpServiceability",
    "videoMesh",
    "dataSecurity",
    "care",
    "careManagement"
  ]
}