Webex · Schema

EventResponseWithId

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
id string Identifier for a event.
View JSON Schema on GitHub

JSON Schema

webex-eventresponsewithid-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/EventResponseWithId",
  "title": "EventResponseWithId",
  "type": "object",
  "required": [
    "id"
  ],
  "properties": {
    "id": {
      "type": "string",
      "example": "Y2lzY29zcGFyazovL3VzL1VTRVJfU0NIRURVTEVfRVZFTlQvUkdGNVgxTm9hV1ow",
      "description": "Identifier for a event."
    }
  }
}