{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/MeetingIntegrationStatusRequest", "title": "MeetingIntegrationStatusRequest", "type": "object", "properties": { "meetingProvider": { "type": "string", "description": "The meeting provider to check (e.g., Zoom, Google Meet)." }, "userEmail": { "type": "string", "format": "email", "description": "Email of the user to check integration for." } } }