Webex · Schema

NetworkConnectivityType

The current network connectivity for the device.

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing
View JSON Schema on GitHub

JSON Schema

webex-networkconnectivitytype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/NetworkConnectivityType",
  "title": "NetworkConnectivityType",
  "type": "string",
  "enum": [
    "wired"
  ],
  "description": "The current network connectivity for the device.",
  "example": "wired"
}