Webex · Schema

EWTApiResponse

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
estimatedWaitTime number The estimated wait time in milli seconds.
View JSON Schema on GitHub

JSON Schema

webex-ewtapiresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/EWTApiResponse",
  "title": "EWTApiResponse",
  "type": "object",
  "properties": {
    "estimatedWaitTime": {
      "type": "number",
      "description": "The estimated wait time in milli seconds.",
      "format": "double",
      "example": 20349.12
    }
  }
}