{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "RecordingList", "type": "object", "properties": { "uuid": { "type": "string" }, "id": { "type": "integer" }, "host_id": { "type": "string" }, "host_email": { "type": "string" }, "topic": { "type": "string" }, "start_time": { "type": "string" }, "timezone": { "type": "string" }, "duration": { "type": "integer" }, "total_size": { "type": "integer" }, "recording_count": { "type": "integer" }, "share_url": { "type": "string" }, "recording_files": { "type": "array" } } }