Fork me on GitHub
#reitit
<
2022-03-28
>
theequalizer7319:03:44

Hi, I’m using reitit and prismatic/schema. Does anyone knows how to coerce a parameter as string and enum?

{:parameters {:body {:name   s/Str
                     :domain s/Str
                     :app-ids {:type s/Str
                               :enum (s/enum  "app-id-1" "app-id-2")}}}}