Kong · JSON Structure

Kong Gateway Admin Route List Structure

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

RouteList 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

data next offset

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "RouteList",
  "type": "object",
  "properties": {
    "data": {
      "type": "array"
    },
    "next": {
      "type": "string"
    },
    "offset": {
      "type": "string"
    }
  }
}