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