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 has been archived by the owner on Nov 15, 2023. It is now read-only.
Version: 4.0.4
I have a property with this specification in
index.yml
:When running
swagger-cli bundle openapi/index.yml --type json -o openapi/openapi-spec.json
the resulting JSON file contains:Note how the
example
is converted to a full ISO-8601 datetime string.This is breaking validation in another tool I'm using. Because if
format: date
, then the example must be an ISO-8601 date like2023-01-01
.The text was updated successfully, but these errors were encountered: