Type of association
{ "type": "object", "description": "Type of association", "properties": { "associationCategory": { "type": "string", "description": "The category of association", "example": "HUBSPOT_DEFINED", "enum": [ "HUBSPOT_DEFINED", "USER_DEFINED", "INTEGRATOR_DEFINED" ] }, "associationTypeId": { "type": "integer", "description": "The association type ID", "example": 194 } }, "required": [ "associationCategory", "associationTypeId" ], "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "AssociationType" }