{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "MeetingSummary", "type": "object", "properties": { "uuid": { "type": "string" }, "id": { "type": "integer" }, "host_id": { "type": "string" }, "topic": { "type": "string" }, "start_time": { "type": "string" }, "duration": { "type": "integer" }, "timezone": { "type": "string" }, "created_at": { "type": "string" }, "join_url": { "type": "string" }, "agenda": { "type": "string" } } }