Webex · Schema

ServiceTypeResult1

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
serviceType string Service for which the test was executed.
testResult string Result of the test executed.
failureDetails object
View JSON Schema on GitHub

JSON Schema

webex-servicetyperesult1-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ServiceTypeResult1",
  "title": "ServiceTypeResult1",
  "type": "object",
  "properties": {
    "serviceType": {
      "type": "string",
      "example": "WebexCloud",
      "description": "Service for which the test was executed."
    },
    "testResult": {
      "type": "string",
      "example": "Failed",
      "description": "Result of the test executed."
    },
    "failureDetails": {
      "$ref": "#/components/schemas/FailureDetails1"
    }
  }
}