Closed
Description
This comment from @yanniks made me check what type we generate for format: date
(not date-time
), and it's Foundation.Date
. That's wrong, as Foundation.Date
only represents a full timestamp (aka date-time
in OpenAPI terms).
This is an oversight, we should just generate a simple string, as there isn't an obvious currency type to deserialize dates (without time) into.
Should be as simple as removing .date
from here.