Kong · Schema

RouteList

A paginated list of Route entities.

API GatewayAI GatewayAI ConnectivityAgent GatewayEvent GatewayMCP RegistryService MeshLLMKafkaKonnectOpen-Source

Properties

Name Type Description
data array
next string
offset string
View JSON Schema on GitHub

JSON Schema

kong-gateway-admin-route-list-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "RouteList",
  "type": "object",
  "description": "A paginated list of Route entities.",
  "properties": {
    "data": {
      "type": "array"
    },
    "next": {
      "type": "string"
    },
    "offset": {
      "type": "string"
    }
  }
}