Webex · Schema

OrganizationSettingsModel

Create Or Update Organization Settings

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
general object
webex object
View JSON Schema on GitHub

JSON Schema

webex-organizationsettingsmodel-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/OrganizationSettingsModel",
  "title": "OrganizationSettingsModel",
  "type": "object",
  "properties": {
    "general": {
      "$ref": "#/components/schemas/GeneralSettingsModel"
    },
    "webex": {
      "$ref": "#/components/schemas/WebexSettingsModel"
    }
  },
  "description": "Create Or Update Organization Settings"
}