Kong · Schema

CustomDomainKind

**Pre-release Feature** This feature is currently in beta and is subject to change. Kind of the custom domain based on Cloud Gateway deployment.

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

JSON Schema

kong-customdomainkind-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CustomDomainKind",
  "title": "CustomDomainKind",
  "description": "**Pre-release Feature**\nThis feature is currently in beta and is subject to change.\n\nKind of the custom domain based on Cloud Gateway deployment.",
  "type": "string",
  "default": "dedicated.v0",
  "enum": [
    "dedicated.v0",
    "serverless.v1"
  ],
  "x-speakeasy-unknown-values": "allow"
}