Skip to content
New issue

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

Use correct RFC 3339 format as defined in OpenAPI spec #319

Closed
wants to merge 3 commits into from

Conversation

adolfo
Copy link
Contributor

@adolfo adolfo commented Mar 16, 2022

"RFC3339" is not a valid format for an OpenAPI date-time notation. The correct format is "date-time" which is a string that conforms to RFC 3339.

OpenAPI defines the following built-in string formats:
...
date-time – the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z
...

source 1
source 2

@timburks
Copy link
Contributor

timburks commented Apr 5, 2022

Fixed in #330, thanks @adolfo and @jeffsawatzky !

@timburks timburks closed this Apr 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants