mirror of
https://github.com/metosin/reitit.git
synced 2025-12-17 08:21:11 +00:00
Remove schema and errors from default malli coercion error keys
This commit is contained in:
parent
1dbca52002
commit
bc4443a935
1 changed files with 1 additions and 1 deletions
|
|
@ -114,7 +114,7 @@
|
||||||
:response {:default default-transformer-provider
|
:response {:default default-transformer-provider
|
||||||
:formats {"application/json" json-transformer-provider}}}
|
:formats {"application/json" json-transformer-provider}}}
|
||||||
;; set of keys to include in error messages
|
;; set of keys to include in error messages
|
||||||
:error-keys #{:type :coercion :in :schema :value :errors :humanized #_:transformed}
|
:error-keys #{:type :coercion :in #_:schema :value #_:errors :humanized #_:transformed}
|
||||||
;; support lite syntax?
|
;; support lite syntax?
|
||||||
:lite true
|
:lite true
|
||||||
;; schema identity function (default: close all map schemas)
|
;; schema identity function (default: close all map schemas)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue