{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/images_image_keys_response", "title": "images_image_keys_response", "properties": { "keys": { "items": { "$ref": "#/components/schemas/images_image_keys" }, "type": "array" } }, "type": "object" }