Webex · Schema

WebSocketConnectivityTest

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
type string The type of test result.
results array Test Results from different services.
View JSON Schema on GitHub

JSON Schema

webex-websocketconnectivitytest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/WebSocketConnectivityTest",
  "title": "WebSocketConnectivityTest",
  "type": "object",
  "properties": {
    "type": {
      "type": "string",
      "example": "WebSocketConnectivityTest",
      "description": "The type of test result."
    },
    "results": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/ServiceTypeResult5"
      },
      "description": "Test Results from different services."
    }
  }
}