{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/NotificationChannelType", "title": "NotificationChannelType", "type": "string", "enum": [ "EMAIL", "IN_APP" ], "x-speakeasy-unknown-values": "allow" }