metosin / reitit

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

Generate correct OpenAPI $ref schemas for malli var and ref schemas #673

Closed opqdonut closed 3 months ago

opqdonut commented 3 months ago

Collect all the json-schema :definitions and place them under :components :schemas in the OpenAPI document.

Depends on metosin/malli#1045 (should be in 0.16.0).

Fixes #645. Fixes #669. Implements the malli part of #616.