Cisco Webex · Schema

Role

CollaborationCommunicationsMeetingsMessagingTeamsVideo Conferencing

Properties

Name Type Description
id string Unique identifier for the role.
name string The name of the role.
View JSON Schema on GitHub

JSON Schema

cisco-webex-role-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Role",
  "title": "Role",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Unique identifier for the role."
    },
    "name": {
      "type": "string",
      "description": "The name of the role."
    }
  }
}