{ "type": "object", "name": "BatchResponseTask", "properties": { "status": { "type": "string" }, "results": { "type": "array", "items": { "type": "object", "description": "A HubSpot task engagement record.", "properties": { "id": { "type": "string", "description": "The unique identifier for the task." }, "properties": { "type": "object", "description": "The task's properties as key-value pairs." }, "createdAt": { "type": "datetime" }, "updatedAt": { "type": "datetime" }, "archived": { "type": "boolean" }, "associations": { "type": "object" } } } }, "completedAt": { "type": "datetime" } }, "$schema": "https://json-structure.org/draft/2020-12/schema" }