metosin / compojure-api

Sweet web apis with Compojure & Swagger
http://metosin.github.io/compojure-api/doc/
Eclipse Public License 1.0
1.11k stars 149 forks source link

Add {:coercion :select-schema} option #448

Open aneilbaboo opened 3 years ago

aneilbaboo commented 3 years ago

It would be incredibly handy to be able to filter out unwanted keys from an object based on the schema rather than reporting errors. I noticed the select-schema function in schema-tools, but I'm not quite sure how to use that to create my own Coercion.

I might create a Coercion and submit a PR if someone can guide me in how to do it.