It would be handy if you could expose additional paths that are provided elsewhere in the stack to swagger. Something like this: ``` clj (swagger-docs {:paths {"/metrics" {:get {:summary "App and JVM Metrics"}}}}) ``` that merged the paths calculated via api/defapi with the provided paths.