Webex · Schema

Registrants

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
id string Registrant ID.
View JSON Schema on GitHub

JSON Schema

webex-registrants-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Registrants",
  "title": "Registrants",
  "type": "object",
  "required": [
    "id"
  ],
  "properties": {
    "id": {
      "type": "string",
      "example": "123456",
      "description": "Registrant ID."
    }
  }
}