Forum Discussion

thiagoarrais's avatar
thiagoarrais
Frequent Visitor
5 years ago

swagger-core/swagger-jaxrs2 misbehaving with date-time properties?

I've noticed some weird behavior on one of the sample projects: a `java.util.Date` property is spec'd as `string($date-time)` but at runtime it is rendered as a integer value. The sample project is c...