Fork me on GitHub
#ring-swagger
<
2016-07-19
>
sebastianpoeplau17:07:36

Hey everyone 🙂 I'm trying to make an API written with compojure-api accept what Swagger defines as dateTime. My problem is that compojure-api pulls the type information from my schema - is there anything I can put in there that would be interpreted as Swagger's dateTime?

sebastianpoeplau17:07:53

@ikitommi: awesome, just what I was looking for!

ikitommi17:07:11

Java8 dates are missing, would like to see a PR which doesn't break with pre-java8...