Webex · Schema

KemModuleType

* `KEM_14_KEYS` - Extension module has 14 line keys that can be configured. * `KEM_18_KEYS` - Extension module has 18 line keys that can be configured. * `KEM_20_KEYS` - Extension module has 20 line keys that can be configured.

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing
View JSON Schema on GitHub

JSON Schema

webex-kemmoduletype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/KemModuleType",
  "title": "KemModuleType",
  "type": "string",
  "enum": [
    "KEM_14_KEYS",
    "KEM_18_KEYS",
    "KEM_20_KEYS"
  ],
  "description": " * `KEM_14_KEYS` - Extension module has 14 line keys that can be configured.\n * `KEM_18_KEYS` - Extension module has 18 line keys that can be configured.\n * `KEM_20_KEYS` - Extension module has 20 line keys that can be configured.\n"
}