{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/images_image_response_blob", "title": "images_image_response_blob", "anyOf": [ { "type": "string" }, { "type": "object" } ], "example": "<image blob data>" }