Webex · Schema

SIPSignallingtestResultSuccess

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
testName string The name of the test.
testResult string The result, either `Success` or `Failed`.
View JSON Schema on GitHub

JSON Schema

webex-sipsignallingtestresultsuccess-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SIPSignallingtestResultSuccess",
  "title": "SIPSignallingtestResultSuccess",
  "type": "object",
  "properties": {
    "testName": {
      "type": "string",
      "example": "SIP Signalling",
      "description": "The name of the test."
    },
    "testResult": {
      "type": "string",
      "example": "Success",
      "description": "The result, either `Success` or `Failed`."
    }
  }
}