Webex · Schema

ReferenceTypesObject

* `external` - Represents a reference to entities or resources that exist outside the current system or organization. * `Group` - Refers to a reference type that identifies a collection of users or entities within a system. * `User` - Denotes a reference to an individual who interacts with the system. * `Machine` - Indicates a reference to a computing device or automated system.

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing
View JSON Schema on GitHub

JSON Schema

webex-referencetypesobject-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ReferenceTypesObject",
  "title": "ReferenceTypesObject",
  "type": "string",
  "enum": [
    "external",
    "Group",
    "User",
    "Machine"
  ],
  "description": " * `external` - Represents a reference to entities or resources that exist outside the current system or organization.\n * `Group` - Refers to a reference type that identifies a collection of users or entities within a system.\n * `User` - Denotes a reference to an individual who interacts with the system.\n * `Machine` - Indicates a reference to a computing device or automated system.\n"
}