Kong · JSON Structure

Kong Gateway Admin Route Input Structure

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

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

Properties

name protocols methods hosts paths headers snis sources destinations https_redirect_status_code regex_priority strip_path path_handling preserve_host request_buffering response_buffering tags service expression priority

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "RouteInput",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "protocols": {
      "type": "array"
    },
    "methods": {
      "type": "array"
    },
    "hosts": {
      "type": "array"
    },
    "paths": {
      "type": "array"
    },
    "headers": {
      "type": "object"
    },
    "snis": {
      "type": "array"
    },
    "sources": {
      "type": "array"
    },
    "destinations": {
      "type": "array"
    },
    "https_redirect_status_code": {
      "type": "integer"
    },
    "regex_priority": {
      "type": "integer"
    },
    "strip_path": {
      "type": "boolean"
    },
    "path_handling": {
      "type": "string"
    },
    "preserve_host": {
      "type": "boolean"
    },
    "request_buffering": {
      "type": "boolean"
    },
    "response_buffering": {
      "type": "boolean"
    },
    "tags": {
      "type": "array"
    },
    "service": {
      "type": "object"
    },
    "expression": {
      "type": "string"
    },
    "priority": {
      "type": "integer"
    }
  }
}