Kong · Schema

NotificationFilterParameters

API GatewayAI GatewayAI ConnectivityAgent GatewayEvent GatewayMCP RegistryService MeshLLMKafkaKonnectOpen Source

Properties

Name Type Description
title object
description object
namespace object
region object
status object
View JSON Schema on GitHub

JSON Schema

kong-notificationfilterparameters-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/NotificationFilterParameters",
  "title": "NotificationFilterParameters",
  "type": "object",
  "properties": {
    "title": {
      "$ref": "#/components/schemas/LegacyStringFieldFilter"
    },
    "description": {
      "$ref": "#/components/schemas/LegacyStringFieldFilter"
    },
    "namespace": {
      "$ref": "#/components/schemas/LegacyStringFieldFilter"
    },
    "region": {
      "$ref": "#/components/schemas/LegacyStringFieldFilter"
    },
    "status": {
      "$ref": "#/components/schemas/LegacyStringFieldFilter"
    }
  },
  "additionalProperties": false
}