Kong · Schema

PortalCustomDomainVerificationStatus

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

JSON Schema

kong-portalcustomdomainverificationstatus-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PortalCustomDomainVerificationStatus",
  "title": "PortalCustomDomainVerificationStatus",
  "type": "string",
  "enum": [
    "verified",
    "pending",
    "error"
  ],
  "readOnly": true,
  "x-speakeasy-unknown-values": "allow"
}