Details
-
Bug
-
Status: Resolved
-
Medium
-
Resolution: Won't Do
-
None
-
None
Description
We are missing validation badge. The most probable reason for this are our changes in swagger-initializer.js. Maybe our change of:
window.ui = SwaggerUIBundle({
url: "https://petstore.swagger.io/v2/swagger.json",
So now validation logic has no info which URL to validate. We need to set it after each selection of source (controller/device).
As shown on the picture, validation is working when we revert back to original swagger UI: