is there an easy way of generating swagger with pedestal + plumatic/schema that is not frankiesardo/route-swagger or oliyh/pedestal-api?
how did you set it up? does it outputs openapi 3.0?
The json it outputs says it's swagger 2.0. I set it up by following the example app in oliyh/route-swagger.
If your objection to frankiesardo/route-swagger is that it doesn't work, there's oliyh/route-swagger, which does. I'm using it with pedestal 0.6.4.
io.pedestal/pedestal 0.7.0-rc-2 Pedestal is a set of Clojure libraries that bring the core Clojure principles - Simplicity, Power, and Focus - to server-side development. https://github.com/pedestal/pedestal This second release candidate adds back in missing clj-kondo config files, and bumps a few dependencies to latest.