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