Kong · Schema

NotificationChannelType

API GatewayAI GatewayAI ConnectivityAgent GatewayEvent GatewayMCP RegistryService MeshLLMKafkaKonnectOpen Source
View JSON Schema on GitHub

JSON Schema

kong-notificationchanneltype-schema.json Raw ↑
{
  "$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"
}