Webex · Schema

callRecordingResponse

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
vendorId string Vendor id returned if Terms of Service is not accepted.
vendorName string Vendor name returned if Terms of Service is not accepted.
termsOfServiceUrl string Terms of Service URL returned if Terms of Service is not accepted.
View JSON Schema on GitHub

JSON Schema

webex-callrecordingresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/callRecordingResponse",
  "title": "callRecordingResponse",
  "type": "object",
  "properties": {
    "vendorId": {
      "type": "string",
      "example": "53dc4c87-8408-4882-9570-dca2bcdb9280",
      "description": "Vendor id returned if Terms of Service is not accepted."
    },
    "vendorName": {
      "type": "string",
      "example": "Dubber",
      "description": "Vendor name returned if Terms of Service is not accepted."
    },
    "termsOfServiceUrl": {
      "type": "string",
      "example": "https://www.dubber.net/terms",
      "description": "Terms of Service URL returned if Terms of Service is not accepted."
    }
  }
}