Webex · Schema

ApplicationAvailableSharedLineMemberList

List of members available for shared-line assignment to a Webex Calling Apps.

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
members array List of members available for shared-line assignment to a Webex Calling Apps.
View JSON Schema on GitHub

JSON Schema

webex-applicationavailablesharedlinememberlist-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ApplicationAvailableSharedLineMemberList",
  "title": "ApplicationAvailableSharedLineMemberList",
  "type": "object",
  "properties": {
    "members": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/ApplicationAvailableSharedLineMemberItem"
      },
      "description": "List of members available for shared-line assignment to a Webex Calling Apps."
    }
  },
  "description": "List of members available for shared-line assignment to a Webex Calling Apps."
}