cdisc-org / DataExchange-DatasetJson

DatasetJson for ODM V2
MIT License
15 stars 3 forks source link

creationDateTime and asOfDateTime are only validated as strings #18

Closed lexjansen closed 4 months ago

lexjansen commented 1 year ago

Can we add patterns to the JSON schema so that these properties are validated as ISO 8601 datetime values. Currently, something like "2023-11-13t07:34:56" or "2023-11-13T07:34" will not fail validation.