Closed drewish closed 1 year ago
In https://github.com/nestjs/swagger/issues/195 partial support for extensions was added, but it didn't apply to some other places you'd commonly want to use it.
Extend https://github.com/nestjs/swagger/issues/195 to apply to the DocumentBuilder and Schema objects, rather than just Operations.
No response
Trying to use Redocly's extensions on the top level Document (for x-tag-groups) and Schema (for x-tags) objects.
Let's track this here https://github.com/nestjs/swagger/pull/2684
Yeah turned out to be easier than I thought to get the PR working.
Is there an existing issue that is already proposing this?
Is your feature request related to a problem? Please describe it
In https://github.com/nestjs/swagger/issues/195 partial support for extensions was added, but it didn't apply to some other places you'd commonly want to use it.
Describe the solution you'd like
Extend https://github.com/nestjs/swagger/issues/195 to apply to the DocumentBuilder and Schema objects, rather than just Operations.
Teachability, documentation, adoption, migration strategy
No response
What is the motivation / use case for changing the behavior?
Trying to use Redocly's extensions on the top level Document (for x-tag-groups) and Schema (for x-tags) objects.