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: remove unsupported coercions when generating swagger #671

Closed opqdonut closed 5 months ago

opqdonut commented 5 months ago

If we don't remove them, :responses :content gets passed out verbatim in the swagger.json, breaking stuff.

In particular, fixes the swagger.json in examples/reitit-malli-swagger. Reported broken in #669.