Webex · Schema

Status

* `OK` - Everything is good. * `ERRORS` - Validation has failed with errors.

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing
View JSON Schema on GitHub

JSON Schema

webex-status-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Status",
  "title": "Status",
  "type": "string",
  "enum": [
    "OK",
    "ERRORS"
  ],
  "description": " * `OK` - Everything is good.\n * `ERRORS` - Validation has failed with errors.\n"
}