Kong · Schema

CertificateList

API GatewayAI GatewayAI ConnectivityAgent GatewayEvent GatewayMCP RegistryService MeshLLMKafkaKonnectOpen Source

Properties

Name Type Description
data array
next string
offset string
View JSON Schema on GitHub

JSON Schema

kong-gateway-admin-certificate-list-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CertificateList",
  "type": "object",
  "properties": {
    "data": {
      "type": "array"
    },
    "next": {
      "type": "string"
    },
    "offset": {
      "type": "string"
    }
  }
}