I am trying to implement centralized swagger with openAPI 3.0 , but i am facing below issue:
- I am able to get all openApi json from all the microservice and add in concurrentHaspMap.
serviceDescriptions = new ConcurrentHashMap<String, String>(); serviceDescriptions.put(serviceName, serviceDescription);
In serviceDescriptions i have all OpenAPi Json.
- How to display this Json in OpenAPI UI?? please help me to display in OpenApi UI.