You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: