Webex · Schema

singleServiceTestResult

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
serviceName string Name of the service.
testResult string Result of the test for the service.
View JSON Schema on GitHub

JSON Schema

webex-singleservicetestresult-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/singleServiceTestResult",
  "title": "singleServiceTestResult",
  "type": "object",
  "properties": {
    "serviceName": {
      "type": "string",
      "example": "hercules",
      "description": "Name of the service."
    },
    "testResult": {
      "type": "string",
      "example": "Success",
      "description": "Result of the test for the service."
    }
  }
}