Webex · Schema

CallRecordingVendors

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
items array List of call recording vendors.
View JSON Schema on GitHub

JSON Schema

webex-callrecordingvendors-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CallRecordingVendors",
  "title": "CallRecordingVendors",
  "type": "object",
  "required": [
    "items"
  ],
  "properties": {
    "items": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/CallRecordingVendor"
      },
      "description": "List of call recording vendors."
    }
  }
}