I am trying to use what looks like a very promising mocking tool for openapi v3. It is called imposter.
However I have run into a problem. I have created an issue on gh for it, and I have even generated a pull request for what I believe may be a fix (but I am not a java guy, and cannot get the grade boilerplate stuff to run, not is there any documentation on how to do this).
My issue is (apart from the unanswered gh issue) is that I cannot get relative refs to work using this tool.
Basically after frantically trying things out I get to a point where there are no errors (so it silently fails) but also fails to load my relative ref docs.
This is extremely limiting for me, as I want to develop a complex api which would need to make use of this functionality to avoid ending up with monolithic spec documents.
I have tried a few other tools but they all seem to have relative refs as their achilles heel.
Has anyone managed to solve this, which should be a basic ask in 2022 for something that is now on version 3 of the specification??