openapi-contrib / openapi3-generator

Use your API OpenAPI 3 definition to generate code, documentation, and literally anything you need.
Apache License 2.0
90 stars 27 forks source link

Add more output patterns (tags, component schemas) #55

Open bester opened 1 year ago

bester commented 1 year ago

I have been using openapi3-generator for documentation generation for a project with some custom templates. It has a fairly large API, so have been splitting the API docs by generating per-tag and per-components/schema doc pages.

These are opt-in by using the $$tag$$ and $$schema$$ filename patterns, so shouldn't affect operation using the existing schemas.