yonaskolb / SwagGen

OpenAPI/Swagger 3.0 Parser and Swift code generator
MIT License
626 stars 146 forks source link

Getting JSONValue instead of model name. #265

Open hiteshtrivedi opened 3 years ago

hiteshtrivedi commented 3 years ago

Screenshot 2021-03-08 at 12 16 48 PM Hi Guys,

We are using swagger 2 branch and when create code from editor then getting issue of model binding(It shows JSONValue at place of another model). Here is i am attaching screenshot for the same. Please guide us.

Thanks