{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/hubspot/refs/heads/main/json-structure/crm-companies-api-association-structure.json", "name": "Association", "description": "An association between two CRM objects.", "type": "object", "properties": { "id": { "type": "string", "example": "500123" }, "type": { "type": "string", "example": "standard" } } }