{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "PatchOperations", "type": "object", "properties": { "patchOperations": { "type": "array", "items": { "$ref": "#/definitions/PatchOperation" } } } }