{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ListOfPatchOperation", "title": "ListOfPatchOperation", "type": "array", "description": "A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.", "items": { "$ref": "#/components/schemas/PatchOperation" } }