Webex · Schema

DialPattern

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
dialPattern string A unique dial pattern.
action object Action to add or delete a pattern.
View JSON Schema on GitHub

JSON Schema

webex-dialpattern-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DialPattern",
  "title": "DialPattern",
  "type": "object",
  "properties": {
    "dialPattern": {
      "type": "string",
      "example": "+5555",
      "description": "A unique dial pattern."
    },
    "action": {
      "$ref": "#/components/schemas/DialPatternAction",
      "description": "Action to add or delete a pattern."
    }
  }
}