You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Optional] Sponsorship to speed up the bug fix or feature request (example)
Description
The generated model has a wrong name, when the model comes from another file.
E.g. in my example the model is named AddRequest, but should be named UserDto
openapi-generator version
I am using 7.10.0. It is somewhat of a regression. This issue is not happening when I use openapi: "3.0.3", but it is happening with openapi: "3.1.0"
Bug Report Checklist
Description
The generated model has a wrong name, when the model comes from another file.
E.g. in my example the model is named
AddRequest
, but should be namedUserDto
openapi-generator version
I am using
7.10.0
. It is somewhat of a regression. This issue is not happening when I useopenapi: "3.0.3"
, but it is happening withopenapi: "3.1.0"
OpenAPI declaration file content or url
Openapi 3.1.0 Not working
Openapi 3.0.3 Working
Generation Details
git clone [email protected]:aminabromand/openapi.git
and follow the readme
Steps to reproduce
git clone [email protected]:aminabromand/openapi.git
and follow the readme
The text was updated successfully, but these errors were encountered: