Kong · JSON Structure

Kong Gateway Admin Plugin Input Structure

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

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

Properties

name instance_name config protocols enabled tags ordering service route consumer consumer_group

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "PluginInput",
  "type": "object",
  "properties": {
    "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"
    }
  }
}