Webex · Schema

EventTypeEnum

* `created` - The resource has been created * `updated` - A property on the resource has been updated * `deleted` - The resource has been deleted * `ended` - The meeting has ended

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing
View JSON Schema on GitHub

JSON Schema

webex-eventtypeenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/EventTypeEnum",
  "title": "EventTypeEnum",
  "type": "string",
  "enum": [
    "created",
    "updated",
    "deleted",
    "ended"
  ],
  "description": " * `created` - The resource has been created\n * `updated` - A property on the resource has been updated\n * `deleted` - The resource has been deleted\n * `ended` - The meeting has ended\n"
}