Where does /openapi/v1.json actually come from?
Introduction
If you’ve worked with ASP.NET Core APIs, you’ve definitely hit /openapi/v1.json (or /swagger/v1/swagger.json) at least once.
For a long time, I assumed this file was:
generated at startup, or
stored somewhere on disk, or
magically han...
ankitbajpai.hashnode.dev3 min read