Webex · Schema

GroupObject

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
value string A unique identifier for the group.
display string Display name of the group.
$ref string The URI corresponding to a group.
View JSON Schema on GitHub

JSON Schema

webex-groupobject-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GroupObject",
  "title": "GroupObject",
  "type": "object",
  "properties": {
    "value": {
      "type": "string",
      "example": "11d0ec88-04b9-4ece-9f28-06e1d7673ee3",
      "description": "A unique identifier for the group."
    },
    "display": {
      "type": "string",
      "example": "Darmstadt",
      "description": "Display name of the group."
    },
    "$ref": {
      "type": "string",
      "example": "https://webexapis.com/identity/scim/36818b6f-ef07-43d1-b76f-ced79ab2e3e7/v2/Groups/11d0ec88-04b9-4ece-9f28-06e1d7673ee3",
      "description": "The URI corresponding to a group."
    }
  }
}