You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 19, 2025. It is now read-only.
Currently datetimes are supported by specifying the type as
"datetime"in a schema. This seems to be incompatible with the JSON schema and OpenAPI specifications, which state it should be called"date-time". See, e.g., https://json-schema.org/understanding-json-schema/reference/string.html#dates-and-timesI created a PR to fix that issue: #91