tazatechnology / openapi_spec

Dart based OpenAPI specification generator and parser
BSD 3-Clause "New" or "Revised" License
9 stars 6 forks source link

Use `title` to create inner schema names - handle conflicts #23

Closed walsha2 closed 11 months ago

walsha2 commented 11 months ago

Some future improvements that may be worth considering:

With those two minor improvements, I should be able to generate a very fluent OpenAI client with very minor changes on their spec (basically by just adding some titles on their nested objects).

Let me know what you think, I can help out with the implementation.

_Originally posted by @davidmigloz in https://github.com/tazatechnology/openapi_spec/issues/13#issuecomment-1786033358_