1.0.0.M5
Pre-release
      Pre-release
    
        improvements
- 
#56/#57 support request body with
multipart/form-data. For file upload the OpenAPI schemastringwith formatbinarymust be type mapped toorg.springframework.web.multipart.MultipartFile:map: paths: /api/upload: types: - from: string:binary to: org.springframework.web.multipart.MultipartFile