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.
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.