{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "Participant", "type": "object", "properties": { "id": { "type": "string" }, "user_id": { "type": "string" }, "name": { "type": "string" }, "user_email": { "type": "string" }, "join_time": { "type": "string" }, "leave_time": { "type": "string" }, "duration": { "type": "integer" }, "registrant_id": { "type": "string" }, "failover": { "type": "boolean" }, "status": { "type": "string" } } }