mirror of
https://github.com/metosin/reitit.git
synced 2025-12-17 00:11: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
|
||||
:formats {"application/json" json-transformer-provider}}}
|
||||
;; 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?
|
||||
:lite true
|
||||
;; schema identity function (default: close all map schemas)
|
||||
|
|
|
|||
Loading…
Reference in a new issue