Collection of available event type names
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/hubspot/refs/heads/main/json-schema/analytics-events-api-event-type-collection-schema.json", "title": "EventTypeCollection", "description": "Collection of available event type names", "type": "object", "properties": { "eventTypes": { "type": "array", "items": { "type": "string" }, "description": "List of available event type names", "example": [ "standard" ] } }, "required": [ "eventTypes" ] }