reitit

https://cljdoc.org/d/metosin/reitit/ https://github.com/metosin/reitit/
dharrigan 2020-10-11T07:07:43.113800Z

I have an example...

dharrigan 2020-10-11T07:07:44.114Z

a moment

dharrigan 2020-10-11T07:08:35.114400Z

(def foo [:map
                           {:closed true}
                           [:source [:map
                                     [:id [:string {:min 1 :max 64}]]
                                     [:type [:enum {:swagger/type "string"} "VRN" "DEVICE" "POLICY" "CLAIM" "CONTRACT"]]]]
...
...

dharrigan 2020-10-11T07:10:41.115Z

that uses malli btw

1
Piotr 2020-10-12T23:22:28.115600Z

Thanks. Useful!