Webex · Schema

MHMTestResult3

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
testName string
testResult string
View JSON Schema on GitHub

JSON Schema

webex-mhmtestresult3-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/MHMTestResult3",
  "title": "MHMTestResult3",
  "type": "object",
  "properties": {
    "testName": {
      "type": "string",
      "example": "SIP Signalling"
    },
    "testResult": {
      "type": "string",
      "example": "Success"
    }
  }
}