I have a micro service architecture with spring cloud gateway and each micro service has its own Open Api Spec. I need to merge all of them into 1 Open Api Spec ( yaml or json ). I am not talking about a single swagger UI serving multiple links. I really need to merge the specs because the consumer of the spec needs a single json file. This file is used by Open Api Validator by Atlassian.
Asked
Active
Viewed 590 times
6
-
Did you find any solution to this? – Akshay Tyagi Jul 29 '23 at 16:32