{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/hubspot/refs/heads/main/json-structure/engagement-emails-api-association-structure.json", "name": "Association", "description": "Association schema from HubSpot Engagement Emails API", "type": "object", "properties": { "id": { "type": "string", "example": "500123" }, "type": { "type": "string", "example": "standard" } } }