Kong · Schema

StringFieldEqualsFilter

Filters on the given string field value by exact match.

API GatewayAI GatewayAI ConnectivityAgent GatewayEvent GatewayMCP RegistryService MeshLLMKafkaKonnectOpen-Source

Properties

Name Type Description
eq string
View JSON Schema on GitHub

JSON Schema

kong-stringfieldequalsfilter-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/StringFieldEqualsFilter",
  "title": "StringFieldEqualsFilter",
  "description": "Filters on the given string field value by exact match.",
  "properties": {
    "eq": {
      "type": "string"
    }
  }
}