mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-06-04 16:00:59 +00:00
Use a single InputStream instead of "File". This allows the generated code to build in case of a definition like: requestBody: content: text/plain: schema: type: string format: binary This fixes #9372