if you have two classes pointing to the same @Api path, you may have models unable to resolve. Create a class with /v1 as the path with one model as a response type, and another class with the same @Api path. The models may not resolve correctly from one or the other classes.