Kong · JSON Structure

Kong Gateway Admin Target Structure

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

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

Properties

id target weight tags upstream created_at updated_at

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

JSON Structure

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