Kong · Schema

EmailTemplateVariableName

Enum for available portal email template variables.

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

JSON Schema

kong-emailtemplatevariablename-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/EmailTemplateVariableName",
  "title": "EmailTemplateVariableName",
  "description": "Enum for available portal email template variables.\n",
  "type": "string",
  "enum": [
    "portal_display_name",
    "portal_domain",
    "developer_email",
    "developer_fullname",
    "dev_portal_reply_to",
    "developer_status",
    "api_documentation_url",
    "api_name",
    "api_version",
    "application_name",
    "credential_name",
    "credential_expires_at"
  ],
  "x-speakeasy-unknown-values": "allow"
}