HubSpot · Schema

EventTypeCollection

Collection of available event type names

AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

Properties

Name Type Description
eventTypes array List of available event type names
View JSON Schema on GitHub

JSON Schema

hubspot-analytics-events-event-type-collection-schema.json Raw ↑
{
  "type": "object",
  "description": "Collection of available event type names",
  "properties": {
    "eventTypes": {
      "type": "array",
      "description": "List of available event type names",
      "example": [
        "standard"
      ],
      "items": {
        "type": "string"
      }
    }
  },
  "required": [
    "eventTypes"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "EventTypeCollection"
}