HubSpot · Schema

Association

Association schema from HubSpot Commerce Subscriptions API

AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

Properties

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

JSON Schema

commerce-subscriptions-api-association-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/hubspot/refs/heads/main/json-schema/commerce-subscriptions-api-association-schema.json",
  "title": "Association",
  "description": "Association schema from HubSpot Commerce Subscriptions API",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "example": "500123"
    },
    "type": {
      "type": "string",
      "example": "standard"
    }
  }
}