Fork me on GitHub
#reitit
<
2022-09-04
>
cvetan00:09:37

how do I define field of json response to be dateTime?

Ben Sless04:09:41

You can define your own schema using -simple-schema from malli Cljs or clj?

cvetan00:09:00

reitit documentation only states simple types like integers and strings

rolt10:09:29

check out the specific spec projets (malli, clojure.spec, data-spec, whichever you're using) for examples of extended usage