Kong · Schema

FilterApplications

API GatewayAI GatewayAI ConnectivityAgent GatewayEvent GatewayMCP RegistryService MeshLLMKafkaKonnectOpen Source

Properties

Name Type Description
developer_id object
name object
team_id object
View JSON Schema on GitHub

JSON Schema

kong-filterapplications-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/FilterApplications",
  "title": "FilterApplications",
  "type": "object",
  "properties": {
    "developer_id": {
      "$ref": "#/components/schemas/UuidFieldFilter"
    },
    "name": {
      "$ref": "#/components/schemas/StringFieldFilter"
    },
    "team_id": {
      "$ref": "#/components/schemas/UuidFieldFilter"
    }
  }
}