Question
Is it possible for the library to throw an exception if there are duplicate schema names?
I have a large codebase that generates OpenAPI Server documentation based on annotations. However, the clients are affected by this issue, where some schemas are overwritten due to this duplication.
Affected Version
2.2.30
Context
It is related to this issue.
Checklist