{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/images_api-response-collection-v2", "title": "images_api-response-collection-v2", "allOf": [ { "$ref": "#/components/schemas/images_api-response-common" }, { "properties": { "result": { "properties": { "continuation_token": { "$ref": "#/components/schemas/images_images_list_continuation_token" } }, "type": "object" } } } ], "type": "object" }