Kong · Schema

Custom Domain Online Status

API GatewayAI GatewayAI ConnectivityAgent GatewayEvent GatewayMCP RegistryService MeshLLMKafkaKonnectOpen Source

Properties

Name Type Description
cname object
ssl object
View JSON Schema on GitHub

JSON Schema

kong-customdomainonlinestatus-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CustomDomainOnlineStatus",
  "title": "Custom Domain Online Status",
  "type": "object",
  "properties": {
    "cname": {
      "$ref": "#/components/schemas/CustomDomainOnlinePropertyStatus"
    },
    "ssl": {
      "$ref": "#/components/schemas/CustomDomainOnlinePropertyStatus"
    }
  },
  "additionalProperties": false,
  "required": [
    "cname",
    "ssl"
  ]
}