Kong · Schema

TransitGatewayStateFieldOrEqualityFilter

Filter transit-gateway state 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-transitgatewaystatefieldorequalityfilter-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/TransitGatewayStateFieldOrEqualityFilter",
  "title": "TransitGatewayStateFieldOrEqualityFilter",
  "description": "Filter transit-gateway state 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"
  ]
}