Kong · Schema

ConsumerGroupInsideWrapper

API GatewayAI GatewayAI ConnectivityAgent GatewayEvent GatewayMCP RegistryService MeshLLMKafkaKonnectOpen Source

Properties

Name Type Description
consumer_group object
View JSON Schema on GitHub

JSON Schema

kong-consumergroupinsidewrapper-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConsumerGroupInsideWrapper",
  "title": "ConsumerGroupInsideWrapper",
  "type": "object",
  "properties": {
    "consumer_group": {
      "$ref": "#/components/schemas/ConsumerGroup"
    }
  }
}