Kong · Schema

PrivateDnsStateFieldNotEqualsFilter

Filter private-dns state 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-privatednsstatefieldnotequalsfilter-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PrivateDnsStateFieldNotEqualsFilter",
  "title": "PrivateDnsStateFieldNotEqualsFilter",
  "description": "Filter private-dns state by inequality match.",
  "type": "object",
  "properties": {
    "neq": {
      "$ref": "#/components/schemas/PrivateDnsState"
    }
  },
  "required": [
    "neq"
  ]
}