Allow any keys in paramters, related to #145

This commit is contained in:
Tommi Reiman 2018-09-26 16:28:26 +03:00
parent f5ee149929
commit 52eeea3c99

View file

@ -74,7 +74,7 @@
;; coercion ;; coercion
;; ;;
(s/def :reitit.core.coercion/kw-map (s/or :map (s/map-of keyword? any?) :spec s/spec?)) (s/def :reitit.core.coercion/kw-map (s/or :map (s/map-of any? any?) :spec s/spec?))
(s/def :reitit.core.coercion/query :reitit.core.coercion/kw-map) (s/def :reitit.core.coercion/query :reitit.core.coercion/kw-map)
(s/def :reitit.core.coercion/body :reitit.core.coercion/kw-map) (s/def :reitit.core.coercion/body :reitit.core.coercion/kw-map)