Kong · Schema

CustomDomainStateFieldNotEqualsFilter

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