{ "type": "object", "description": "A paginated list of ticket records.", "name": "CollectionResponseTicket", "properties": { "results": { "type": "array", "items": { "type": "object", "description": "A HubSpot ticket record.", "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." } } } }, "paging": { "type": "object", "description": "Pagination information.", "properties": { "next": { "type": "object", "properties": { "after": { "type": "string" } } } } } }, "$schema": "https://json-structure.org/draft/2020-12/schema" }