Webex · Schema

NormalOperationModeResponse

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
operatingModeId string Unique identifier for the scheduled operating mode.
View JSON Schema on GitHub

JSON Schema

webex-normaloperationmoderesponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/NormalOperationModeResponse",
  "title": "NormalOperationModeResponse",
  "type": "object",
  "required": [
    "operatingModeId"
  ],
  "properties": {
    "operatingModeId": {
      "type": "string",
      "example": "Y2lzY29zcGFyazovL3VzL09QRVJBVElOR19NT0RFLzAyZjZlMmI4LTFjZDktNWI3ZS1jOTVjLTczYzZkYzk1MTZjMg==",
      "description": "Unique identifier for the scheduled operating mode."
    }
  },
  "example": {
    "operatingModeId": "Y2lzY29zcGFyazovL3VzL09QRVJBVElOR19NT0RFLzAyZjZlMmI4LTFjZDktNWI3ZS1jOTVjLTczYzZkYzk1MTZjMg=="
  }
}