Webex · Schema

Directory

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
id string ID of Receptionist Contact Directory
name string Name of Receptionist Contact Directory.
View JSON Schema on GitHub

JSON Schema

webex-directory-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Directory",
  "title": "Directory",
  "type": "object",
  "required": [
    "id",
    "name"
  ],
  "properties": {
    "id": {
      "type": "string",
      "example": "Y2lzY29zcGFyazovL3VzL1NDSU1fR1JPVVAvZEdWemRGOWthWEpsWTNSdmNuaz06OTZhYmMyYWEtM2RjYy0xMWU1LWExNTItZmUzNDgxOWNkYzlh",
      "description": "ID of Receptionist Contact Directory"
    },
    "name": {
      "type": "string",
      "example": "test_directory",
      "description": "Name of Receptionist Contact Directory."
    }
  }
}