Kong · Schema

JSON Patch Operation

A JSON Patch operation to add or remove API Operations from a Package.

API GatewayAI GatewayAI ConnectivityAgent GatewayEvent GatewayMCP RegistryService MeshLLMKafkaKonnectOpen Source
View JSON Schema on GitHub

JSON Schema

kong-apipackagejsonpatchoperation-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/APIPackageJSONPatchOperation",
  "title": "JSON Patch Operation",
  "description": "A JSON Patch operation to add or remove API Operations from a Package.",
  "type": "array",
  "items": {
    "$ref": "#/components/schemas/APIPackageJSONPatchItem"
  },
  "minItems": 1
}