Kong · Schema

Custom Domain Online Property Status

Set of available statuses for the online properties of a custom domain.

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

JSON Schema

kong-customdomainonlinepropertystatus-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CustomDomainOnlinePropertyStatus",
  "title": "Custom Domain Online Property Status",
  "description": "Set of available statuses for the online properties of a custom domain.",
  "type": "string",
  "enum": [
    "verified",
    "unverified"
  ],
  "readOnly": true,
  "x-speakeasy-unknown-values": "allow"
}