Forum Discussion

belgi's avatar
belgi
New Contributor
5 years ago

Swagger json format that works for codegen and redoc

I want swagger-codegen to generate a function Foo with two parameters of the same type. For example Foo(User first, User second). For this to work, both "first" and "second" have the same $ref point...