{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/images_deleted_response", "title": "images_deleted_response", "allOf": [ { "$ref": "#/components/schemas/images_api-response-single" }, { "properties": { "result": { "example": {}, "type": "object" } } } ] }