{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/MeetingPlatformEnum", "title": "MeetingPlatformEnum", "enum": [ "zoom", "teams", "meet", "desktop_audio", "slack" ], "type": "string", "description": "* `zoom` - Zoom\n* `teams` - Microsoft Teams\n* `meet` - Google Meet\n* `desktop_audio` - Desktop audio\n* `slack` - Slack huddle" }