{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/SearchByImageRequest", "title": "SearchByImageRequest", "type": "object", "properties": { "image": { "type": "string", "description": "The Base64 string of the image.

To get the Base64 image string, you can use sites such as https://codebeautify.org/image-to-base64-converter." } }, "description": "The type that defines the fields for the image information." }