After updating Swagger UI from 3.x to 4.x, loading my custom schema via a parameter in the application-url breaks.
Before https://example.com/swagger/index.html?url=https://example.com/docs/simrws.yaml would load my custom specs. Now that just loads the default example Swagger Petstore.
There are no errors on the console. The docs say, that the fourth method to configure Swagger UI is to use URL-params.