One way to do is register an API endpoint to downl...
# ktor
o
One way to do is register an API endpoint to download spec:
get(”/api/specification”) { call.respond(specification) }
which would emit final spec in desired format.