Skip to content

Commit 6e6d674

Browse files
aitestinoyanyongyu
andauthored
🐛 Fix: remove verified_at from verification schema required fields (#229)
Co-authored-by: Ju4tCode <42488585+yanyongyu@users.noreply.github.com>
1 parent d9d87be commit 6e6d674

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -361,6 +361,11 @@ source = "https://raw.githubusercontent.com/github/rest-api-description/main/des
361361
# git user date format should be date-time
362362
"/components/schemas/git-user/properties/date" = { format = "date-time" }
363363

364+
# https://github.com/yanyongyu/githubkit/pull/229
365+
# https://github.com/github/rest-api-description/issues/4995
366+
# verified_at should be optional when commit not verified
367+
"/components/schemas/verification/required" = { "<remove>" = ["verified_at"] }
368+
364369
# https://github.com/yanyongyu/githubkit/pull/134
365370
# blob_url and raw_url may be null when the diff file is submodule's file
366371
"/components/schemas/diff-entry/properties/blob_url" = { type = [

0 commit comments

Comments
 (0)