Kong · Schema

ConsumerInput

Input schema for creating or updating a Consumer.

API GatewayAI GatewayAI ConnectivityAgent GatewayEvent GatewayMCP RegistryService MeshLLMKafkaKonnectOpen Source

Properties

Name Type Description
username string
custom_id string
tags array
View JSON Schema on GitHub

JSON Schema

kong-gateway-admin-consumer-input-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ConsumerInput",
  "type": "object",
  "description": "Input schema for creating or updating a Consumer.",
  "properties": {
    "username": {
      "type": "string"
    },
    "custom_id": {
      "type": "string"
    },
    "tags": {
      "type": "array"
    }
  }
}