Skip to content

Instantly share code, notes, and snippets.

@julienba
Created May 21, 2020 10:03
Show Gist options
  • Save julienba/741c8946290fa368400a1ff435c95533 to your computer and use it in GitHub Desktop.
Save julienba/741c8946290fa368400a1ff435c95533 to your computer and use it in GitHub Desktop.
{"spec": "(spec-tools.core/spec {:spec (clojure.spec.alpha/keys :req-un [:app.route.api/x :app.route.api/y]), :type :map, :leaf? false})",
"problems":[{"path":["y"],"pred":"clojure.core/int?","val":"a","via":["app.route.api/plus-request","app.route.api/y"],"in":["y"]}],
"type":"reitit.coercion/request-coercion",
"coercion":"spec",
"value":{"x":"2","y":"a"},
"in":["request","query-params"]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment