Fork me on GitHub
#reitit
<
2020-10-11
>
dharrigan07:10:43

I have an example...

dharrigan07:10:35

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

dharrigan07:10:41

that uses malli btw

bananadance 3
Piotr23:10:28

Thanks. Useful!