Date handling within the OpenAPI code is much improved.
Pre-release
Pre-release
Fixed Date handling such that if you pass in an encoder that specifies how it handles Dates then Dates will be correctly identified in the OpenAPI schema produced. Also, if you make Date conform to SampleableOpenAPIType then you get some default handling of the type regardless of whether an encoder is specified.