Open
Description
Hi, I have a use case where I'm referencing types from another services libraries. However multiple services may define the same name so they would conflict. So, my objective is to have a way to "rename" those types on the generated json schema in a way that avoid name conflicts.
What would be the recommended approach here?
I managed to get this working forking this library and adding this code: 77511b0
However I would like to know if there is a better approach here.