{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/hubspot/refs/heads/main/json-schema/crm-tickets-api-association-schema.json", "title": "Association", "description": "An association between two CRM objects.", "type": "object", "properties": { "id": { "type": "string", "example": "500123" }, "type": { "type": "string", "example": "standard" } } }