Kong · Schema

CatalogServiceApiMappingFilterParameters

API GatewayAI GatewayAI ConnectivityAgent GatewayEvent GatewayMCP RegistryService MeshLLMKafkaKonnectOpen Source

Properties

Name Type Description
api_id object
View JSON Schema on GitHub

JSON Schema

kong-catalogserviceapimappingfilterparameters-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CatalogServiceApiMappingFilterParameters",
  "title": "CatalogServiceApiMappingFilterParameters",
  "type": "object",
  "properties": {
    "api_id": {
      "$ref": "#/components/schemas/UuidFieldFilter"
    }
  },
  "additionalProperties": false
}