{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ChannelSourceEnum", "title": "ChannelSourceEnum", "enum": [ "widget", "email", "slack", "teams" ], "type": "string", "description": "* `widget` - Widget\n* `email` - Email\n* `slack` - Slack\n* `teams` - Microsoft Teams" }