John Bednarczyk
John Bednarczyk
I found a solution with the following converter: ``` private static class DuplicateTypeConverter implements ModelConverter { private final Class clazz; public DuplicateTypeConverter(Class clazz) { this.clazz = clazz; } @Override public...
An alternate solution would be to include setResolveAsRef in the Schema type, so we can force specific models to not use a reference, but once again this is really just...
Same Issue
Currently working on this
@mynameisbogdan any particular color you suggest for the link?
> > any particular color you suggest for the link? > > To be honest, I think keeping it white as the rest of the content on that line would...
Any update on this?
@mynameisbogdan Ok I think I did this correctly, but please let me know if I missed something. Thanks for reviewing this
@mynameisbogdan Should be all fixed and I applied your code suggestions
Forgot one little thing, should be good after my last commit