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

[Schema Inaccuracy] date fields missing date-time format #4697

Open
brandonchinn178 opened this issue Apr 1, 2025 · 0 comments
Open

[Schema Inaccuracy] date fields missing date-time format #4697

brandonchinn178 opened this issue Apr 1, 2025 · 0 comments
Labels

Comments

@brandonchinn178
Copy link

Schema Inaccuracy

The following fields are named date, but only have "type": "string". I believe they should also have the date-time format.

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

Expected

format should be set to date-time

Reproduction Steps

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants