-
Notifications
You must be signed in to change notification settings - Fork 68
Open
Description
Currently, a LocalDateTime
field in a POJO will generate a schema field with "format": "date-time"
.
Looking at the JSON Schema spec (section 7.3.1), "date-time" seems to denote a timestamp after RFC 3339, section 5.6, which must include a "time-offset" so either "Z" or a numerical offset.
If that is true, "date-time" is not an applicable format for LocalDateTime
, right?
Metadata
Metadata
Assignees
Labels
No labels