Kong · Schema

API Operation Filter Parameters

API GatewayAI GatewayAI ConnectivityAgent GatewayEvent GatewayMCP RegistryService MeshLLMKafkaKonnectOpen Source

Properties

Name Type Description
method object
path object
View JSON Schema on GitHub

JSON Schema

kong-apioperationfilterparameters-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ApiOperationFilterParameters",
  "title": "API Operation Filter Parameters",
  "type": "object",
  "properties": {
    "method": {
      "$ref": "#/components/schemas/StringFieldFilter"
    },
    "path": {
      "$ref": "#/components/schemas/StringFieldFilter"
    }
  }
}