Webex · Schema

RingPatternObject

* `NORMAL` - Normal incoming ring pattern. * `LONG_LONG` - Incoming ring pattern of two long rings. * `SHORT_SHORT_LONG` - Incoming ring pattern of two short rings, followed by a short ring. * `SHORT_LONG_SHORT` - Incoming ring pattern of a short ring, followed by a long ring, followed by a short ring.

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing
View JSON Schema on GitHub

JSON Schema

webex-ringpatternobject-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/RingPatternObject",
  "title": "RingPatternObject",
  "type": "string",
  "enum": [
    "NORMAL",
    "LONG_LONG",
    "SHORT_SHORT_LONG",
    "SHORT_LONG_SHORT"
  ],
  "description": " * `NORMAL` - Normal incoming ring pattern.\n * `LONG_LONG` - Incoming ring pattern of two long rings.\n * `SHORT_SHORT_LONG` - Incoming ring pattern of two short rings, followed by a short ring.\n * `SHORT_LONG_SHORT` - Incoming ring pattern of a short ring, followed by a long ring, followed by a short ring.\n"
}