{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "PastMeetingDetails", "type": "object", "properties": { "uuid": { "type": "string" }, "id": { "type": "integer" }, "host_id": { "type": "string" }, "host_email": { "type": "string" }, "topic": { "type": "string" }, "user_name": { "type": "string" }, "start_time": { "type": "string" }, "end_time": { "type": "string" }, "duration": { "type": "integer" }, "total_minutes": { "type": "integer" }, "participants_count": { "type": "integer" } } }