Just found out the hosted Swagger explorer has a ?url= parameter that can load an external schema, so here's that OpenAI OpenAPI description rendered using that https://petstore.swagger.io/?url=https://raw.githubusercontent.com/openai/openai-openapi/refs/heads/master/openapi.yaml
@simon That's a nice trick.
When I need to analyze an external schema, I currently use a dummy FastAPI project that overrides the automatically generated docs. Which is nice if there's an NDA involved and I can't use external tools to analyze it.
https://gist.github.com/mborus/392be52d30af5aa4616d909390fa6563