{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/images_images_list_response", "title": "images_images_list_response", "allOf": [ { "$ref": "#/components/schemas/images_api-response-common" }, { "properties": { "result": { "properties": { "images": { "items": { "$ref": "#/components/schemas/images_image" }, "type": "array" } }, "type": "object" } } } ] }