What is the best way to represent a time field in a swagger specification, the closest type to denote it looks like date-time
but this makes standard deserialisers to expect date field to be passed along with the time... Is there a standard or best practice to just denote time in a swagger spec that works well with the Jackson deserialisers?
Is denoting time in milliseconds/seconds and using type string
in swagger an acceptable approach?