oapi-codegen icon indicating copy to clipboard operation
oapi-codegen copied to clipboard

Objects aren't being generated as separate types

Open clarkmcc opened this issue 3 years ago • 0 comments

I have an object with nested properties, but the generated code does not define a separate type for the nested struct. This makes it very difficult to work with the type. I can't find an option where this is configurable, are there any plans to change this behavior?

image

clarkmcc avatar Jan 12 '23 14:01 clarkmcc