HubSpot · JSON Structure

Hubspot Crm Associations Object Reference Structure

Reference to a CRM object by ID

Type: object Properties: 1 Required: 1
AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

ObjectReference is a JSON Structure definition published by HubSpot, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

id

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "type": "object",
  "description": "Reference to a CRM object by ID",
  "name": "ObjectReference",
  "properties": {
    "id": {
      "type": "string",
      "description": "ID of the object"
    }
  },
  "required": [
    "id"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}