{ "type": "object", "description": "A paginated list of deal records.", "name": "CollectionResponseDeal", "properties": { "results": { "type": "array", "items": { "type": "object", "description": "A HubSpot deal record.", "properties": { "id": { "type": "string", "description": "The unique identifier for the deal." }, "properties": { "type": "object", "description": "The deal's properties as key-value pairs." }, "createdAt": { "type": "datetime", "description": "The date and time the deal was created." }, "updatedAt": { "type": "datetime", "description": "The date and time the deal was last updated." }, "archived": { "type": "boolean", "description": "Whether the deal has been archived." }, "associations": { "type": "object", "description": "The deal'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" }