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
If a parameter is used multiple times in the same deepObject, then the parameters have all the same name.
In the example below all parameters are named inputOptions. But it should be "options" and "inputOptions"
Reinhard-PTV
changed the title
[BUG] [client] [csharp-netcore] multiple use of parameters in deepobjects naming failure
[BUG] [client] [java] [native] [csharp-netcore] multiple use of parameters in deepobjects naming failure
Oct 10, 2022
Bug Report Checklist
Description
If a parameter is used multiple times in the same deepObject, then the parameters have all the same name.
In the example below all parameters are named inputOptions. But it should be "options" and "inputOptions"
openapi-generator version
6.2.0
OpenAPI declaration file content or url
(for YAML code) or
######## actual result
######## expected result
Command line used for generation
java -jar openapi-generator-cli.jar generate -g csharp-netcore -i deepobject.yaml
java -jar openapi-generator-cli.jar generate -g java -i deepobject.yaml
Steps to reproduce
Related issues/PRs
##13662
Suggest a fix/enhancement
PR #13662 #13662
The text was updated successfully, but these errors were encountered: