metosin / reitit

A fast data-driven routing library for Clojure/Script
https://cljdoc.org/d/metosin/reitit/
Eclipse Public License 1.0
1.42k stars 254 forks source link

Fix malli swagger defs w/ custom registries #642

Closed opqdonut closed 1 year ago

opqdonut commented 1 year ago

replaces #589 fixes #558 depends on #metosin/malli#939

Lifts the definitions to the root of the swagger.json document so that all of the $refs to them can resolve. Also fixes some naming / encoding issues with them and a circular ref problem I was noticing where sometimes a definition would just become a ref to itself.