{ "type": "object", "description": "Results from a batch operation on tickets.", "name": "BatchResponseTicket", "properties": { "status": { "type": "string" }, "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." } } } }, "completedAt": { "type": "datetime" } }, "$schema": "https://json-structure.org/draft/2020-12/schema" }