Webex · Schema

CallRecordingRegionsResponse

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
regions array Contains region details.
View JSON Schema on GitHub

JSON Schema

webex-callrecordingregionsresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CallRecordingRegionsResponse",
  "title": "CallRecordingRegionsResponse",
  "type": "object",
  "required": [
    "regions"
  ],
  "properties": {
    "regions": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Regions"
      },
      "description": "Contains region details."
    }
  }
}