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
I have a desire to generate model structs only, i.e. use this as a basic JSON Schema generator. As far as I can see, Ogen will not generate types for type definitions that aren't used in the paths. So if you have a schema with no paths defined, no model types will be generated.
While I can see that this isn't the primary use case with Ogen, supporting this use case would mean not having to reach out to another tool to accomplish it.
The text was updated successfully, but these errors were encountered:
I have a desire to generate model structs only, i.e. use this as a basic JSON Schema generator. As far as I can see, Ogen will not generate types for type definitions that aren't used in the paths. So if you have a schema with no paths defined, no model types will be generated.
While I can see that this isn't the primary use case with Ogen, supporting this use case would mean not having to reach out to another tool to accomplish it.
The text was updated successfully, but these errors were encountered: