Kong · JSON Structure

Kong Gateway Admin Certificate Structure

Type: object Properties: 9
API GatewayAI GatewayAI ConnectivityAgent GatewayEvent GatewayMCP RegistryService MeshLLMKafkaKonnectOpen Source

Certificate is a JSON Structure definition published by Kong, describing 9 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

id cert key cert_alt key_alt snis tags created_at updated_at

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Certificate",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "cert": {
      "type": "string"
    },
    "key": {
      "type": "string"
    },
    "cert_alt": {
      "type": "string"
    },
    "key_alt": {
      "type": "string"
    },
    "snis": {
      "type": "array"
    },
    "tags": {
      "type": "array"
    },
    "created_at": {
      "type": "integer"
    },
    "updated_at": {
      "type": "integer"
    }
  }
}