``` UnexpectedFormat("unexpected content type: multipart/form-data") ``` ```yaml requestBody: content: multipart/form-data: schema: type: object properties: image_file: type: string format: binary ``` https://swagger.io/docs/specification/describing-request-body/multipart-requests/