Kong · Schema

http

API GatewayAI GatewayAI ConnectivityAgent GatewayEvent GatewayMCP RegistryService MeshLLMKafkaKonnectOpen Source

Properties

Name Type Description
domain_verification_method string
View JSON Schema on GitHub

JSON Schema

kong-createportalcustomdomainsslstandard-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CreatePortalCustomDomainSSLStandard",
  "title": "http",
  "properties": {
    "domain_verification_method": {
      "type": "string",
      "const": "http"
    }
  },
  "additionalProperties": false,
  "required": [
    "domain_verification_method"
  ]
}