Fork me on GitHub
#reitit
<
2020-01-07
>
ikitommi05:01:54

;; defaults (closed + strip extras)
(reitit.malli.coercion/create)

;; open schemas, strip extra keys
(reitit.malli.coercion/create {:compile identity})

;; open schemas, don't strip extra keys
(reitit.malli.coercion/create {:compile identity, :strip-extra-keys false})