Kong · JSON Structure

Kong Gateway Admin Target Input Structure

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

TargetInput 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

target weight tags

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "TargetInput",
  "type": "object",
  "properties": {
    "target": {
      "type": "string"
    },
    "weight": {
      "type": "integer"
    },
    "tags": {
      "type": "array"
    }
  }
}