Kong · JSON Structure

Kong Gateway Admin Consumer Input Structure

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

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

Properties

username custom_id tags

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ConsumerInput",
  "type": "object",
  "properties": {
    "username": {
      "type": "string"
    },
    "custom_id": {
      "type": "string"
    },
    "tags": {
      "type": "array"
    }
  }
}