We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9d87be commit 6e6d674Copy full SHA for 6e6d674
pyproject.toml
@@ -361,6 +361,11 @@ source = "https://raw.githubusercontent.com/github/rest-api-description/main/des
361
# git user date format should be date-time
362
"/components/schemas/git-user/properties/date" = { format = "date-time" }
363
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
+
369
# https://github.com/yanyongyu/githubkit/pull/134
370
# blob_url and raw_url may be null when the diff file is submodule's file
371
"/components/schemas/diff-entry/properties/blob_url" = { type = [
0 commit comments