Webex · Schema

DevicePlatform

Device platform

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing
View JSON Schema on GitHub

JSON Schema

webex-deviceplatform-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DevicePlatform",
  "title": "DevicePlatform",
  "type": "string",
  "enum": [
    "cisco",
    "microsoftTeamsRoom"
  ],
  "description": "Device platform",
  "example": "cisco"
}