Webex · Schema

ArrayOfExtensionsObject

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
extensions array Array of extensions that will be validated.
View JSON Schema on GitHub

JSON Schema

webex-arrayofextensionsobject-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ArrayOfExtensionsObject",
  "title": "ArrayOfExtensionsObject",
  "type": "object",
  "required": [
    "extensions"
  ],
  "properties": {
    "extensions": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Array of extensions that will be validated."
    }
  }
}