Kong · Schema

ControlPlaneGeoFieldOrEqualityFilter

Filter a control-plane geo by determining if the value is equal to any in a set of values, where the set is a comma-delimited list.

API GatewayAI GatewayAI ConnectivityAgent GatewayEvent GatewayMCP RegistryService MeshLLMKafkaKonnectOpen Source

Properties

Name Type Description
oeq string
View JSON Schema on GitHub

JSON Schema

kong-controlplanegeofieldorequalityfilter-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ControlPlaneGeoFieldOrEqualityFilter",
  "title": "ControlPlaneGeoFieldOrEqualityFilter",
  "description": "Filter a control-plane geo by determining if the value is equal to any in a set of values, where the set is a\ncomma-delimited list.\n",
  "type": "object",
  "properties": {
    "oeq": {
      "type": "string"
    }
  },
  "required": [
    "oeq"
  ]
}