{ "type": "object", "description": "A HubSpot ticket record.", "name": "Ticket", "properties": { "id": { "type": "string", "description": "The unique identifier for the ticket." }, "properties": { "type": "object", "description": "The ticket's properties as key-value pairs." }, "createdAt": { "type": "datetime", "description": "The date and time the ticket was created." }, "updatedAt": { "type": "datetime", "description": "The date and time the ticket was last updated." }, "archived": { "type": "boolean", "description": "Whether the ticket has been archived." }, "associations": { "type": "object", "description": "The ticket's associations with other CRM objects." } }, "$schema": "https://json-structure.org/draft/2020-12/schema" }