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
See https://swagger.io/specification/v2/#data-types for information on the format field.
Note that format is both optional, and can be any string, so if not found or recognised, will need to gracefully ignore.
Specifically, where format is date/date-time the model could enforce that set strings are in the required format, and could also allow setting from a DateTimeInterface, or allow getting as a DateTimeImmutable or DateTime.
The text was updated successfully, but these errors were encountered:
See https://swagger.io/specification/v2/#data-types for information on the format field.
Note that format is both optional, and can be any string, so if not found or recognised, will need to gracefully ignore.
Specifically, where format is
date
/date-time
the model could enforce that set strings are in the required format, and could also allow setting from aDateTimeInterface
, or allow getting as aDateTimeImmutable
orDateTime
.The text was updated successfully, but these errors were encountered: