I have an example...
a moment
(def foo [:map
{:closed true}
[:source [:map
[:id [:string {:min 1 :max 64}]]
[:type [:enum {:swagger/type "string"} "VRN" "DEVICE" "POLICY" "CLAIM" "CONTRACT"]]]]
...
...
that uses malli btw
Thanks. Useful!