Kong · JSON Structure

Kong Gateway Admin Plugin Structure

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

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

Properties

id name instance_name config protocols enabled tags ordering service route consumer consumer_group 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": "Plugin",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "instance_name": {
      "type": "string"
    },
    "config": {
      "type": "object"
    },
    "protocols": {
      "type": "array"
    },
    "enabled": {
      "type": "boolean"
    },
    "tags": {
      "type": "array"
    },
    "ordering": {
      "type": "object"
    },
    "service": {
      "type": "object"
    },
    "route": {
      "type": "object"
    },
    "consumer": {
      "type": "object"
    },
    "consumer_group": {
      "type": "object"
    },
    "created_at": {
      "type": "integer"
    },
    "updated_at": {
      "type": "integer"
    }
  }
}