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
The following fields are named date, but only have "type": "string". I believe they should also have the date-time format.
date
"type": "string"
paths."/repos/{owner}/{repo}/contents/{path}".put.requestBody.content."application/json".schema.properties.committer.properties.date paths."/repos/{owner}/{repo}/contents/{path}".put.requestBody.content."application/json".schema.properties.author.properties.date components.schemas.billing-usage-report.properties.usageItems.items.properties.date components.schemas.nullable-git-user.properties.date components.schemas.file-commit.properties.commit.properties.author.properties.date components.schemas.file-commit.properties.commit.properties.committer.properties.date components.schemas.git-tag.properties.tagger.properties.date components.schemas.webhook-status.properties.commit.properties.commit.properties.author.allOf.1.properties.date components.schemas.webhook-status.properties.commit.properties.commit.properties.committer.allOf.1.properties.date
format should be set to date-time
format
date-time
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Schema Inaccuracy
The following fields are named
date
, but only have"type": "string"
. I believe they should also have the date-time format.Expected
format
should be set todate-time
Reproduction Steps
The text was updated successfully, but these errors were encountered: