{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ExtractedImage", "title": "ExtractedImage", "type": "object", "properties": { "id": { "type": "string", "description": "A unique identifier for the extracted image." }, "base64": { "type": "string", "description": "Base64-encoded image data." }, "content_type": { "type": "string", "description": "The MIME type of the image." } } }