{ "$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 }