OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3)
[ ] [Optional] Sponsorship to speed up the bug fix or feature request (example)
Description
When I create the server with nodejs express server, in the tagNameServices creates the services properly, but when the requested parameter is an object it generates it in the following way:
Bug Report Checklist
Description
When I create the server with nodejs express server, in the tagNameServices creates the services properly, but when the requested parameter is an object it generates it in the following way:
The problem is that {tag} is that the parameter is always null. I would like the generator to create a variable without the object brackets.
openapi-generator version
4.3.1
OpenAPI declaration file content or url
Generation Details
Steps to reproduce
Open a terminal/cmd... and execute the following commnad
In Services/TagServices u will find the object as function parameter
Suggest a fix
Do not generate the parameter as an object