{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "MeetingUpdateRequest", "type": "object", "properties": { "topic": { "type": "string" }, "start_time": { "type": "string" }, "duration": { "type": "integer" }, "schedule_for": { "type": "string" }, "timezone": { "type": "string" }, "password": { "type": "string" }, "agenda": { "type": "string" }, "tracking_fields": { "type": "array" } } }