Kong · Schema

API Package Operations Filter Parameters

API GatewayAI GatewayAI ConnectivityAgent GatewayEvent GatewayMCP RegistryService MeshLLMKafkaKonnectOpen Source

Properties

Name Type Description
api_id object
method object
path object
created_at object
updated_at object
View JSON Schema on GitHub

JSON Schema

kong-apipackageoperationsfilterparameters-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ApiPackageOperationsFilterParameters",
  "title": "API Package Operations Filter Parameters",
  "type": "object",
  "properties": {
    "api_id": {
      "$ref": "#/components/schemas/UuidFieldFilter"
    },
    "method": {
      "$ref": "#/components/schemas/StringFieldFilter"
    },
    "path": {
      "$ref": "#/components/schemas/StringFieldFilter"
    },
    "created_at": {
      "$ref": "#/components/schemas/DateTimeFieldFilter"
    },
    "updated_at": {
      "$ref": "#/components/schemas/DateTimeFieldFilter"
    }
  }
}