A list of webhook events.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/EventTypeList", "title": "Event Type List", "type": "object", "description": "A list of webhook events.", "properties": { "event_types": { "type": "array", "description": "An array of webhook events.", "items": { "$ref": "#/components/schemas/event_type" } } } }