HubSpot · Schema

Association

AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

Properties

Name Type Description
id string
type string
View JSON Schema on GitHub

JSON Schema

hubspot-engagement-tasks-association-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "example": "500123"
    },
    "type": {
      "type": "string",
      "example": "standard"
    }
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Association"
}