{ "type": "object", "description": "An association between two CRM objects.", "properties": { "id": { "type": "string", "example": "500123" }, "type": { "type": "string", "example": "standard" } }, "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Association" }