Webex · Schema

ServiceTypeResult5

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

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

JSON Schema

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