@octokit/openapi 13.2.0 → 13.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "13.2.0",
4
+ "version": "13.3.0",
5
5
  "title": "GitHub's official OpenAPI spec + Octokit extension",
6
6
  "description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
7
7
  "license": {
@@ -5443,6 +5443,9 @@
5443
5443
  },
5444
5444
  {
5445
5445
  "$ref": "#/components/parameters/pagination-after"
5446
+ },
5447
+ {
5448
+ "$ref": "#/components/parameters/secret-scanning-alert-validity"
5446
5449
  }
5447
5450
  ],
5448
5451
  "responses": {
@@ -69761,6 +69764,15 @@
69761
69764
  "type": "string",
69762
69765
  "description": "The comment that was optionally added when this alert was closed",
69763
69766
  "nullable": true
69767
+ },
69768
+ "validity": {
69769
+ "type": "string",
69770
+ "description": "The token status as of the latest validity check.",
69771
+ "enum": [
69772
+ "active",
69773
+ "inactive",
69774
+ "unknown"
69775
+ ]
69764
69776
  }
69765
69777
  }
69766
69778
  },
@@ -74304,9 +74316,9 @@
74304
74316
  "permissions"
74305
74317
  ]
74306
74318
  },
74307
- "nullable-repository": {
74308
- "title": "Repository",
74309
- "description": "A repository on GitHub.",
74319
+ "team-repository": {
74320
+ "title": "Team Repository",
74321
+ "description": "A team's access to a repository.",
74310
74322
  "type": "object",
74311
74323
  "properties": {
74312
74324
  "id": {
@@ -74330,9 +74342,6 @@
74330
74342
  "license": {
74331
74343
  "$ref": "#/components/schemas/nullable-license-simple"
74332
74344
  },
74333
- "organization": {
74334
- "$ref": "#/components/schemas/nullable-simple-user"
74335
- },
74336
74345
  "forks": {
74337
74346
  "type": "integer"
74338
74347
  },
@@ -74361,8 +74370,12 @@
74361
74370
  "push"
74362
74371
  ]
74363
74372
  },
74373
+ "role_name": {
74374
+ "type": "string",
74375
+ "example": "admin"
74376
+ },
74364
74377
  "owner": {
74365
- "$ref": "#/components/schemas/simple-user"
74378
+ "$ref": "#/components/schemas/nullable-simple-user"
74366
74379
  },
74367
74380
  "private": {
74368
74381
  "description": "Whether the repository is private or public.",
@@ -74590,7 +74603,6 @@
74590
74603
  "example": 80
74591
74604
  },
74592
74605
  "size": {
74593
- "description": "The size of the repository. Size is calculated hourly. When a repository is initially created, the size is 0.",
74594
74606
  "type": "integer",
74595
74607
  "example": 108
74596
74608
  },
@@ -74640,8 +74652,7 @@
74640
74652
  "description": "Whether downloads are enabled.",
74641
74653
  "default": true,
74642
74654
  "type": "boolean",
74643
- "example": true,
74644
- "deprecated": true
74655
+ "example": true
74645
74656
  },
74646
74657
  "archived": {
74647
74658
  "description": "Whether the repository is archived.",
@@ -74681,334 +74692,6 @@
74681
74692
  "type": "boolean",
74682
74693
  "example": true
74683
74694
  },
74684
- "template_repository": {
74685
- "nullable": true,
74686
- "type": "object",
74687
- "properties": {
74688
- "id": {
74689
- "type": "integer"
74690
- },
74691
- "node_id": {
74692
- "type": "string"
74693
- },
74694
- "name": {
74695
- "type": "string"
74696
- },
74697
- "full_name": {
74698
- "type": "string"
74699
- },
74700
- "owner": {
74701
- "type": "object",
74702
- "properties": {
74703
- "login": {
74704
- "type": "string"
74705
- },
74706
- "id": {
74707
- "type": "integer"
74708
- },
74709
- "node_id": {
74710
- "type": "string"
74711
- },
74712
- "avatar_url": {
74713
- "type": "string"
74714
- },
74715
- "gravatar_id": {
74716
- "type": "string"
74717
- },
74718
- "url": {
74719
- "type": "string"
74720
- },
74721
- "html_url": {
74722
- "type": "string"
74723
- },
74724
- "followers_url": {
74725
- "type": "string"
74726
- },
74727
- "following_url": {
74728
- "type": "string"
74729
- },
74730
- "gists_url": {
74731
- "type": "string"
74732
- },
74733
- "starred_url": {
74734
- "type": "string"
74735
- },
74736
- "subscriptions_url": {
74737
- "type": "string"
74738
- },
74739
- "organizations_url": {
74740
- "type": "string"
74741
- },
74742
- "repos_url": {
74743
- "type": "string"
74744
- },
74745
- "events_url": {
74746
- "type": "string"
74747
- },
74748
- "received_events_url": {
74749
- "type": "string"
74750
- },
74751
- "type": {
74752
- "type": "string"
74753
- },
74754
- "site_admin": {
74755
- "type": "boolean"
74756
- }
74757
- }
74758
- },
74759
- "private": {
74760
- "type": "boolean"
74761
- },
74762
- "html_url": {
74763
- "type": "string"
74764
- },
74765
- "description": {
74766
- "type": "string"
74767
- },
74768
- "fork": {
74769
- "type": "boolean"
74770
- },
74771
- "url": {
74772
- "type": "string"
74773
- },
74774
- "archive_url": {
74775
- "type": "string"
74776
- },
74777
- "assignees_url": {
74778
- "type": "string"
74779
- },
74780
- "blobs_url": {
74781
- "type": "string"
74782
- },
74783
- "branches_url": {
74784
- "type": "string"
74785
- },
74786
- "collaborators_url": {
74787
- "type": "string"
74788
- },
74789
- "comments_url": {
74790
- "type": "string"
74791
- },
74792
- "commits_url": {
74793
- "type": "string"
74794
- },
74795
- "compare_url": {
74796
- "type": "string"
74797
- },
74798
- "contents_url": {
74799
- "type": "string"
74800
- },
74801
- "contributors_url": {
74802
- "type": "string"
74803
- },
74804
- "deployments_url": {
74805
- "type": "string"
74806
- },
74807
- "downloads_url": {
74808
- "type": "string"
74809
- },
74810
- "events_url": {
74811
- "type": "string"
74812
- },
74813
- "forks_url": {
74814
- "type": "string"
74815
- },
74816
- "git_commits_url": {
74817
- "type": "string"
74818
- },
74819
- "git_refs_url": {
74820
- "type": "string"
74821
- },
74822
- "git_tags_url": {
74823
- "type": "string"
74824
- },
74825
- "git_url": {
74826
- "type": "string"
74827
- },
74828
- "issue_comment_url": {
74829
- "type": "string"
74830
- },
74831
- "issue_events_url": {
74832
- "type": "string"
74833
- },
74834
- "issues_url": {
74835
- "type": "string"
74836
- },
74837
- "keys_url": {
74838
- "type": "string"
74839
- },
74840
- "labels_url": {
74841
- "type": "string"
74842
- },
74843
- "languages_url": {
74844
- "type": "string"
74845
- },
74846
- "merges_url": {
74847
- "type": "string"
74848
- },
74849
- "milestones_url": {
74850
- "type": "string"
74851
- },
74852
- "notifications_url": {
74853
- "type": "string"
74854
- },
74855
- "pulls_url": {
74856
- "type": "string"
74857
- },
74858
- "releases_url": {
74859
- "type": "string"
74860
- },
74861
- "ssh_url": {
74862
- "type": "string"
74863
- },
74864
- "stargazers_url": {
74865
- "type": "string"
74866
- },
74867
- "statuses_url": {
74868
- "type": "string"
74869
- },
74870
- "subscribers_url": {
74871
- "type": "string"
74872
- },
74873
- "subscription_url": {
74874
- "type": "string"
74875
- },
74876
- "tags_url": {
74877
- "type": "string"
74878
- },
74879
- "teams_url": {
74880
- "type": "string"
74881
- },
74882
- "trees_url": {
74883
- "type": "string"
74884
- },
74885
- "clone_url": {
74886
- "type": "string"
74887
- },
74888
- "mirror_url": {
74889
- "type": "string"
74890
- },
74891
- "hooks_url": {
74892
- "type": "string"
74893
- },
74894
- "svn_url": {
74895
- "type": "string"
74896
- },
74897
- "homepage": {
74898
- "type": "string"
74899
- },
74900
- "language": {
74901
- "type": "string"
74902
- },
74903
- "forks_count": {
74904
- "type": "integer"
74905
- },
74906
- "stargazers_count": {
74907
- "type": "integer"
74908
- },
74909
- "watchers_count": {
74910
- "type": "integer"
74911
- },
74912
- "size": {
74913
- "type": "integer"
74914
- },
74915
- "default_branch": {
74916
- "type": "string"
74917
- },
74918
- "open_issues_count": {
74919
- "type": "integer"
74920
- },
74921
- "is_template": {
74922
- "type": "boolean"
74923
- },
74924
- "topics": {
74925
- "type": "array",
74926
- "items": {
74927
- "type": "string"
74928
- }
74929
- },
74930
- "has_issues": {
74931
- "type": "boolean"
74932
- },
74933
- "has_projects": {
74934
- "type": "boolean"
74935
- },
74936
- "has_wiki": {
74937
- "type": "boolean"
74938
- },
74939
- "has_pages": {
74940
- "type": "boolean"
74941
- },
74942
- "has_downloads": {
74943
- "type": "boolean"
74944
- },
74945
- "archived": {
74946
- "type": "boolean"
74947
- },
74948
- "disabled": {
74949
- "type": "boolean"
74950
- },
74951
- "visibility": {
74952
- "type": "string"
74953
- },
74954
- "pushed_at": {
74955
- "type": "string"
74956
- },
74957
- "created_at": {
74958
- "type": "string"
74959
- },
74960
- "updated_at": {
74961
- "type": "string"
74962
- },
74963
- "permissions": {
74964
- "type": "object",
74965
- "properties": {
74966
- "admin": {
74967
- "type": "boolean"
74968
- },
74969
- "maintain": {
74970
- "type": "boolean"
74971
- },
74972
- "push": {
74973
- "type": "boolean"
74974
- },
74975
- "triage": {
74976
- "type": "boolean"
74977
- },
74978
- "pull": {
74979
- "type": "boolean"
74980
- }
74981
- }
74982
- },
74983
- "allow_rebase_merge": {
74984
- "type": "boolean"
74985
- },
74986
- "temp_clone_token": {
74987
- "type": "string"
74988
- },
74989
- "allow_squash_merge": {
74990
- "type": "boolean"
74991
- },
74992
- "allow_auto_merge": {
74993
- "type": "boolean"
74994
- },
74995
- "delete_branch_on_merge": {
74996
- "type": "boolean"
74997
- },
74998
- "allow_update_branch": {
74999
- "type": "boolean"
75000
- },
75001
- "allow_merge_commit": {
75002
- "type": "boolean"
75003
- },
75004
- "subscribers_count": {
75005
- "type": "integer"
75006
- },
75007
- "network_count": {
75008
- "type": "integer"
75009
- }
75010
- }
75011
- },
75012
74695
  "temp_clone_token": {
75013
74696
  "type": "string"
75014
74697
  },
@@ -75030,12 +74713,6 @@
75030
74713
  "type": "boolean",
75031
74714
  "example": false
75032
74715
  },
75033
- "allow_update_branch": {
75034
- "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.",
75035
- "default": false,
75036
- "type": "boolean",
75037
- "example": false
75038
- },
75039
74716
  "allow_merge_commit": {
75040
74717
  "description": "Whether to allow merge commits for pull requests.",
75041
74718
  "default": true,
@@ -75044,12 +74721,15 @@
75044
74721
  },
75045
74722
  "allow_forking": {
75046
74723
  "description": "Whether to allow forking this repo",
75047
- "type": "boolean"
74724
+ "default": false,
74725
+ "type": "boolean",
74726
+ "example": false
75048
74727
  },
75049
74728
  "web_commit_signoff_required": {
75050
74729
  "description": "Whether to require contributors to sign off on web-based commits",
75051
74730
  "default": false,
75052
- "type": "boolean"
74731
+ "type": "boolean",
74732
+ "example": false
75053
74733
  },
75054
74734
  "subscribers_count": {
75055
74735
  "type": "integer"
@@ -75065,14 +74745,6 @@
75065
74745
  },
75066
74746
  "master_branch": {
75067
74747
  "type": "string"
75068
- },
75069
- "starred_at": {
75070
- "type": "string",
75071
- "example": "\"2020-07-09T00:17:42Z\""
75072
- },
75073
- "anonymous_access_enabled": {
75074
- "type": "boolean",
75075
- "description": "Whether anonymous git access is enabled for this repository"
75076
74748
  }
75077
74749
  },
75078
74750
  "required": [
@@ -75149,12 +74821,234 @@
75149
74821
  "watchers_count",
75150
74822
  "created_at",
75151
74823
  "updated_at"
75152
- ],
75153
- "nullable": true
74824
+ ]
75154
74825
  },
75155
- "team-repository": {
75156
- "title": "Team Repository",
75157
- "description": "A team's access to a repository.",
74826
+ "project-card": {
74827
+ "title": "Project Card",
74828
+ "description": "Project cards represent a scope of work.",
74829
+ "type": "object",
74830
+ "properties": {
74831
+ "url": {
74832
+ "type": "string",
74833
+ "format": "uri",
74834
+ "example": "https://api.github.com/projects/columns/cards/1478"
74835
+ },
74836
+ "id": {
74837
+ "description": "The project card's ID",
74838
+ "example": 42,
74839
+ "type": "integer"
74840
+ },
74841
+ "node_id": {
74842
+ "type": "string",
74843
+ "example": "MDExOlByb2plY3RDYXJkMTQ3OA=="
74844
+ },
74845
+ "note": {
74846
+ "type": "string",
74847
+ "example": "Add payload for delete Project column",
74848
+ "nullable": true
74849
+ },
74850
+ "creator": {
74851
+ "$ref": "#/components/schemas/nullable-simple-user"
74852
+ },
74853
+ "created_at": {
74854
+ "type": "string",
74855
+ "format": "date-time",
74856
+ "example": "2016-09-05T14:21:06Z"
74857
+ },
74858
+ "updated_at": {
74859
+ "type": "string",
74860
+ "format": "date-time",
74861
+ "example": "2016-09-05T14:20:22Z"
74862
+ },
74863
+ "archived": {
74864
+ "description": "Whether or not the card is archived",
74865
+ "example": false,
74866
+ "type": "boolean"
74867
+ },
74868
+ "column_name": {
74869
+ "type": "string"
74870
+ },
74871
+ "project_id": {
74872
+ "type": "string"
74873
+ },
74874
+ "column_url": {
74875
+ "type": "string",
74876
+ "format": "uri",
74877
+ "example": "https://api.github.com/projects/columns/367"
74878
+ },
74879
+ "content_url": {
74880
+ "type": "string",
74881
+ "format": "uri",
74882
+ "example": "https://api.github.com/repos/api-playground/projects-test/issues/3"
74883
+ },
74884
+ "project_url": {
74885
+ "type": "string",
74886
+ "format": "uri",
74887
+ "example": "https://api.github.com/projects/120"
74888
+ }
74889
+ },
74890
+ "required": [
74891
+ "id",
74892
+ "node_id",
74893
+ "note",
74894
+ "url",
74895
+ "column_url",
74896
+ "project_url",
74897
+ "creator",
74898
+ "created_at",
74899
+ "updated_at"
74900
+ ]
74901
+ },
74902
+ "project-column": {
74903
+ "title": "Project Column",
74904
+ "description": "Project columns contain cards of work.",
74905
+ "type": "object",
74906
+ "properties": {
74907
+ "url": {
74908
+ "type": "string",
74909
+ "format": "uri",
74910
+ "example": "https://api.github.com/projects/columns/367"
74911
+ },
74912
+ "project_url": {
74913
+ "type": "string",
74914
+ "format": "uri",
74915
+ "example": "https://api.github.com/projects/120"
74916
+ },
74917
+ "cards_url": {
74918
+ "type": "string",
74919
+ "format": "uri",
74920
+ "example": "https://api.github.com/projects/columns/367/cards"
74921
+ },
74922
+ "id": {
74923
+ "description": "The unique identifier of the project column",
74924
+ "example": 42,
74925
+ "type": "integer"
74926
+ },
74927
+ "node_id": {
74928
+ "type": "string",
74929
+ "example": "MDEzOlByb2plY3RDb2x1bW4zNjc="
74930
+ },
74931
+ "name": {
74932
+ "description": "Name of the project column",
74933
+ "example": "Remaining tasks",
74934
+ "type": "string"
74935
+ },
74936
+ "created_at": {
74937
+ "type": "string",
74938
+ "format": "date-time",
74939
+ "example": "2016-09-05T14:18:44Z"
74940
+ },
74941
+ "updated_at": {
74942
+ "type": "string",
74943
+ "format": "date-time",
74944
+ "example": "2016-09-05T14:22:28Z"
74945
+ }
74946
+ },
74947
+ "required": [
74948
+ "id",
74949
+ "node_id",
74950
+ "url",
74951
+ "project_url",
74952
+ "cards_url",
74953
+ "name",
74954
+ "created_at",
74955
+ "updated_at"
74956
+ ]
74957
+ },
74958
+ "project-collaborator-permission": {
74959
+ "title": "Project Collaborator Permission",
74960
+ "description": "Project Collaborator Permission",
74961
+ "type": "object",
74962
+ "properties": {
74963
+ "permission": {
74964
+ "type": "string"
74965
+ },
74966
+ "user": {
74967
+ "$ref": "#/components/schemas/nullable-simple-user"
74968
+ }
74969
+ },
74970
+ "required": [
74971
+ "permission",
74972
+ "user"
74973
+ ]
74974
+ },
74975
+ "rate-limit": {
74976
+ "title": "Rate Limit",
74977
+ "type": "object",
74978
+ "properties": {
74979
+ "limit": {
74980
+ "type": "integer"
74981
+ },
74982
+ "remaining": {
74983
+ "type": "integer"
74984
+ },
74985
+ "reset": {
74986
+ "type": "integer"
74987
+ },
74988
+ "used": {
74989
+ "type": "integer"
74990
+ }
74991
+ },
74992
+ "required": [
74993
+ "limit",
74994
+ "remaining",
74995
+ "reset",
74996
+ "used"
74997
+ ]
74998
+ },
74999
+ "rate-limit-overview": {
75000
+ "title": "Rate Limit Overview",
75001
+ "description": "Rate Limit Overview",
75002
+ "type": "object",
75003
+ "properties": {
75004
+ "resources": {
75005
+ "type": "object",
75006
+ "properties": {
75007
+ "core": {
75008
+ "$ref": "#/components/schemas/rate-limit"
75009
+ },
75010
+ "graphql": {
75011
+ "$ref": "#/components/schemas/rate-limit"
75012
+ },
75013
+ "search": {
75014
+ "$ref": "#/components/schemas/rate-limit"
75015
+ },
75016
+ "code_search": {
75017
+ "$ref": "#/components/schemas/rate-limit"
75018
+ },
75019
+ "source_import": {
75020
+ "$ref": "#/components/schemas/rate-limit"
75021
+ },
75022
+ "integration_manifest": {
75023
+ "$ref": "#/components/schemas/rate-limit"
75024
+ },
75025
+ "code_scanning_upload": {
75026
+ "$ref": "#/components/schemas/rate-limit"
75027
+ },
75028
+ "actions_runner_registration": {
75029
+ "$ref": "#/components/schemas/rate-limit"
75030
+ },
75031
+ "scim": {
75032
+ "$ref": "#/components/schemas/rate-limit"
75033
+ }
75034
+ },
75035
+ "required": [
75036
+ "core",
75037
+ "search"
75038
+ ]
75039
+ },
75040
+ "rate": {
75041
+ "$ref": "#/components/schemas/rate-limit"
75042
+ }
75043
+ },
75044
+ "required": [
75045
+ "rate",
75046
+ "resources"
75047
+ ]
75048
+ },
75049
+ "nullable-repository": {
75050
+ "title": "Repository",
75051
+ "description": "A repository on GitHub.",
75158
75052
  "type": "object",
75159
75053
  "properties": {
75160
75054
  "id": {
@@ -75178,6 +75072,9 @@
75178
75072
  "license": {
75179
75073
  "$ref": "#/components/schemas/nullable-license-simple"
75180
75074
  },
75075
+ "organization": {
75076
+ "$ref": "#/components/schemas/nullable-simple-user"
75077
+ },
75181
75078
  "forks": {
75182
75079
  "type": "integer"
75183
75080
  },
@@ -75206,12 +75103,8 @@
75206
75103
  "push"
75207
75104
  ]
75208
75105
  },
75209
- "role_name": {
75210
- "type": "string",
75211
- "example": "admin"
75212
- },
75213
75106
  "owner": {
75214
- "$ref": "#/components/schemas/nullable-simple-user"
75107
+ "$ref": "#/components/schemas/simple-user"
75215
75108
  },
75216
75109
  "private": {
75217
75110
  "description": "Whether the repository is private or public.",
@@ -75439,6 +75332,7 @@
75439
75332
  "example": 80
75440
75333
  },
75441
75334
  "size": {
75335
+ "description": "The size of the repository. Size is calculated hourly. When a repository is initially created, the size is 0.",
75442
75336
  "type": "integer",
75443
75337
  "example": 108
75444
75338
  },
@@ -75488,7 +75382,8 @@
75488
75382
  "description": "Whether downloads are enabled.",
75489
75383
  "default": true,
75490
75384
  "type": "boolean",
75491
- "example": true
75385
+ "example": true,
75386
+ "deprecated": true
75492
75387
  },
75493
75388
  "archived": {
75494
75389
  "description": "Whether the repository is archived.",
@@ -75529,7 +75424,332 @@
75529
75424
  "example": true
75530
75425
  },
75531
75426
  "template_repository": {
75532
- "$ref": "#/components/schemas/nullable-repository"
75427
+ "nullable": true,
75428
+ "type": "object",
75429
+ "properties": {
75430
+ "id": {
75431
+ "type": "integer"
75432
+ },
75433
+ "node_id": {
75434
+ "type": "string"
75435
+ },
75436
+ "name": {
75437
+ "type": "string"
75438
+ },
75439
+ "full_name": {
75440
+ "type": "string"
75441
+ },
75442
+ "owner": {
75443
+ "type": "object",
75444
+ "properties": {
75445
+ "login": {
75446
+ "type": "string"
75447
+ },
75448
+ "id": {
75449
+ "type": "integer"
75450
+ },
75451
+ "node_id": {
75452
+ "type": "string"
75453
+ },
75454
+ "avatar_url": {
75455
+ "type": "string"
75456
+ },
75457
+ "gravatar_id": {
75458
+ "type": "string"
75459
+ },
75460
+ "url": {
75461
+ "type": "string"
75462
+ },
75463
+ "html_url": {
75464
+ "type": "string"
75465
+ },
75466
+ "followers_url": {
75467
+ "type": "string"
75468
+ },
75469
+ "following_url": {
75470
+ "type": "string"
75471
+ },
75472
+ "gists_url": {
75473
+ "type": "string"
75474
+ },
75475
+ "starred_url": {
75476
+ "type": "string"
75477
+ },
75478
+ "subscriptions_url": {
75479
+ "type": "string"
75480
+ },
75481
+ "organizations_url": {
75482
+ "type": "string"
75483
+ },
75484
+ "repos_url": {
75485
+ "type": "string"
75486
+ },
75487
+ "events_url": {
75488
+ "type": "string"
75489
+ },
75490
+ "received_events_url": {
75491
+ "type": "string"
75492
+ },
75493
+ "type": {
75494
+ "type": "string"
75495
+ },
75496
+ "site_admin": {
75497
+ "type": "boolean"
75498
+ }
75499
+ }
75500
+ },
75501
+ "private": {
75502
+ "type": "boolean"
75503
+ },
75504
+ "html_url": {
75505
+ "type": "string"
75506
+ },
75507
+ "description": {
75508
+ "type": "string"
75509
+ },
75510
+ "fork": {
75511
+ "type": "boolean"
75512
+ },
75513
+ "url": {
75514
+ "type": "string"
75515
+ },
75516
+ "archive_url": {
75517
+ "type": "string"
75518
+ },
75519
+ "assignees_url": {
75520
+ "type": "string"
75521
+ },
75522
+ "blobs_url": {
75523
+ "type": "string"
75524
+ },
75525
+ "branches_url": {
75526
+ "type": "string"
75527
+ },
75528
+ "collaborators_url": {
75529
+ "type": "string"
75530
+ },
75531
+ "comments_url": {
75532
+ "type": "string"
75533
+ },
75534
+ "commits_url": {
75535
+ "type": "string"
75536
+ },
75537
+ "compare_url": {
75538
+ "type": "string"
75539
+ },
75540
+ "contents_url": {
75541
+ "type": "string"
75542
+ },
75543
+ "contributors_url": {
75544
+ "type": "string"
75545
+ },
75546
+ "deployments_url": {
75547
+ "type": "string"
75548
+ },
75549
+ "downloads_url": {
75550
+ "type": "string"
75551
+ },
75552
+ "events_url": {
75553
+ "type": "string"
75554
+ },
75555
+ "forks_url": {
75556
+ "type": "string"
75557
+ },
75558
+ "git_commits_url": {
75559
+ "type": "string"
75560
+ },
75561
+ "git_refs_url": {
75562
+ "type": "string"
75563
+ },
75564
+ "git_tags_url": {
75565
+ "type": "string"
75566
+ },
75567
+ "git_url": {
75568
+ "type": "string"
75569
+ },
75570
+ "issue_comment_url": {
75571
+ "type": "string"
75572
+ },
75573
+ "issue_events_url": {
75574
+ "type": "string"
75575
+ },
75576
+ "issues_url": {
75577
+ "type": "string"
75578
+ },
75579
+ "keys_url": {
75580
+ "type": "string"
75581
+ },
75582
+ "labels_url": {
75583
+ "type": "string"
75584
+ },
75585
+ "languages_url": {
75586
+ "type": "string"
75587
+ },
75588
+ "merges_url": {
75589
+ "type": "string"
75590
+ },
75591
+ "milestones_url": {
75592
+ "type": "string"
75593
+ },
75594
+ "notifications_url": {
75595
+ "type": "string"
75596
+ },
75597
+ "pulls_url": {
75598
+ "type": "string"
75599
+ },
75600
+ "releases_url": {
75601
+ "type": "string"
75602
+ },
75603
+ "ssh_url": {
75604
+ "type": "string"
75605
+ },
75606
+ "stargazers_url": {
75607
+ "type": "string"
75608
+ },
75609
+ "statuses_url": {
75610
+ "type": "string"
75611
+ },
75612
+ "subscribers_url": {
75613
+ "type": "string"
75614
+ },
75615
+ "subscription_url": {
75616
+ "type": "string"
75617
+ },
75618
+ "tags_url": {
75619
+ "type": "string"
75620
+ },
75621
+ "teams_url": {
75622
+ "type": "string"
75623
+ },
75624
+ "trees_url": {
75625
+ "type": "string"
75626
+ },
75627
+ "clone_url": {
75628
+ "type": "string"
75629
+ },
75630
+ "mirror_url": {
75631
+ "type": "string"
75632
+ },
75633
+ "hooks_url": {
75634
+ "type": "string"
75635
+ },
75636
+ "svn_url": {
75637
+ "type": "string"
75638
+ },
75639
+ "homepage": {
75640
+ "type": "string"
75641
+ },
75642
+ "language": {
75643
+ "type": "string"
75644
+ },
75645
+ "forks_count": {
75646
+ "type": "integer"
75647
+ },
75648
+ "stargazers_count": {
75649
+ "type": "integer"
75650
+ },
75651
+ "watchers_count": {
75652
+ "type": "integer"
75653
+ },
75654
+ "size": {
75655
+ "type": "integer"
75656
+ },
75657
+ "default_branch": {
75658
+ "type": "string"
75659
+ },
75660
+ "open_issues_count": {
75661
+ "type": "integer"
75662
+ },
75663
+ "is_template": {
75664
+ "type": "boolean"
75665
+ },
75666
+ "topics": {
75667
+ "type": "array",
75668
+ "items": {
75669
+ "type": "string"
75670
+ }
75671
+ },
75672
+ "has_issues": {
75673
+ "type": "boolean"
75674
+ },
75675
+ "has_projects": {
75676
+ "type": "boolean"
75677
+ },
75678
+ "has_wiki": {
75679
+ "type": "boolean"
75680
+ },
75681
+ "has_pages": {
75682
+ "type": "boolean"
75683
+ },
75684
+ "has_downloads": {
75685
+ "type": "boolean"
75686
+ },
75687
+ "archived": {
75688
+ "type": "boolean"
75689
+ },
75690
+ "disabled": {
75691
+ "type": "boolean"
75692
+ },
75693
+ "visibility": {
75694
+ "type": "string"
75695
+ },
75696
+ "pushed_at": {
75697
+ "type": "string"
75698
+ },
75699
+ "created_at": {
75700
+ "type": "string"
75701
+ },
75702
+ "updated_at": {
75703
+ "type": "string"
75704
+ },
75705
+ "permissions": {
75706
+ "type": "object",
75707
+ "properties": {
75708
+ "admin": {
75709
+ "type": "boolean"
75710
+ },
75711
+ "maintain": {
75712
+ "type": "boolean"
75713
+ },
75714
+ "push": {
75715
+ "type": "boolean"
75716
+ },
75717
+ "triage": {
75718
+ "type": "boolean"
75719
+ },
75720
+ "pull": {
75721
+ "type": "boolean"
75722
+ }
75723
+ }
75724
+ },
75725
+ "allow_rebase_merge": {
75726
+ "type": "boolean"
75727
+ },
75728
+ "temp_clone_token": {
75729
+ "type": "string"
75730
+ },
75731
+ "allow_squash_merge": {
75732
+ "type": "boolean"
75733
+ },
75734
+ "allow_auto_merge": {
75735
+ "type": "boolean"
75736
+ },
75737
+ "delete_branch_on_merge": {
75738
+ "type": "boolean"
75739
+ },
75740
+ "allow_update_branch": {
75741
+ "type": "boolean"
75742
+ },
75743
+ "allow_merge_commit": {
75744
+ "type": "boolean"
75745
+ },
75746
+ "subscribers_count": {
75747
+ "type": "integer"
75748
+ },
75749
+ "network_count": {
75750
+ "type": "integer"
75751
+ }
75752
+ }
75533
75753
  },
75534
75754
  "temp_clone_token": {
75535
75755
  "type": "string"
@@ -75552,6 +75772,12 @@
75552
75772
  "type": "boolean",
75553
75773
  "example": false
75554
75774
  },
75775
+ "allow_update_branch": {
75776
+ "description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.",
75777
+ "default": false,
75778
+ "type": "boolean",
75779
+ "example": false
75780
+ },
75555
75781
  "allow_merge_commit": {
75556
75782
  "description": "Whether to allow merge commits for pull requests.",
75557
75783
  "default": true,
@@ -75560,15 +75786,12 @@
75560
75786
  },
75561
75787
  "allow_forking": {
75562
75788
  "description": "Whether to allow forking this repo",
75563
- "default": false,
75564
- "type": "boolean",
75565
- "example": false
75789
+ "type": "boolean"
75566
75790
  },
75567
75791
  "web_commit_signoff_required": {
75568
75792
  "description": "Whether to require contributors to sign off on web-based commits",
75569
75793
  "default": false,
75570
- "type": "boolean",
75571
- "example": false
75794
+ "type": "boolean"
75572
75795
  },
75573
75796
  "subscribers_count": {
75574
75797
  "type": "integer"
@@ -75584,6 +75807,14 @@
75584
75807
  },
75585
75808
  "master_branch": {
75586
75809
  "type": "string"
75810
+ },
75811
+ "starred_at": {
75812
+ "type": "string",
75813
+ "example": "\"2020-07-09T00:17:42Z\""
75814
+ },
75815
+ "anonymous_access_enabled": {
75816
+ "type": "boolean",
75817
+ "description": "Whether anonymous git access is enabled for this repository"
75587
75818
  }
75588
75819
  },
75589
75820
  "required": [
@@ -75660,230 +75891,8 @@
75660
75891
  "watchers_count",
75661
75892
  "created_at",
75662
75893
  "updated_at"
75663
- ]
75664
- },
75665
- "project-card": {
75666
- "title": "Project Card",
75667
- "description": "Project cards represent a scope of work.",
75668
- "type": "object",
75669
- "properties": {
75670
- "url": {
75671
- "type": "string",
75672
- "format": "uri",
75673
- "example": "https://api.github.com/projects/columns/cards/1478"
75674
- },
75675
- "id": {
75676
- "description": "The project card's ID",
75677
- "example": 42,
75678
- "type": "integer"
75679
- },
75680
- "node_id": {
75681
- "type": "string",
75682
- "example": "MDExOlByb2plY3RDYXJkMTQ3OA=="
75683
- },
75684
- "note": {
75685
- "type": "string",
75686
- "example": "Add payload for delete Project column",
75687
- "nullable": true
75688
- },
75689
- "creator": {
75690
- "$ref": "#/components/schemas/nullable-simple-user"
75691
- },
75692
- "created_at": {
75693
- "type": "string",
75694
- "format": "date-time",
75695
- "example": "2016-09-05T14:21:06Z"
75696
- },
75697
- "updated_at": {
75698
- "type": "string",
75699
- "format": "date-time",
75700
- "example": "2016-09-05T14:20:22Z"
75701
- },
75702
- "archived": {
75703
- "description": "Whether or not the card is archived",
75704
- "example": false,
75705
- "type": "boolean"
75706
- },
75707
- "column_name": {
75708
- "type": "string"
75709
- },
75710
- "project_id": {
75711
- "type": "string"
75712
- },
75713
- "column_url": {
75714
- "type": "string",
75715
- "format": "uri",
75716
- "example": "https://api.github.com/projects/columns/367"
75717
- },
75718
- "content_url": {
75719
- "type": "string",
75720
- "format": "uri",
75721
- "example": "https://api.github.com/repos/api-playground/projects-test/issues/3"
75722
- },
75723
- "project_url": {
75724
- "type": "string",
75725
- "format": "uri",
75726
- "example": "https://api.github.com/projects/120"
75727
- }
75728
- },
75729
- "required": [
75730
- "id",
75731
- "node_id",
75732
- "note",
75733
- "url",
75734
- "column_url",
75735
- "project_url",
75736
- "creator",
75737
- "created_at",
75738
- "updated_at"
75739
- ]
75740
- },
75741
- "project-column": {
75742
- "title": "Project Column",
75743
- "description": "Project columns contain cards of work.",
75744
- "type": "object",
75745
- "properties": {
75746
- "url": {
75747
- "type": "string",
75748
- "format": "uri",
75749
- "example": "https://api.github.com/projects/columns/367"
75750
- },
75751
- "project_url": {
75752
- "type": "string",
75753
- "format": "uri",
75754
- "example": "https://api.github.com/projects/120"
75755
- },
75756
- "cards_url": {
75757
- "type": "string",
75758
- "format": "uri",
75759
- "example": "https://api.github.com/projects/columns/367/cards"
75760
- },
75761
- "id": {
75762
- "description": "The unique identifier of the project column",
75763
- "example": 42,
75764
- "type": "integer"
75765
- },
75766
- "node_id": {
75767
- "type": "string",
75768
- "example": "MDEzOlByb2plY3RDb2x1bW4zNjc="
75769
- },
75770
- "name": {
75771
- "description": "Name of the project column",
75772
- "example": "Remaining tasks",
75773
- "type": "string"
75774
- },
75775
- "created_at": {
75776
- "type": "string",
75777
- "format": "date-time",
75778
- "example": "2016-09-05T14:18:44Z"
75779
- },
75780
- "updated_at": {
75781
- "type": "string",
75782
- "format": "date-time",
75783
- "example": "2016-09-05T14:22:28Z"
75784
- }
75785
- },
75786
- "required": [
75787
- "id",
75788
- "node_id",
75789
- "url",
75790
- "project_url",
75791
- "cards_url",
75792
- "name",
75793
- "created_at",
75794
- "updated_at"
75795
- ]
75796
- },
75797
- "project-collaborator-permission": {
75798
- "title": "Project Collaborator Permission",
75799
- "description": "Project Collaborator Permission",
75800
- "type": "object",
75801
- "properties": {
75802
- "permission": {
75803
- "type": "string"
75804
- },
75805
- "user": {
75806
- "$ref": "#/components/schemas/nullable-simple-user"
75807
- }
75808
- },
75809
- "required": [
75810
- "permission",
75811
- "user"
75812
- ]
75813
- },
75814
- "rate-limit": {
75815
- "title": "Rate Limit",
75816
- "type": "object",
75817
- "properties": {
75818
- "limit": {
75819
- "type": "integer"
75820
- },
75821
- "remaining": {
75822
- "type": "integer"
75823
- },
75824
- "reset": {
75825
- "type": "integer"
75826
- },
75827
- "used": {
75828
- "type": "integer"
75829
- }
75830
- },
75831
- "required": [
75832
- "limit",
75833
- "remaining",
75834
- "reset",
75835
- "used"
75836
- ]
75837
- },
75838
- "rate-limit-overview": {
75839
- "title": "Rate Limit Overview",
75840
- "description": "Rate Limit Overview",
75841
- "type": "object",
75842
- "properties": {
75843
- "resources": {
75844
- "type": "object",
75845
- "properties": {
75846
- "core": {
75847
- "$ref": "#/components/schemas/rate-limit"
75848
- },
75849
- "graphql": {
75850
- "$ref": "#/components/schemas/rate-limit"
75851
- },
75852
- "search": {
75853
- "$ref": "#/components/schemas/rate-limit"
75854
- },
75855
- "code_search": {
75856
- "$ref": "#/components/schemas/rate-limit"
75857
- },
75858
- "source_import": {
75859
- "$ref": "#/components/schemas/rate-limit"
75860
- },
75861
- "integration_manifest": {
75862
- "$ref": "#/components/schemas/rate-limit"
75863
- },
75864
- "code_scanning_upload": {
75865
- "$ref": "#/components/schemas/rate-limit"
75866
- },
75867
- "actions_runner_registration": {
75868
- "$ref": "#/components/schemas/rate-limit"
75869
- },
75870
- "scim": {
75871
- "$ref": "#/components/schemas/rate-limit"
75872
- }
75873
- },
75874
- "required": [
75875
- "core",
75876
- "search"
75877
- ]
75878
- },
75879
- "rate": {
75880
- "$ref": "#/components/schemas/rate-limit"
75881
- }
75882
- },
75883
- "required": [
75884
- "rate",
75885
- "resources"
75886
- ]
75894
+ ],
75895
+ "nullable": true
75887
75896
  },
75888
75897
  "code-of-conduct-simple": {
75889
75898
  "title": "Code Of Conduct Simple",
@@ -87703,6 +87712,15 @@
87703
87712
  "secret": {
87704
87713
  "type": "string",
87705
87714
  "description": "The secret that was detected."
87715
+ },
87716
+ "validity": {
87717
+ "type": "string",
87718
+ "description": "The token status as of the latest validity check.",
87719
+ "enum": [
87720
+ "active",
87721
+ "inactive",
87722
+ "unknown"
87723
+ ]
87706
87724
  }
87707
87725
  }
87708
87726
  },
@@ -90264,6 +90282,11 @@
90264
90282
  "type": "string"
90265
90283
  }
90266
90284
  },
90285
+ "custom_properties": {
90286
+ "type": "object",
90287
+ "description": "The custom properties that were defined for the repository. The keys are the custom property names, and the values are the corresponding custom property values.",
90288
+ "additionalProperties": true
90289
+ },
90267
90290
  "has_issues": {
90268
90291
  "description": "Whether issues are enabled.",
90269
90292
  "default": true,
@@ -92240,6 +92263,11 @@
92240
92263
  "type": "string"
92241
92264
  }
92242
92265
  },
92266
+ "custom_properties": {
92267
+ "type": "object",
92268
+ "description": "The custom properties that were defined for the repository. The keys are the custom property names, and the values are the corresponding custom property values.",
92269
+ "additionalProperties": true
92270
+ },
92243
92271
  "has_issues": {
92244
92272
  "description": "Whether issues are enabled.",
92245
92273
  "default": true,
@@ -108440,6 +108468,11 @@
108440
108468
  }
108441
108469
  ]
108442
108470
  },
108471
+ "custom_properties": {
108472
+ "type": "object",
108473
+ "description": "The custom properties that were defined for the repository. The keys are the custom property names, and the values are the corresponding custom property values.",
108474
+ "additionalProperties": true
108475
+ },
108443
108476
  "default_branch": {
108444
108477
  "description": "The default branch of the repository.",
108445
108478
  "type": "string"
@@ -128338,6 +128371,11 @@
128338
128371
  }
128339
128372
  ]
128340
128373
  },
128374
+ "custom_properties": {
128375
+ "type": "object",
128376
+ "description": "The custom properties that were defined for the repository. The keys are the custom property names, and the values are the corresponding custom property values.",
128377
+ "additionalProperties": true
128378
+ },
128341
128379
  "default_branch": {
128342
128380
  "description": "The default branch of the repository.",
128343
128381
  "type": "string"
@@ -133937,6 +133975,11 @@
133937
133975
  }
133938
133976
  ]
133939
133977
  },
133978
+ "custom_properties": {
133979
+ "type": "object",
133980
+ "description": "The custom properties that were defined for the repository. The keys are the custom property names, and the values are the corresponding custom property values.",
133981
+ "additionalProperties": true
133982
+ },
133940
133983
  "default_branch": {
133941
133984
  "description": "The default branch of the repository.",
133942
133985
  "type": "string"
@@ -219567,6 +219610,11 @@
219567
219610
  }
219568
219611
  ]
219569
219612
  },
219613
+ "custom_properties": {
219614
+ "type": "object",
219615
+ "description": "The custom properties that were defined for the repository. The keys are the custom property names, and the values are the corresponding custom property values.",
219616
+ "additionalProperties": true
219617
+ },
219570
219618
  "default_branch": {
219571
219619
  "description": "The default branch of the repository.",
219572
219620
  "type": "string"
@@ -228789,6 +228837,11 @@
228789
228837
  }
228790
228838
  ]
228791
228839
  },
228840
+ "custom_properties": {
228841
+ "type": "object",
228842
+ "description": "The custom properties that were defined for the repository. The keys are the custom property names, and the values are the corresponding custom property values.",
228843
+ "additionalProperties": true
228844
+ },
228792
228845
  "default_branch": {
228793
228846
  "description": "The default branch of the repository.",
228794
228847
  "type": "string"
@@ -229552,6 +229605,11 @@
229552
229605
  }
229553
229606
  ]
229554
229607
  },
229608
+ "custom_properties": {
229609
+ "type": "object",
229610
+ "description": "The custom properties that were defined for the repository. The keys are the custom property names, and the values are the corresponding custom property values.",
229611
+ "additionalProperties": true
229612
+ },
229555
229613
  "default_branch": {
229556
229614
  "description": "The default branch of the repository.",
229557
229615
  "type": "string"
@@ -230316,6 +230374,11 @@
230316
230374
  }
230317
230375
  ]
230318
230376
  },
230377
+ "custom_properties": {
230378
+ "type": "object",
230379
+ "description": "The custom properties that were defined for the repository. The keys are the custom property names, and the values are the corresponding custom property values.",
230380
+ "additionalProperties": true
230381
+ },
230319
230382
  "default_branch": {
230320
230383
  "description": "The default branch of the repository.",
230321
230384
  "type": "string"
@@ -231166,6 +231229,11 @@
231166
231229
  }
231167
231230
  ]
231168
231231
  },
231232
+ "custom_properties": {
231233
+ "type": "object",
231234
+ "description": "The custom properties that were defined for the repository. The keys are the custom property names, and the values are the corresponding custom property values.",
231235
+ "additionalProperties": true
231236
+ },
231169
231237
  "default_branch": {
231170
231238
  "description": "The default branch of the repository.",
231171
231239
  "type": "string"
@@ -231931,6 +231999,11 @@
231931
231999
  }
231932
232000
  ]
231933
232001
  },
232002
+ "custom_properties": {
232003
+ "type": "object",
232004
+ "description": "The custom properties that were defined for the repository. The keys are the custom property names, and the values are the corresponding custom property values.",
232005
+ "additionalProperties": true
232006
+ },
231934
232007
  "default_branch": {
231935
232008
  "description": "The default branch of the repository.",
231936
232009
  "type": "string"
@@ -246024,130 +246097,6 @@
246024
246097
  },
246025
246098
  "role_name": "read",
246026
246099
  "allow_rebase_merge": true,
246027
- "template_repository": {
246028
- "id": 1296269,
246029
- "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5",
246030
- "name": "Hello-World-Template",
246031
- "full_name": "octocat/Hello-World-Template",
246032
- "owner": {
246033
- "login": "octocat",
246034
- "id": 1,
246035
- "node_id": "MDQ6VXNlcjE=",
246036
- "avatar_url": "https://github.com/images/error/octocat_happy.gif",
246037
- "gravatar_id": "",
246038
- "url": "https://api.github.com/users/octocat",
246039
- "html_url": "https://github.com/octocat",
246040
- "followers_url": "https://api.github.com/users/octocat/followers",
246041
- "following_url": "https://api.github.com/users/octocat/following{/other_user}",
246042
- "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
246043
- "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
246044
- "subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
246045
- "organizations_url": "https://api.github.com/users/octocat/orgs",
246046
- "repos_url": "https://api.github.com/users/octocat/repos",
246047
- "events_url": "https://api.github.com/users/octocat/events{/privacy}",
246048
- "received_events_url": "https://api.github.com/users/octocat/received_events",
246049
- "type": "User",
246050
- "site_admin": false
246051
- },
246052
- "private": false,
246053
- "html_url": "https://github.com/octocat/Hello-World-Template",
246054
- "description": "This your first repo!",
246055
- "fork": false,
246056
- "url": "https://api.github.com/repos/octocat/Hello-World-Template",
246057
- "archive_url": "https://api.github.com/repos/octocat/Hello-World-Template/{archive_format}{/ref}",
246058
- "assignees_url": "https://api.github.com/repos/octocat/Hello-World-Template/assignees{/user}",
246059
- "blobs_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/blobs{/sha}",
246060
- "branches_url": "https://api.github.com/repos/octocat/Hello-World-Template/branches{/branch}",
246061
- "collaborators_url": "https://api.github.com/repos/octocat/Hello-World-Template/collaborators{/collaborator}",
246062
- "comments_url": "https://api.github.com/repos/octocat/Hello-World-Template/comments{/number}",
246063
- "commits_url": "https://api.github.com/repos/octocat/Hello-World-Template/commits{/sha}",
246064
- "compare_url": "https://api.github.com/repos/octocat/Hello-World-Template/compare/{base}...{head}",
246065
- "contents_url": "https://api.github.com/repos/octocat/Hello-World-Template/contents/{+path}",
246066
- "contributors_url": "https://api.github.com/repos/octocat/Hello-World-Template/contributors",
246067
- "deployments_url": "https://api.github.com/repos/octocat/Hello-World-Template/deployments",
246068
- "downloads_url": "https://api.github.com/repos/octocat/Hello-World-Template/downloads",
246069
- "events_url": "https://api.github.com/repos/octocat/Hello-World-Template/events",
246070
- "forks_url": "https://api.github.com/repos/octocat/Hello-World-Template/forks",
246071
- "git_commits_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/commits{/sha}",
246072
- "git_refs_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/refs{/sha}",
246073
- "git_tags_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/tags{/sha}",
246074
- "git_url": "git:github.com/octocat/Hello-World-Template.git",
246075
- "issue_comment_url": "https://api.github.com/repos/octocat/Hello-World-Template/issues/comments{/number}",
246076
- "issue_events_url": "https://api.github.com/repos/octocat/Hello-World-Template/issues/events{/number}",
246077
- "issues_url": "https://api.github.com/repos/octocat/Hello-World-Template/issues{/number}",
246078
- "keys_url": "https://api.github.com/repos/octocat/Hello-World-Template/keys{/key_id}",
246079
- "labels_url": "https://api.github.com/repos/octocat/Hello-World-Template/labels{/name}",
246080
- "languages_url": "https://api.github.com/repos/octocat/Hello-World-Template/languages",
246081
- "merges_url": "https://api.github.com/repos/octocat/Hello-World-Template/merges",
246082
- "milestones_url": "https://api.github.com/repos/octocat/Hello-World-Template/milestones{/number}",
246083
- "notifications_url": "https://api.github.com/repos/octocat/Hello-World-Template/notifications{?since,all,participating}",
246084
- "pulls_url": "https://api.github.com/repos/octocat/Hello-World-Template/pulls{/number}",
246085
- "releases_url": "https://api.github.com/repos/octocat/Hello-World-Template/releases{/id}",
246086
- "ssh_url": "git@github.com:octocat/Hello-World-Template.git",
246087
- "stargazers_url": "https://api.github.com/repos/octocat/Hello-World-Template/stargazers",
246088
- "statuses_url": "https://api.github.com/repos/octocat/Hello-World-Template/statuses/{sha}",
246089
- "subscribers_url": "https://api.github.com/repos/octocat/Hello-World-Template/subscribers",
246090
- "subscription_url": "https://api.github.com/repos/octocat/Hello-World-Template/subscription",
246091
- "tags_url": "https://api.github.com/repos/octocat/Hello-World-Template/tags",
246092
- "teams_url": "https://api.github.com/repos/octocat/Hello-World-Template/teams",
246093
- "trees_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/trees{/sha}",
246094
- "clone_url": "https://github.com/octocat/Hello-World-Template.git",
246095
- "mirror_url": "git:git.example.com/octocat/Hello-World-Template",
246096
- "hooks_url": "https://api.github.com/repos/octocat/Hello-World-Template/hooks",
246097
- "svn_url": "https://svn.github.com/octocat/Hello-World-Template",
246098
- "homepage": "https://github.com",
246099
- "language": null,
246100
- "forks": 9,
246101
- "forks_count": 9,
246102
- "stargazers_count": 80,
246103
- "watchers_count": 80,
246104
- "watchers": 80,
246105
- "size": 108,
246106
- "default_branch": "master",
246107
- "open_issues": 0,
246108
- "open_issues_count": 0,
246109
- "is_template": true,
246110
- "license": {
246111
- "key": "mit",
246112
- "name": "MIT License",
246113
- "url": "https://api.github.com/licenses/mit",
246114
- "spdx_id": "MIT",
246115
- "node_id": "MDc6TGljZW5zZW1pdA==",
246116
- "html_url": "https://api.github.com/licenses/mit"
246117
- },
246118
- "topics": [
246119
- "octocat",
246120
- "atom",
246121
- "electron",
246122
- "api"
246123
- ],
246124
- "has_issues": true,
246125
- "has_projects": true,
246126
- "has_wiki": true,
246127
- "has_pages": false,
246128
- "has_downloads": true,
246129
- "archived": false,
246130
- "disabled": false,
246131
- "visibility": "public",
246132
- "pushed_at": "2011-01-26T19:06:43Z",
246133
- "created_at": "2011-01-26T19:01:12Z",
246134
- "updated_at": "2011-01-26T19:14:43Z",
246135
- "permissions": {
246136
- "pull": true,
246137
- "triage": false,
246138
- "push": false,
246139
- "maintain": false,
246140
- "admin": false
246141
- },
246142
- "allow_rebase_merge": true,
246143
- "temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O",
246144
- "allow_squash_merge": true,
246145
- "allow_auto_merge": false,
246146
- "delete_branch_on_merge": true,
246147
- "allow_merge_commit": true,
246148
- "subscribers_count": 42,
246149
- "network_count": 0
246150
- },
246151
246100
  "temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O",
246152
246101
  "allow_squash_merge": true,
246153
246102
  "allow_auto_merge": false,
@@ -247675,6 +247624,7 @@
247675
247624
  "check_suite_node_id": "MDEwOkNoZWNrU3VpdGU0Mg==",
247676
247625
  "head_branch": "master",
247677
247626
  "head_sha": "acb5820ced9479c074f688cc328bf03f341a511d",
247627
+ "path": ".github/workflows/build.yml@main",
247678
247628
  "run_number": 562,
247679
247629
  "event": "push",
247680
247630
  "display_title": "Update README.md",
@@ -257118,7 +257068,8 @@
257118
257068
  "locations_url": "https://api.github.com/repos/owner/private-repo/secret-scanning/alerts/42/locations",
257119
257069
  "state": "open",
257120
257070
  "secret_type": "mailchimp_api_key",
257121
- "secret": "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX-us2"
257071
+ "secret": "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX-us2",
257072
+ "validity": "unknown"
257122
257073
  }
257123
257074
  },
257124
257075
  "secret-scanning-alert-resolved": {
@@ -257153,7 +257104,8 @@
257153
257104
  },
257154
257105
  "secret_type": "mailchimp_api_key",
257155
257106
  "secret": "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX-us2",
257156
- "resolution_comment": "Example comment"
257107
+ "resolution_comment": "Example comment",
257108
+ "validity": "unknown"
257157
257109
  }
257158
257110
  },
257159
257111
  "secret-scanning-location-list": {
@@ -258540,130 +258492,6 @@
258540
258492
  },
258541
258493
  "role_name": "read",
258542
258494
  "allow_rebase_merge": true,
258543
- "template_repository": {
258544
- "id": 1296269,
258545
- "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5",
258546
- "name": "Hello-World-Template",
258547
- "full_name": "octocat/Hello-World-Template",
258548
- "owner": {
258549
- "login": "octocat",
258550
- "id": 1,
258551
- "node_id": "MDQ6VXNlcjE=",
258552
- "avatar_url": "https://github.com/images/error/octocat_happy.gif",
258553
- "gravatar_id": "",
258554
- "url": "https://api.github.com/users/octocat",
258555
- "html_url": "https://github.com/octocat",
258556
- "followers_url": "https://api.github.com/users/octocat/followers",
258557
- "following_url": "https://api.github.com/users/octocat/following{/other_user}",
258558
- "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
258559
- "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
258560
- "subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
258561
- "organizations_url": "https://api.github.com/users/octocat/orgs",
258562
- "repos_url": "https://api.github.com/users/octocat/repos",
258563
- "events_url": "https://api.github.com/users/octocat/events{/privacy}",
258564
- "received_events_url": "https://api.github.com/users/octocat/received_events",
258565
- "type": "User",
258566
- "site_admin": false
258567
- },
258568
- "private": false,
258569
- "html_url": "https://github.com/octocat/Hello-World-Template",
258570
- "description": "This your first repo!",
258571
- "fork": false,
258572
- "url": "https://api.github.com/repos/octocat/Hello-World-Template",
258573
- "archive_url": "https://api.github.com/repos/octocat/Hello-World-Template/{archive_format}{/ref}",
258574
- "assignees_url": "https://api.github.com/repos/octocat/Hello-World-Template/assignees{/user}",
258575
- "blobs_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/blobs{/sha}",
258576
- "branches_url": "https://api.github.com/repos/octocat/Hello-World-Template/branches{/branch}",
258577
- "collaborators_url": "https://api.github.com/repos/octocat/Hello-World-Template/collaborators{/collaborator}",
258578
- "comments_url": "https://api.github.com/repos/octocat/Hello-World-Template/comments{/number}",
258579
- "commits_url": "https://api.github.com/repos/octocat/Hello-World-Template/commits{/sha}",
258580
- "compare_url": "https://api.github.com/repos/octocat/Hello-World-Template/compare/{base}...{head}",
258581
- "contents_url": "https://api.github.com/repos/octocat/Hello-World-Template/contents/{+path}",
258582
- "contributors_url": "https://api.github.com/repos/octocat/Hello-World-Template/contributors",
258583
- "deployments_url": "https://api.github.com/repos/octocat/Hello-World-Template/deployments",
258584
- "downloads_url": "https://api.github.com/repos/octocat/Hello-World-Template/downloads",
258585
- "events_url": "https://api.github.com/repos/octocat/Hello-World-Template/events",
258586
- "forks_url": "https://api.github.com/repos/octocat/Hello-World-Template/forks",
258587
- "git_commits_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/commits{/sha}",
258588
- "git_refs_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/refs{/sha}",
258589
- "git_tags_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/tags{/sha}",
258590
- "git_url": "git:github.com/octocat/Hello-World-Template.git",
258591
- "issue_comment_url": "https://api.github.com/repos/octocat/Hello-World-Template/issues/comments{/number}",
258592
- "issue_events_url": "https://api.github.com/repos/octocat/Hello-World-Template/issues/events{/number}",
258593
- "issues_url": "https://api.github.com/repos/octocat/Hello-World-Template/issues{/number}",
258594
- "keys_url": "https://api.github.com/repos/octocat/Hello-World-Template/keys{/key_id}",
258595
- "labels_url": "https://api.github.com/repos/octocat/Hello-World-Template/labels{/name}",
258596
- "languages_url": "https://api.github.com/repos/octocat/Hello-World-Template/languages",
258597
- "merges_url": "https://api.github.com/repos/octocat/Hello-World-Template/merges",
258598
- "milestones_url": "https://api.github.com/repos/octocat/Hello-World-Template/milestones{/number}",
258599
- "notifications_url": "https://api.github.com/repos/octocat/Hello-World-Template/notifications{?since,all,participating}",
258600
- "pulls_url": "https://api.github.com/repos/octocat/Hello-World-Template/pulls{/number}",
258601
- "releases_url": "https://api.github.com/repos/octocat/Hello-World-Template/releases{/id}",
258602
- "ssh_url": "git@github.com:octocat/Hello-World-Template.git",
258603
- "stargazers_url": "https://api.github.com/repos/octocat/Hello-World-Template/stargazers",
258604
- "statuses_url": "https://api.github.com/repos/octocat/Hello-World-Template/statuses/{sha}",
258605
- "subscribers_url": "https://api.github.com/repos/octocat/Hello-World-Template/subscribers",
258606
- "subscription_url": "https://api.github.com/repos/octocat/Hello-World-Template/subscription",
258607
- "tags_url": "https://api.github.com/repos/octocat/Hello-World-Template/tags",
258608
- "teams_url": "https://api.github.com/repos/octocat/Hello-World-Template/teams",
258609
- "trees_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/trees{/sha}",
258610
- "clone_url": "https://github.com/octocat/Hello-World-Template.git",
258611
- "mirror_url": "git:git.example.com/octocat/Hello-World-Template",
258612
- "hooks_url": "https://api.github.com/repos/octocat/Hello-World-Template/hooks",
258613
- "svn_url": "https://svn.github.com/octocat/Hello-World-Template",
258614
- "homepage": "https://github.com",
258615
- "language": null,
258616
- "forks": 9,
258617
- "forks_count": 9,
258618
- "stargazers_count": 80,
258619
- "watchers_count": 80,
258620
- "watchers": 80,
258621
- "size": 108,
258622
- "default_branch": "master",
258623
- "open_issues": 0,
258624
- "open_issues_count": 0,
258625
- "is_template": true,
258626
- "license": {
258627
- "key": "mit",
258628
- "name": "MIT License",
258629
- "url": "https://api.github.com/licenses/mit",
258630
- "spdx_id": "MIT",
258631
- "node_id": "MDc6TGljZW5zZW1pdA==",
258632
- "html_url": "https://api.github.com/licenses/mit"
258633
- },
258634
- "topics": [
258635
- "octocat",
258636
- "atom",
258637
- "electron",
258638
- "api"
258639
- ],
258640
- "has_issues": true,
258641
- "has_projects": true,
258642
- "has_wiki": true,
258643
- "has_pages": false,
258644
- "has_downloads": true,
258645
- "archived": false,
258646
- "disabled": false,
258647
- "visibility": "public",
258648
- "pushed_at": "2011-01-26T19:06:43Z",
258649
- "created_at": "2011-01-26T19:01:12Z",
258650
- "updated_at": "2011-01-26T19:14:43Z",
258651
- "permissions": {
258652
- "pull": true,
258653
- "triage": false,
258654
- "push": false,
258655
- "maintain": false,
258656
- "admin": false
258657
- },
258658
- "allow_rebase_merge": true,
258659
- "temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O",
258660
- "allow_squash_merge": true,
258661
- "allow_auto_merge": false,
258662
- "delete_branch_on_merge": true,
258663
- "allow_merge_commit": true,
258664
- "subscribers_count": 42,
258665
- "network_count": 0
258666
- },
258667
258495
  "temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O",
258668
258496
  "allow_squash_merge": true,
258669
258497
  "allow_auto_merge": false,
@@ -262068,6 +261896,15 @@
262068
261896
  "type": "string"
262069
261897
  }
262070
261898
  },
261899
+ "secret-scanning-alert-validity": {
261900
+ "name": "validity",
261901
+ "in": "query",
261902
+ "description": "A comma-separated list of validities that, when present, will return alerts that match the validities in this list. Valid options are `active`, `inactive`, and `unknown`.",
261903
+ "required": false,
261904
+ "schema": {
261905
+ "type": "string"
261906
+ }
261907
+ },
262071
261908
  "gist-id": {
262072
261909
  "name": "gist_id",
262073
261910
  "description": "The unique identifier of the gist.",