Kong · Schema

ControlPlaneGeoFieldNotEqualsFilter

Filter a control-plane geo by inequality match.

API GatewayAI GatewayAI ConnectivityAgent GatewayEvent GatewayMCP RegistryService MeshLLMKafkaKonnectOpen Source

Properties

Name Type Description
neq object
View JSON Schema on GitHub

JSON Schema

kong-controlplanegeofieldnotequalsfilter-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ControlPlaneGeoFieldNotEqualsFilter",
  "title": "ControlPlaneGeoFieldNotEqualsFilter",
  "description": "Filter a control-plane geo by inequality match.",
  "type": "object",
  "properties": {
    "neq": {
      "$ref": "#/components/schemas/ControlPlaneGeo"
    }
  },
  "required": [
    "neq"
  ]
}