{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/DeletePayloadOperation", "title": "DeletePayloadOperation", "type": "object", "required": [ "delete_payload" ], "properties": { "delete_payload": { "$ref": "#/components/schemas/DeletePayload" } } }