We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
got-swag should validate against ISO8601 but fails with some uncommon notations like +0000 (instead of +00:00), which is valid(?) ISO8601.
+0000
+00:00
The text was updated successfully, but these errors were encountered:
Swagger requires a specific subset of ISO8601 (https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14) for which a time offset of +0000 is not valid.
Sorry, something went wrong.
Cool, so got-swag is only offending ISO 8601 and not Swagger. I believe this is a wont-fix then, since we're looking for 100% Swagger conformity here.
No branches or pull requests
got-swag should validate against ISO8601 but fails with some uncommon notations like
+0000
(instead of+00:00
), which is valid(?) ISO8601.The text was updated successfully, but these errors were encountered: