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
Defining a schema for an array type, and referencing it as the items type in another array doesn't generate valid code. It happened for me in Java and go-experimental that I'm using, but might be the case for other languages as well.
#4527 fixes the issue for Go and Java. We will need to do it for all other generators.
If anyone wants to help out, please reply to let us know.
Description
Defining a schema for an array type, and referencing it as the items type in another array doesn't generate valid code. It happened for me in Java and go-experimental that I'm using, but might be the case for other languages as well.
#4527 fixes the issue for Go and Java. We will need to do it for all other generators.
If anyone wants to help out, please reply to let us know.
openapi-generator version
Latest master
OpenAPI declaration file content or url
#4362 (comment)
Related issues/PRs
#4527
The text was updated successfully, but these errors were encountered: