{ "type": "object", "description": "A HubSpot task engagement record.", "name": "Task", "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" } }, "$schema": "https://json-structure.org/draft/2020-12/schema" }