@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": {
@@ -99323,9 +99323,9 @@
99323
99323
  "permissions"
99324
99324
  ]
99325
99325
  },
99326
- "nullable-repository": {
99327
- "title": "Repository",
99328
- "description": "A repository on GitHub.",
99326
+ "team-repository": {
99327
+ "title": "Team Repository",
99328
+ "description": "A team's access to a repository.",
99329
99329
  "type": "object",
99330
99330
  "properties": {
99331
99331
  "id": {
@@ -99349,9 +99349,6 @@
99349
99349
  "license": {
99350
99350
  "$ref": "#/components/schemas/nullable-license-simple"
99351
99351
  },
99352
- "organization": {
99353
- "$ref": "#/components/schemas/nullable-simple-user"
99354
- },
99355
99352
  "forks": {
99356
99353
  "type": "integer"
99357
99354
  },
@@ -99380,8 +99377,12 @@
99380
99377
  "push"
99381
99378
  ]
99382
99379
  },
99380
+ "role_name": {
99381
+ "type": "string",
99382
+ "example": "admin"
99383
+ },
99383
99384
  "owner": {
99384
- "$ref": "#/components/schemas/simple-user"
99385
+ "$ref": "#/components/schemas/nullable-simple-user"
99385
99386
  },
99386
99387
  "private": {
99387
99388
  "description": "Whether the repository is private or public.",
@@ -99609,7 +99610,6 @@
99609
99610
  "example": 80
99610
99611
  },
99611
99612
  "size": {
99612
- "description": "The size of the repository. Size is calculated hourly. When a repository is initially created, the size is 0.",
99613
99613
  "type": "integer",
99614
99614
  "example": 108
99615
99615
  },
@@ -99659,13 +99659,6 @@
99659
99659
  "description": "Whether downloads are enabled.",
99660
99660
  "default": true,
99661
99661
  "type": "boolean",
99662
- "example": true,
99663
- "deprecated": true
99664
- },
99665
- "has_discussions": {
99666
- "description": "Whether discussions are enabled.",
99667
- "default": false,
99668
- "type": "boolean",
99669
99662
  "example": true
99670
99663
  },
99671
99664
  "archived": {
@@ -99706,371 +99699,6 @@
99706
99699
  "type": "boolean",
99707
99700
  "example": true
99708
99701
  },
99709
- "template_repository": {
99710
- "nullable": true,
99711
- "type": "object",
99712
- "properties": {
99713
- "id": {
99714
- "type": "integer"
99715
- },
99716
- "node_id": {
99717
- "type": "string"
99718
- },
99719
- "name": {
99720
- "type": "string"
99721
- },
99722
- "full_name": {
99723
- "type": "string"
99724
- },
99725
- "owner": {
99726
- "type": "object",
99727
- "properties": {
99728
- "login": {
99729
- "type": "string"
99730
- },
99731
- "id": {
99732
- "type": "integer"
99733
- },
99734
- "node_id": {
99735
- "type": "string"
99736
- },
99737
- "avatar_url": {
99738
- "type": "string"
99739
- },
99740
- "gravatar_id": {
99741
- "type": "string"
99742
- },
99743
- "url": {
99744
- "type": "string"
99745
- },
99746
- "html_url": {
99747
- "type": "string"
99748
- },
99749
- "followers_url": {
99750
- "type": "string"
99751
- },
99752
- "following_url": {
99753
- "type": "string"
99754
- },
99755
- "gists_url": {
99756
- "type": "string"
99757
- },
99758
- "starred_url": {
99759
- "type": "string"
99760
- },
99761
- "subscriptions_url": {
99762
- "type": "string"
99763
- },
99764
- "organizations_url": {
99765
- "type": "string"
99766
- },
99767
- "repos_url": {
99768
- "type": "string"
99769
- },
99770
- "events_url": {
99771
- "type": "string"
99772
- },
99773
- "received_events_url": {
99774
- "type": "string"
99775
- },
99776
- "type": {
99777
- "type": "string"
99778
- },
99779
- "site_admin": {
99780
- "type": "boolean"
99781
- }
99782
- }
99783
- },
99784
- "private": {
99785
- "type": "boolean"
99786
- },
99787
- "html_url": {
99788
- "type": "string"
99789
- },
99790
- "description": {
99791
- "type": "string"
99792
- },
99793
- "fork": {
99794
- "type": "boolean"
99795
- },
99796
- "url": {
99797
- "type": "string"
99798
- },
99799
- "archive_url": {
99800
- "type": "string"
99801
- },
99802
- "assignees_url": {
99803
- "type": "string"
99804
- },
99805
- "blobs_url": {
99806
- "type": "string"
99807
- },
99808
- "branches_url": {
99809
- "type": "string"
99810
- },
99811
- "collaborators_url": {
99812
- "type": "string"
99813
- },
99814
- "comments_url": {
99815
- "type": "string"
99816
- },
99817
- "commits_url": {
99818
- "type": "string"
99819
- },
99820
- "compare_url": {
99821
- "type": "string"
99822
- },
99823
- "contents_url": {
99824
- "type": "string"
99825
- },
99826
- "contributors_url": {
99827
- "type": "string"
99828
- },
99829
- "deployments_url": {
99830
- "type": "string"
99831
- },
99832
- "downloads_url": {
99833
- "type": "string"
99834
- },
99835
- "events_url": {
99836
- "type": "string"
99837
- },
99838
- "forks_url": {
99839
- "type": "string"
99840
- },
99841
- "git_commits_url": {
99842
- "type": "string"
99843
- },
99844
- "git_refs_url": {
99845
- "type": "string"
99846
- },
99847
- "git_tags_url": {
99848
- "type": "string"
99849
- },
99850
- "git_url": {
99851
- "type": "string"
99852
- },
99853
- "issue_comment_url": {
99854
- "type": "string"
99855
- },
99856
- "issue_events_url": {
99857
- "type": "string"
99858
- },
99859
- "issues_url": {
99860
- "type": "string"
99861
- },
99862
- "keys_url": {
99863
- "type": "string"
99864
- },
99865
- "labels_url": {
99866
- "type": "string"
99867
- },
99868
- "languages_url": {
99869
- "type": "string"
99870
- },
99871
- "merges_url": {
99872
- "type": "string"
99873
- },
99874
- "milestones_url": {
99875
- "type": "string"
99876
- },
99877
- "notifications_url": {
99878
- "type": "string"
99879
- },
99880
- "pulls_url": {
99881
- "type": "string"
99882
- },
99883
- "releases_url": {
99884
- "type": "string"
99885
- },
99886
- "ssh_url": {
99887
- "type": "string"
99888
- },
99889
- "stargazers_url": {
99890
- "type": "string"
99891
- },
99892
- "statuses_url": {
99893
- "type": "string"
99894
- },
99895
- "subscribers_url": {
99896
- "type": "string"
99897
- },
99898
- "subscription_url": {
99899
- "type": "string"
99900
- },
99901
- "tags_url": {
99902
- "type": "string"
99903
- },
99904
- "teams_url": {
99905
- "type": "string"
99906
- },
99907
- "trees_url": {
99908
- "type": "string"
99909
- },
99910
- "clone_url": {
99911
- "type": "string"
99912
- },
99913
- "mirror_url": {
99914
- "type": "string"
99915
- },
99916
- "hooks_url": {
99917
- "type": "string"
99918
- },
99919
- "svn_url": {
99920
- "type": "string"
99921
- },
99922
- "homepage": {
99923
- "type": "string"
99924
- },
99925
- "language": {
99926
- "type": "string"
99927
- },
99928
- "forks_count": {
99929
- "type": "integer"
99930
- },
99931
- "stargazers_count": {
99932
- "type": "integer"
99933
- },
99934
- "watchers_count": {
99935
- "type": "integer"
99936
- },
99937
- "size": {
99938
- "type": "integer"
99939
- },
99940
- "default_branch": {
99941
- "type": "string"
99942
- },
99943
- "open_issues_count": {
99944
- "type": "integer"
99945
- },
99946
- "is_template": {
99947
- "type": "boolean"
99948
- },
99949
- "topics": {
99950
- "type": "array",
99951
- "items": {
99952
- "type": "string"
99953
- }
99954
- },
99955
- "has_issues": {
99956
- "type": "boolean"
99957
- },
99958
- "has_projects": {
99959
- "type": "boolean"
99960
- },
99961
- "has_wiki": {
99962
- "type": "boolean"
99963
- },
99964
- "has_pages": {
99965
- "type": "boolean"
99966
- },
99967
- "has_downloads": {
99968
- "type": "boolean"
99969
- },
99970
- "archived": {
99971
- "type": "boolean"
99972
- },
99973
- "disabled": {
99974
- "type": "boolean"
99975
- },
99976
- "visibility": {
99977
- "type": "string"
99978
- },
99979
- "pushed_at": {
99980
- "type": "string"
99981
- },
99982
- "created_at": {
99983
- "type": "string"
99984
- },
99985
- "updated_at": {
99986
- "type": "string"
99987
- },
99988
- "permissions": {
99989
- "type": "object",
99990
- "properties": {
99991
- "admin": {
99992
- "type": "boolean"
99993
- },
99994
- "maintain": {
99995
- "type": "boolean"
99996
- },
99997
- "push": {
99998
- "type": "boolean"
99999
- },
100000
- "triage": {
100001
- "type": "boolean"
100002
- },
100003
- "pull": {
100004
- "type": "boolean"
100005
- }
100006
- }
100007
- },
100008
- "allow_rebase_merge": {
100009
- "type": "boolean"
100010
- },
100011
- "temp_clone_token": {
100012
- "type": "string"
100013
- },
100014
- "allow_squash_merge": {
100015
- "type": "boolean"
100016
- },
100017
- "allow_auto_merge": {
100018
- "type": "boolean"
100019
- },
100020
- "delete_branch_on_merge": {
100021
- "type": "boolean"
100022
- },
100023
- "allow_update_branch": {
100024
- "type": "boolean"
100025
- },
100026
- "use_squash_pr_title_as_default": {
100027
- "type": "boolean"
100028
- },
100029
- "squash_merge_commit_title": {
100030
- "type": "string",
100031
- "enum": [
100032
- "PR_TITLE",
100033
- "COMMIT_OR_PR_TITLE"
100034
- ],
100035
- "description": "The default value for a squash merge commit title:\n\n- `PR_TITLE` - default to the pull request's title.\n- `COMMIT_OR_PR_TITLE` - default to the commit's title (if only one commit) or the pull request's title (when more than one commit)."
100036
- },
100037
- "squash_merge_commit_message": {
100038
- "type": "string",
100039
- "enum": [
100040
- "PR_BODY",
100041
- "COMMIT_MESSAGES",
100042
- "BLANK"
100043
- ],
100044
- "description": "The default value for a squash merge commit message:\n\n- `PR_BODY` - default to the pull request's body.\n- `COMMIT_MESSAGES` - default to the branch's commit messages.\n- `BLANK` - default to a blank commit message."
100045
- },
100046
- "merge_commit_title": {
100047
- "type": "string",
100048
- "enum": [
100049
- "PR_TITLE",
100050
- "MERGE_MESSAGE"
100051
- ],
100052
- "description": "The default value for a merge commit title.\n\n- `PR_TITLE` - default to the pull request's title.\n- `MERGE_MESSAGE` - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name)."
100053
- },
100054
- "merge_commit_message": {
100055
- "type": "string",
100056
- "enum": [
100057
- "PR_BODY",
100058
- "PR_TITLE",
100059
- "BLANK"
100060
- ],
100061
- "description": "The default value for a merge commit message.\n\n- `PR_TITLE` - default to the pull request's title.\n- `PR_BODY` - default to the pull request's body.\n- `BLANK` - default to a blank commit message."
100062
- },
100063
- "allow_merge_commit": {
100064
- "type": "boolean"
100065
- },
100066
- "subscribers_count": {
100067
- "type": "integer"
100068
- },
100069
- "network_count": {
100070
- "type": "integer"
100071
- }
100072
- }
100073
- },
100074
99702
  "temp_clone_token": {
100075
99703
  "type": "string"
100076
99704
  },
@@ -100092,52 +99720,6 @@
100092
99720
  "type": "boolean",
100093
99721
  "example": false
100094
99722
  },
100095
- "allow_update_branch": {
100096
- "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.",
100097
- "default": false,
100098
- "type": "boolean",
100099
- "example": false
100100
- },
100101
- "use_squash_pr_title_as_default": {
100102
- "type": "boolean",
100103
- "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.",
100104
- "default": false,
100105
- "deprecated": true
100106
- },
100107
- "squash_merge_commit_title": {
100108
- "type": "string",
100109
- "enum": [
100110
- "PR_TITLE",
100111
- "COMMIT_OR_PR_TITLE"
100112
- ],
100113
- "description": "The default value for a squash merge commit title:\n\n- `PR_TITLE` - default to the pull request's title.\n- `COMMIT_OR_PR_TITLE` - default to the commit's title (if only one commit) or the pull request's title (when more than one commit)."
100114
- },
100115
- "squash_merge_commit_message": {
100116
- "type": "string",
100117
- "enum": [
100118
- "PR_BODY",
100119
- "COMMIT_MESSAGES",
100120
- "BLANK"
100121
- ],
100122
- "description": "The default value for a squash merge commit message:\n\n- `PR_BODY` - default to the pull request's body.\n- `COMMIT_MESSAGES` - default to the branch's commit messages.\n- `BLANK` - default to a blank commit message."
100123
- },
100124
- "merge_commit_title": {
100125
- "type": "string",
100126
- "enum": [
100127
- "PR_TITLE",
100128
- "MERGE_MESSAGE"
100129
- ],
100130
- "description": "The default value for a merge commit title.\n\n- `PR_TITLE` - default to the pull request's title.\n- `MERGE_MESSAGE` - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name)."
100131
- },
100132
- "merge_commit_message": {
100133
- "type": "string",
100134
- "enum": [
100135
- "PR_BODY",
100136
- "PR_TITLE",
100137
- "BLANK"
100138
- ],
100139
- "description": "The default value for a merge commit message.\n\n- `PR_TITLE` - default to the pull request's title.\n- `PR_BODY` - default to the pull request's body.\n- `BLANK` - default to a blank commit message."
100140
- },
100141
99723
  "allow_merge_commit": {
100142
99724
  "description": "Whether to allow merge commits for pull requests.",
100143
99725
  "default": true,
@@ -100146,12 +99728,15 @@
100146
99728
  },
100147
99729
  "allow_forking": {
100148
99730
  "description": "Whether to allow forking this repo",
100149
- "type": "boolean"
99731
+ "default": false,
99732
+ "type": "boolean",
99733
+ "example": false
100150
99734
  },
100151
99735
  "web_commit_signoff_required": {
100152
99736
  "description": "Whether to require contributors to sign off on web-based commits",
100153
99737
  "default": false,
100154
- "type": "boolean"
99738
+ "type": "boolean",
99739
+ "example": false
100155
99740
  },
100156
99741
  "subscribers_count": {
100157
99742
  "type": "integer"
@@ -100167,14 +99752,6 @@
100167
99752
  },
100168
99753
  "master_branch": {
100169
99754
  "type": "string"
100170
- },
100171
- "starred_at": {
100172
- "type": "string",
100173
- "example": "\"2020-07-09T00:17:42Z\""
100174
- },
100175
- "anonymous_access_enabled": {
100176
- "type": "boolean",
100177
- "description": "Whether anonymous git access is enabled for this repository"
100178
99755
  }
100179
99756
  },
100180
99757
  "required": [
@@ -100251,12 +99828,234 @@
100251
99828
  "watchers_count",
100252
99829
  "created_at",
100253
99830
  "updated_at"
100254
- ],
100255
- "nullable": true
99831
+ ]
100256
99832
  },
100257
- "team-repository": {
100258
- "title": "Team Repository",
100259
- "description": "A team's access to a repository.",
99833
+ "project-card": {
99834
+ "title": "Project Card",
99835
+ "description": "Project cards represent a scope of work.",
99836
+ "type": "object",
99837
+ "properties": {
99838
+ "url": {
99839
+ "type": "string",
99840
+ "format": "uri",
99841
+ "example": "https://api.github.com/projects/columns/cards/1478"
99842
+ },
99843
+ "id": {
99844
+ "description": "The project card's ID",
99845
+ "example": 42,
99846
+ "type": "integer"
99847
+ },
99848
+ "node_id": {
99849
+ "type": "string",
99850
+ "example": "MDExOlByb2plY3RDYXJkMTQ3OA=="
99851
+ },
99852
+ "note": {
99853
+ "type": "string",
99854
+ "example": "Add payload for delete Project column",
99855
+ "nullable": true
99856
+ },
99857
+ "creator": {
99858
+ "$ref": "#/components/schemas/nullable-simple-user"
99859
+ },
99860
+ "created_at": {
99861
+ "type": "string",
99862
+ "format": "date-time",
99863
+ "example": "2016-09-05T14:21:06Z"
99864
+ },
99865
+ "updated_at": {
99866
+ "type": "string",
99867
+ "format": "date-time",
99868
+ "example": "2016-09-05T14:20:22Z"
99869
+ },
99870
+ "archived": {
99871
+ "description": "Whether or not the card is archived",
99872
+ "example": false,
99873
+ "type": "boolean"
99874
+ },
99875
+ "column_name": {
99876
+ "type": "string"
99877
+ },
99878
+ "project_id": {
99879
+ "type": "string"
99880
+ },
99881
+ "column_url": {
99882
+ "type": "string",
99883
+ "format": "uri",
99884
+ "example": "https://api.github.com/projects/columns/367"
99885
+ },
99886
+ "content_url": {
99887
+ "type": "string",
99888
+ "format": "uri",
99889
+ "example": "https://api.github.com/repos/api-playground/projects-test/issues/3"
99890
+ },
99891
+ "project_url": {
99892
+ "type": "string",
99893
+ "format": "uri",
99894
+ "example": "https://api.github.com/projects/120"
99895
+ }
99896
+ },
99897
+ "required": [
99898
+ "id",
99899
+ "node_id",
99900
+ "note",
99901
+ "url",
99902
+ "column_url",
99903
+ "project_url",
99904
+ "creator",
99905
+ "created_at",
99906
+ "updated_at"
99907
+ ]
99908
+ },
99909
+ "project-column": {
99910
+ "title": "Project Column",
99911
+ "description": "Project columns contain cards of work.",
99912
+ "type": "object",
99913
+ "properties": {
99914
+ "url": {
99915
+ "type": "string",
99916
+ "format": "uri",
99917
+ "example": "https://api.github.com/projects/columns/367"
99918
+ },
99919
+ "project_url": {
99920
+ "type": "string",
99921
+ "format": "uri",
99922
+ "example": "https://api.github.com/projects/120"
99923
+ },
99924
+ "cards_url": {
99925
+ "type": "string",
99926
+ "format": "uri",
99927
+ "example": "https://api.github.com/projects/columns/367/cards"
99928
+ },
99929
+ "id": {
99930
+ "description": "The unique identifier of the project column",
99931
+ "example": 42,
99932
+ "type": "integer"
99933
+ },
99934
+ "node_id": {
99935
+ "type": "string",
99936
+ "example": "MDEzOlByb2plY3RDb2x1bW4zNjc="
99937
+ },
99938
+ "name": {
99939
+ "description": "Name of the project column",
99940
+ "example": "Remaining tasks",
99941
+ "type": "string"
99942
+ },
99943
+ "created_at": {
99944
+ "type": "string",
99945
+ "format": "date-time",
99946
+ "example": "2016-09-05T14:18:44Z"
99947
+ },
99948
+ "updated_at": {
99949
+ "type": "string",
99950
+ "format": "date-time",
99951
+ "example": "2016-09-05T14:22:28Z"
99952
+ }
99953
+ },
99954
+ "required": [
99955
+ "id",
99956
+ "node_id",
99957
+ "url",
99958
+ "project_url",
99959
+ "cards_url",
99960
+ "name",
99961
+ "created_at",
99962
+ "updated_at"
99963
+ ]
99964
+ },
99965
+ "project-collaborator-permission": {
99966
+ "title": "Project Collaborator Permission",
99967
+ "description": "Project Collaborator Permission",
99968
+ "type": "object",
99969
+ "properties": {
99970
+ "permission": {
99971
+ "type": "string"
99972
+ },
99973
+ "user": {
99974
+ "$ref": "#/components/schemas/nullable-simple-user"
99975
+ }
99976
+ },
99977
+ "required": [
99978
+ "permission",
99979
+ "user"
99980
+ ]
99981
+ },
99982
+ "rate-limit": {
99983
+ "title": "Rate Limit",
99984
+ "type": "object",
99985
+ "properties": {
99986
+ "limit": {
99987
+ "type": "integer"
99988
+ },
99989
+ "remaining": {
99990
+ "type": "integer"
99991
+ },
99992
+ "reset": {
99993
+ "type": "integer"
99994
+ },
99995
+ "used": {
99996
+ "type": "integer"
99997
+ }
99998
+ },
99999
+ "required": [
100000
+ "limit",
100001
+ "remaining",
100002
+ "reset",
100003
+ "used"
100004
+ ]
100005
+ },
100006
+ "rate-limit-overview": {
100007
+ "title": "Rate Limit Overview",
100008
+ "description": "Rate Limit Overview",
100009
+ "type": "object",
100010
+ "properties": {
100011
+ "resources": {
100012
+ "type": "object",
100013
+ "properties": {
100014
+ "core": {
100015
+ "$ref": "#/components/schemas/rate-limit"
100016
+ },
100017
+ "graphql": {
100018
+ "$ref": "#/components/schemas/rate-limit"
100019
+ },
100020
+ "search": {
100021
+ "$ref": "#/components/schemas/rate-limit"
100022
+ },
100023
+ "code_search": {
100024
+ "$ref": "#/components/schemas/rate-limit"
100025
+ },
100026
+ "source_import": {
100027
+ "$ref": "#/components/schemas/rate-limit"
100028
+ },
100029
+ "integration_manifest": {
100030
+ "$ref": "#/components/schemas/rate-limit"
100031
+ },
100032
+ "code_scanning_upload": {
100033
+ "$ref": "#/components/schemas/rate-limit"
100034
+ },
100035
+ "actions_runner_registration": {
100036
+ "$ref": "#/components/schemas/rate-limit"
100037
+ },
100038
+ "scim": {
100039
+ "$ref": "#/components/schemas/rate-limit"
100040
+ }
100041
+ },
100042
+ "required": [
100043
+ "core",
100044
+ "search"
100045
+ ]
100046
+ },
100047
+ "rate": {
100048
+ "$ref": "#/components/schemas/rate-limit"
100049
+ }
100050
+ },
100051
+ "required": [
100052
+ "rate",
100053
+ "resources"
100054
+ ]
100055
+ },
100056
+ "nullable-repository": {
100057
+ "title": "Repository",
100058
+ "description": "A repository on GitHub.",
100260
100059
  "type": "object",
100261
100060
  "properties": {
100262
100061
  "id": {
@@ -100280,6 +100079,9 @@
100280
100079
  "license": {
100281
100080
  "$ref": "#/components/schemas/nullable-license-simple"
100282
100081
  },
100082
+ "organization": {
100083
+ "$ref": "#/components/schemas/nullable-simple-user"
100084
+ },
100283
100085
  "forks": {
100284
100086
  "type": "integer"
100285
100087
  },
@@ -100308,12 +100110,8 @@
100308
100110
  "push"
100309
100111
  ]
100310
100112
  },
100311
- "role_name": {
100312
- "type": "string",
100313
- "example": "admin"
100314
- },
100315
100113
  "owner": {
100316
- "$ref": "#/components/schemas/nullable-simple-user"
100114
+ "$ref": "#/components/schemas/simple-user"
100317
100115
  },
100318
100116
  "private": {
100319
100117
  "description": "Whether the repository is private or public.",
@@ -100541,6 +100339,7 @@
100541
100339
  "example": 80
100542
100340
  },
100543
100341
  "size": {
100342
+ "description": "The size of the repository. Size is calculated hourly. When a repository is initially created, the size is 0.",
100544
100343
  "type": "integer",
100545
100344
  "example": 108
100546
100345
  },
@@ -100590,6 +100389,13 @@
100590
100389
  "description": "Whether downloads are enabled.",
100591
100390
  "default": true,
100592
100391
  "type": "boolean",
100392
+ "example": true,
100393
+ "deprecated": true
100394
+ },
100395
+ "has_discussions": {
100396
+ "description": "Whether discussions are enabled.",
100397
+ "default": false,
100398
+ "type": "boolean",
100593
100399
  "example": true
100594
100400
  },
100595
100401
  "archived": {
@@ -100631,7 +100437,369 @@
100631
100437
  "example": true
100632
100438
  },
100633
100439
  "template_repository": {
100634
- "$ref": "#/components/schemas/nullable-repository"
100440
+ "nullable": true,
100441
+ "type": "object",
100442
+ "properties": {
100443
+ "id": {
100444
+ "type": "integer"
100445
+ },
100446
+ "node_id": {
100447
+ "type": "string"
100448
+ },
100449
+ "name": {
100450
+ "type": "string"
100451
+ },
100452
+ "full_name": {
100453
+ "type": "string"
100454
+ },
100455
+ "owner": {
100456
+ "type": "object",
100457
+ "properties": {
100458
+ "login": {
100459
+ "type": "string"
100460
+ },
100461
+ "id": {
100462
+ "type": "integer"
100463
+ },
100464
+ "node_id": {
100465
+ "type": "string"
100466
+ },
100467
+ "avatar_url": {
100468
+ "type": "string"
100469
+ },
100470
+ "gravatar_id": {
100471
+ "type": "string"
100472
+ },
100473
+ "url": {
100474
+ "type": "string"
100475
+ },
100476
+ "html_url": {
100477
+ "type": "string"
100478
+ },
100479
+ "followers_url": {
100480
+ "type": "string"
100481
+ },
100482
+ "following_url": {
100483
+ "type": "string"
100484
+ },
100485
+ "gists_url": {
100486
+ "type": "string"
100487
+ },
100488
+ "starred_url": {
100489
+ "type": "string"
100490
+ },
100491
+ "subscriptions_url": {
100492
+ "type": "string"
100493
+ },
100494
+ "organizations_url": {
100495
+ "type": "string"
100496
+ },
100497
+ "repos_url": {
100498
+ "type": "string"
100499
+ },
100500
+ "events_url": {
100501
+ "type": "string"
100502
+ },
100503
+ "received_events_url": {
100504
+ "type": "string"
100505
+ },
100506
+ "type": {
100507
+ "type": "string"
100508
+ },
100509
+ "site_admin": {
100510
+ "type": "boolean"
100511
+ }
100512
+ }
100513
+ },
100514
+ "private": {
100515
+ "type": "boolean"
100516
+ },
100517
+ "html_url": {
100518
+ "type": "string"
100519
+ },
100520
+ "description": {
100521
+ "type": "string"
100522
+ },
100523
+ "fork": {
100524
+ "type": "boolean"
100525
+ },
100526
+ "url": {
100527
+ "type": "string"
100528
+ },
100529
+ "archive_url": {
100530
+ "type": "string"
100531
+ },
100532
+ "assignees_url": {
100533
+ "type": "string"
100534
+ },
100535
+ "blobs_url": {
100536
+ "type": "string"
100537
+ },
100538
+ "branches_url": {
100539
+ "type": "string"
100540
+ },
100541
+ "collaborators_url": {
100542
+ "type": "string"
100543
+ },
100544
+ "comments_url": {
100545
+ "type": "string"
100546
+ },
100547
+ "commits_url": {
100548
+ "type": "string"
100549
+ },
100550
+ "compare_url": {
100551
+ "type": "string"
100552
+ },
100553
+ "contents_url": {
100554
+ "type": "string"
100555
+ },
100556
+ "contributors_url": {
100557
+ "type": "string"
100558
+ },
100559
+ "deployments_url": {
100560
+ "type": "string"
100561
+ },
100562
+ "downloads_url": {
100563
+ "type": "string"
100564
+ },
100565
+ "events_url": {
100566
+ "type": "string"
100567
+ },
100568
+ "forks_url": {
100569
+ "type": "string"
100570
+ },
100571
+ "git_commits_url": {
100572
+ "type": "string"
100573
+ },
100574
+ "git_refs_url": {
100575
+ "type": "string"
100576
+ },
100577
+ "git_tags_url": {
100578
+ "type": "string"
100579
+ },
100580
+ "git_url": {
100581
+ "type": "string"
100582
+ },
100583
+ "issue_comment_url": {
100584
+ "type": "string"
100585
+ },
100586
+ "issue_events_url": {
100587
+ "type": "string"
100588
+ },
100589
+ "issues_url": {
100590
+ "type": "string"
100591
+ },
100592
+ "keys_url": {
100593
+ "type": "string"
100594
+ },
100595
+ "labels_url": {
100596
+ "type": "string"
100597
+ },
100598
+ "languages_url": {
100599
+ "type": "string"
100600
+ },
100601
+ "merges_url": {
100602
+ "type": "string"
100603
+ },
100604
+ "milestones_url": {
100605
+ "type": "string"
100606
+ },
100607
+ "notifications_url": {
100608
+ "type": "string"
100609
+ },
100610
+ "pulls_url": {
100611
+ "type": "string"
100612
+ },
100613
+ "releases_url": {
100614
+ "type": "string"
100615
+ },
100616
+ "ssh_url": {
100617
+ "type": "string"
100618
+ },
100619
+ "stargazers_url": {
100620
+ "type": "string"
100621
+ },
100622
+ "statuses_url": {
100623
+ "type": "string"
100624
+ },
100625
+ "subscribers_url": {
100626
+ "type": "string"
100627
+ },
100628
+ "subscription_url": {
100629
+ "type": "string"
100630
+ },
100631
+ "tags_url": {
100632
+ "type": "string"
100633
+ },
100634
+ "teams_url": {
100635
+ "type": "string"
100636
+ },
100637
+ "trees_url": {
100638
+ "type": "string"
100639
+ },
100640
+ "clone_url": {
100641
+ "type": "string"
100642
+ },
100643
+ "mirror_url": {
100644
+ "type": "string"
100645
+ },
100646
+ "hooks_url": {
100647
+ "type": "string"
100648
+ },
100649
+ "svn_url": {
100650
+ "type": "string"
100651
+ },
100652
+ "homepage": {
100653
+ "type": "string"
100654
+ },
100655
+ "language": {
100656
+ "type": "string"
100657
+ },
100658
+ "forks_count": {
100659
+ "type": "integer"
100660
+ },
100661
+ "stargazers_count": {
100662
+ "type": "integer"
100663
+ },
100664
+ "watchers_count": {
100665
+ "type": "integer"
100666
+ },
100667
+ "size": {
100668
+ "type": "integer"
100669
+ },
100670
+ "default_branch": {
100671
+ "type": "string"
100672
+ },
100673
+ "open_issues_count": {
100674
+ "type": "integer"
100675
+ },
100676
+ "is_template": {
100677
+ "type": "boolean"
100678
+ },
100679
+ "topics": {
100680
+ "type": "array",
100681
+ "items": {
100682
+ "type": "string"
100683
+ }
100684
+ },
100685
+ "has_issues": {
100686
+ "type": "boolean"
100687
+ },
100688
+ "has_projects": {
100689
+ "type": "boolean"
100690
+ },
100691
+ "has_wiki": {
100692
+ "type": "boolean"
100693
+ },
100694
+ "has_pages": {
100695
+ "type": "boolean"
100696
+ },
100697
+ "has_downloads": {
100698
+ "type": "boolean"
100699
+ },
100700
+ "archived": {
100701
+ "type": "boolean"
100702
+ },
100703
+ "disabled": {
100704
+ "type": "boolean"
100705
+ },
100706
+ "visibility": {
100707
+ "type": "string"
100708
+ },
100709
+ "pushed_at": {
100710
+ "type": "string"
100711
+ },
100712
+ "created_at": {
100713
+ "type": "string"
100714
+ },
100715
+ "updated_at": {
100716
+ "type": "string"
100717
+ },
100718
+ "permissions": {
100719
+ "type": "object",
100720
+ "properties": {
100721
+ "admin": {
100722
+ "type": "boolean"
100723
+ },
100724
+ "maintain": {
100725
+ "type": "boolean"
100726
+ },
100727
+ "push": {
100728
+ "type": "boolean"
100729
+ },
100730
+ "triage": {
100731
+ "type": "boolean"
100732
+ },
100733
+ "pull": {
100734
+ "type": "boolean"
100735
+ }
100736
+ }
100737
+ },
100738
+ "allow_rebase_merge": {
100739
+ "type": "boolean"
100740
+ },
100741
+ "temp_clone_token": {
100742
+ "type": "string"
100743
+ },
100744
+ "allow_squash_merge": {
100745
+ "type": "boolean"
100746
+ },
100747
+ "allow_auto_merge": {
100748
+ "type": "boolean"
100749
+ },
100750
+ "delete_branch_on_merge": {
100751
+ "type": "boolean"
100752
+ },
100753
+ "allow_update_branch": {
100754
+ "type": "boolean"
100755
+ },
100756
+ "use_squash_pr_title_as_default": {
100757
+ "type": "boolean"
100758
+ },
100759
+ "squash_merge_commit_title": {
100760
+ "type": "string",
100761
+ "enum": [
100762
+ "PR_TITLE",
100763
+ "COMMIT_OR_PR_TITLE"
100764
+ ],
100765
+ "description": "The default value for a squash merge commit title:\n\n- `PR_TITLE` - default to the pull request's title.\n- `COMMIT_OR_PR_TITLE` - default to the commit's title (if only one commit) or the pull request's title (when more than one commit)."
100766
+ },
100767
+ "squash_merge_commit_message": {
100768
+ "type": "string",
100769
+ "enum": [
100770
+ "PR_BODY",
100771
+ "COMMIT_MESSAGES",
100772
+ "BLANK"
100773
+ ],
100774
+ "description": "The default value for a squash merge commit message:\n\n- `PR_BODY` - default to the pull request's body.\n- `COMMIT_MESSAGES` - default to the branch's commit messages.\n- `BLANK` - default to a blank commit message."
100775
+ },
100776
+ "merge_commit_title": {
100777
+ "type": "string",
100778
+ "enum": [
100779
+ "PR_TITLE",
100780
+ "MERGE_MESSAGE"
100781
+ ],
100782
+ "description": "The default value for a merge commit title.\n\n- `PR_TITLE` - default to the pull request's title.\n- `MERGE_MESSAGE` - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name)."
100783
+ },
100784
+ "merge_commit_message": {
100785
+ "type": "string",
100786
+ "enum": [
100787
+ "PR_BODY",
100788
+ "PR_TITLE",
100789
+ "BLANK"
100790
+ ],
100791
+ "description": "The default value for a merge commit message.\n\n- `PR_TITLE` - default to the pull request's title.\n- `PR_BODY` - default to the pull request's body.\n- `BLANK` - default to a blank commit message."
100792
+ },
100793
+ "allow_merge_commit": {
100794
+ "type": "boolean"
100795
+ },
100796
+ "subscribers_count": {
100797
+ "type": "integer"
100798
+ },
100799
+ "network_count": {
100800
+ "type": "integer"
100801
+ }
100802
+ }
100635
100803
  },
100636
100804
  "temp_clone_token": {
100637
100805
  "type": "string"
@@ -100654,6 +100822,52 @@
100654
100822
  "type": "boolean",
100655
100823
  "example": false
100656
100824
  },
100825
+ "allow_update_branch": {
100826
+ "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.",
100827
+ "default": false,
100828
+ "type": "boolean",
100829
+ "example": false
100830
+ },
100831
+ "use_squash_pr_title_as_default": {
100832
+ "type": "boolean",
100833
+ "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.",
100834
+ "default": false,
100835
+ "deprecated": true
100836
+ },
100837
+ "squash_merge_commit_title": {
100838
+ "type": "string",
100839
+ "enum": [
100840
+ "PR_TITLE",
100841
+ "COMMIT_OR_PR_TITLE"
100842
+ ],
100843
+ "description": "The default value for a squash merge commit title:\n\n- `PR_TITLE` - default to the pull request's title.\n- `COMMIT_OR_PR_TITLE` - default to the commit's title (if only one commit) or the pull request's title (when more than one commit)."
100844
+ },
100845
+ "squash_merge_commit_message": {
100846
+ "type": "string",
100847
+ "enum": [
100848
+ "PR_BODY",
100849
+ "COMMIT_MESSAGES",
100850
+ "BLANK"
100851
+ ],
100852
+ "description": "The default value for a squash merge commit message:\n\n- `PR_BODY` - default to the pull request's body.\n- `COMMIT_MESSAGES` - default to the branch's commit messages.\n- `BLANK` - default to a blank commit message."
100853
+ },
100854
+ "merge_commit_title": {
100855
+ "type": "string",
100856
+ "enum": [
100857
+ "PR_TITLE",
100858
+ "MERGE_MESSAGE"
100859
+ ],
100860
+ "description": "The default value for a merge commit title.\n\n- `PR_TITLE` - default to the pull request's title.\n- `MERGE_MESSAGE` - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name)."
100861
+ },
100862
+ "merge_commit_message": {
100863
+ "type": "string",
100864
+ "enum": [
100865
+ "PR_BODY",
100866
+ "PR_TITLE",
100867
+ "BLANK"
100868
+ ],
100869
+ "description": "The default value for a merge commit message.\n\n- `PR_TITLE` - default to the pull request's title.\n- `PR_BODY` - default to the pull request's body.\n- `BLANK` - default to a blank commit message."
100870
+ },
100657
100871
  "allow_merge_commit": {
100658
100872
  "description": "Whether to allow merge commits for pull requests.",
100659
100873
  "default": true,
@@ -100662,15 +100876,12 @@
100662
100876
  },
100663
100877
  "allow_forking": {
100664
100878
  "description": "Whether to allow forking this repo",
100665
- "default": false,
100666
- "type": "boolean",
100667
- "example": false
100879
+ "type": "boolean"
100668
100880
  },
100669
100881
  "web_commit_signoff_required": {
100670
100882
  "description": "Whether to require contributors to sign off on web-based commits",
100671
100883
  "default": false,
100672
- "type": "boolean",
100673
- "example": false
100884
+ "type": "boolean"
100674
100885
  },
100675
100886
  "subscribers_count": {
100676
100887
  "type": "integer"
@@ -100686,6 +100897,14 @@
100686
100897
  },
100687
100898
  "master_branch": {
100688
100899
  "type": "string"
100900
+ },
100901
+ "starred_at": {
100902
+ "type": "string",
100903
+ "example": "\"2020-07-09T00:17:42Z\""
100904
+ },
100905
+ "anonymous_access_enabled": {
100906
+ "type": "boolean",
100907
+ "description": "Whether anonymous git access is enabled for this repository"
100689
100908
  }
100690
100909
  },
100691
100910
  "required": [
@@ -100762,230 +100981,8 @@
100762
100981
  "watchers_count",
100763
100982
  "created_at",
100764
100983
  "updated_at"
100765
- ]
100766
- },
100767
- "project-card": {
100768
- "title": "Project Card",
100769
- "description": "Project cards represent a scope of work.",
100770
- "type": "object",
100771
- "properties": {
100772
- "url": {
100773
- "type": "string",
100774
- "format": "uri",
100775
- "example": "https://api.github.com/projects/columns/cards/1478"
100776
- },
100777
- "id": {
100778
- "description": "The project card's ID",
100779
- "example": 42,
100780
- "type": "integer"
100781
- },
100782
- "node_id": {
100783
- "type": "string",
100784
- "example": "MDExOlByb2plY3RDYXJkMTQ3OA=="
100785
- },
100786
- "note": {
100787
- "type": "string",
100788
- "example": "Add payload for delete Project column",
100789
- "nullable": true
100790
- },
100791
- "creator": {
100792
- "$ref": "#/components/schemas/nullable-simple-user"
100793
- },
100794
- "created_at": {
100795
- "type": "string",
100796
- "format": "date-time",
100797
- "example": "2016-09-05T14:21:06Z"
100798
- },
100799
- "updated_at": {
100800
- "type": "string",
100801
- "format": "date-time",
100802
- "example": "2016-09-05T14:20:22Z"
100803
- },
100804
- "archived": {
100805
- "description": "Whether or not the card is archived",
100806
- "example": false,
100807
- "type": "boolean"
100808
- },
100809
- "column_name": {
100810
- "type": "string"
100811
- },
100812
- "project_id": {
100813
- "type": "string"
100814
- },
100815
- "column_url": {
100816
- "type": "string",
100817
- "format": "uri",
100818
- "example": "https://api.github.com/projects/columns/367"
100819
- },
100820
- "content_url": {
100821
- "type": "string",
100822
- "format": "uri",
100823
- "example": "https://api.github.com/repos/api-playground/projects-test/issues/3"
100824
- },
100825
- "project_url": {
100826
- "type": "string",
100827
- "format": "uri",
100828
- "example": "https://api.github.com/projects/120"
100829
- }
100830
- },
100831
- "required": [
100832
- "id",
100833
- "node_id",
100834
- "note",
100835
- "url",
100836
- "column_url",
100837
- "project_url",
100838
- "creator",
100839
- "created_at",
100840
- "updated_at"
100841
- ]
100842
- },
100843
- "project-column": {
100844
- "title": "Project Column",
100845
- "description": "Project columns contain cards of work.",
100846
- "type": "object",
100847
- "properties": {
100848
- "url": {
100849
- "type": "string",
100850
- "format": "uri",
100851
- "example": "https://api.github.com/projects/columns/367"
100852
- },
100853
- "project_url": {
100854
- "type": "string",
100855
- "format": "uri",
100856
- "example": "https://api.github.com/projects/120"
100857
- },
100858
- "cards_url": {
100859
- "type": "string",
100860
- "format": "uri",
100861
- "example": "https://api.github.com/projects/columns/367/cards"
100862
- },
100863
- "id": {
100864
- "description": "The unique identifier of the project column",
100865
- "example": 42,
100866
- "type": "integer"
100867
- },
100868
- "node_id": {
100869
- "type": "string",
100870
- "example": "MDEzOlByb2plY3RDb2x1bW4zNjc="
100871
- },
100872
- "name": {
100873
- "description": "Name of the project column",
100874
- "example": "Remaining tasks",
100875
- "type": "string"
100876
- },
100877
- "created_at": {
100878
- "type": "string",
100879
- "format": "date-time",
100880
- "example": "2016-09-05T14:18:44Z"
100881
- },
100882
- "updated_at": {
100883
- "type": "string",
100884
- "format": "date-time",
100885
- "example": "2016-09-05T14:22:28Z"
100886
- }
100887
- },
100888
- "required": [
100889
- "id",
100890
- "node_id",
100891
- "url",
100892
- "project_url",
100893
- "cards_url",
100894
- "name",
100895
- "created_at",
100896
- "updated_at"
100897
- ]
100898
- },
100899
- "project-collaborator-permission": {
100900
- "title": "Project Collaborator Permission",
100901
- "description": "Project Collaborator Permission",
100902
- "type": "object",
100903
- "properties": {
100904
- "permission": {
100905
- "type": "string"
100906
- },
100907
- "user": {
100908
- "$ref": "#/components/schemas/nullable-simple-user"
100909
- }
100910
- },
100911
- "required": [
100912
- "permission",
100913
- "user"
100914
- ]
100915
- },
100916
- "rate-limit": {
100917
- "title": "Rate Limit",
100918
- "type": "object",
100919
- "properties": {
100920
- "limit": {
100921
- "type": "integer"
100922
- },
100923
- "remaining": {
100924
- "type": "integer"
100925
- },
100926
- "reset": {
100927
- "type": "integer"
100928
- },
100929
- "used": {
100930
- "type": "integer"
100931
- }
100932
- },
100933
- "required": [
100934
- "limit",
100935
- "remaining",
100936
- "reset",
100937
- "used"
100938
- ]
100939
- },
100940
- "rate-limit-overview": {
100941
- "title": "Rate Limit Overview",
100942
- "description": "Rate Limit Overview",
100943
- "type": "object",
100944
- "properties": {
100945
- "resources": {
100946
- "type": "object",
100947
- "properties": {
100948
- "core": {
100949
- "$ref": "#/components/schemas/rate-limit"
100950
- },
100951
- "graphql": {
100952
- "$ref": "#/components/schemas/rate-limit"
100953
- },
100954
- "search": {
100955
- "$ref": "#/components/schemas/rate-limit"
100956
- },
100957
- "code_search": {
100958
- "$ref": "#/components/schemas/rate-limit"
100959
- },
100960
- "source_import": {
100961
- "$ref": "#/components/schemas/rate-limit"
100962
- },
100963
- "integration_manifest": {
100964
- "$ref": "#/components/schemas/rate-limit"
100965
- },
100966
- "code_scanning_upload": {
100967
- "$ref": "#/components/schemas/rate-limit"
100968
- },
100969
- "actions_runner_registration": {
100970
- "$ref": "#/components/schemas/rate-limit"
100971
- },
100972
- "scim": {
100973
- "$ref": "#/components/schemas/rate-limit"
100974
- }
100975
- },
100976
- "required": [
100977
- "core",
100978
- "search"
100979
- ]
100980
- },
100981
- "rate": {
100982
- "$ref": "#/components/schemas/rate-limit"
100983
- }
100984
- },
100985
- "required": [
100986
- "rate",
100987
- "resources"
100988
- ]
100984
+ ],
100985
+ "nullable": true
100989
100986
  },
100990
100987
  "code-of-conduct-simple": {
100991
100988
  "title": "Code Of Conduct Simple",
@@ -117473,6 +117470,11 @@
117473
117470
  "type": "string"
117474
117471
  }
117475
117472
  },
117473
+ "custom_properties": {
117474
+ "type": "object",
117475
+ "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.",
117476
+ "additionalProperties": true
117477
+ },
117476
117478
  "has_issues": {
117477
117479
  "description": "Whether issues are enabled.",
117478
117480
  "default": true,
@@ -119149,6 +119151,11 @@
119149
119151
  "type": "string"
119150
119152
  }
119151
119153
  },
119154
+ "custom_properties": {
119155
+ "type": "object",
119156
+ "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.",
119157
+ "additionalProperties": true
119158
+ },
119152
119159
  "has_issues": {
119153
119160
  "description": "Whether issues are enabled.",
119154
119161
  "default": true,
@@ -135744,6 +135751,11 @@
135744
135751
  }
135745
135752
  ]
135746
135753
  },
135754
+ "custom_properties": {
135755
+ "type": "object",
135756
+ "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.",
135757
+ "additionalProperties": true
135758
+ },
135747
135759
  "default_branch": {
135748
135760
  "description": "The default branch of the repository.",
135749
135761
  "type": "string"
@@ -155638,6 +155650,11 @@
155638
155650
  }
155639
155651
  ]
155640
155652
  },
155653
+ "custom_properties": {
155654
+ "type": "object",
155655
+ "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.",
155656
+ "additionalProperties": true
155657
+ },
155641
155658
  "default_branch": {
155642
155659
  "description": "The default branch of the repository.",
155643
155660
  "type": "string"
@@ -161237,6 +161254,11 @@
161237
161254
  }
161238
161255
  ]
161239
161256
  },
161257
+ "custom_properties": {
161258
+ "type": "object",
161259
+ "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.",
161260
+ "additionalProperties": true
161261
+ },
161240
161262
  "default_branch": {
161241
161263
  "description": "The default branch of the repository.",
161242
161264
  "type": "string"
@@ -247324,6 +247346,11 @@
247324
247346
  }
247325
247347
  ]
247326
247348
  },
247349
+ "custom_properties": {
247350
+ "type": "object",
247351
+ "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.",
247352
+ "additionalProperties": true
247353
+ },
247327
247354
  "default_branch": {
247328
247355
  "description": "The default branch of the repository.",
247329
247356
  "type": "string"
@@ -258247,6 +258274,11 @@
258247
258274
  }
258248
258275
  ]
258249
258276
  },
258277
+ "custom_properties": {
258278
+ "type": "object",
258279
+ "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.",
258280
+ "additionalProperties": true
258281
+ },
258250
258282
  "default_branch": {
258251
258283
  "description": "The default branch of the repository.",
258252
258284
  "type": "string"
@@ -259010,6 +259042,11 @@
259010
259042
  }
259011
259043
  ]
259012
259044
  },
259045
+ "custom_properties": {
259046
+ "type": "object",
259047
+ "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.",
259048
+ "additionalProperties": true
259049
+ },
259013
259050
  "default_branch": {
259014
259051
  "description": "The default branch of the repository.",
259015
259052
  "type": "string"
@@ -259774,6 +259811,11 @@
259774
259811
  }
259775
259812
  ]
259776
259813
  },
259814
+ "custom_properties": {
259815
+ "type": "object",
259816
+ "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.",
259817
+ "additionalProperties": true
259818
+ },
259777
259819
  "default_branch": {
259778
259820
  "description": "The default branch of the repository.",
259779
259821
  "type": "string"
@@ -260624,6 +260666,11 @@
260624
260666
  }
260625
260667
  ]
260626
260668
  },
260669
+ "custom_properties": {
260670
+ "type": "object",
260671
+ "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.",
260672
+ "additionalProperties": true
260673
+ },
260627
260674
  "default_branch": {
260628
260675
  "description": "The default branch of the repository.",
260629
260676
  "type": "string"
@@ -261389,6 +261436,11 @@
261389
261436
  }
261390
261437
  ]
261391
261438
  },
261439
+ "custom_properties": {
261440
+ "type": "object",
261441
+ "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.",
261442
+ "additionalProperties": true
261443
+ },
261392
261444
  "default_branch": {
261393
261445
  "description": "The default branch of the repository.",
261394
261446
  "type": "string"
@@ -277687,130 +277739,6 @@
277687
277739
  },
277688
277740
  "role_name": "read",
277689
277741
  "allow_rebase_merge": true,
277690
- "template_repository": {
277691
- "id": 1296269,
277692
- "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5",
277693
- "name": "Hello-World-Template",
277694
- "full_name": "octocat/Hello-World-Template",
277695
- "owner": {
277696
- "login": "octocat",
277697
- "id": 1,
277698
- "node_id": "MDQ6VXNlcjE=",
277699
- "avatar_url": "https://github.com/images/error/octocat_happy.gif",
277700
- "gravatar_id": "",
277701
- "url": "https://api.github.com/users/octocat",
277702
- "html_url": "https://github.com/octocat",
277703
- "followers_url": "https://api.github.com/users/octocat/followers",
277704
- "following_url": "https://api.github.com/users/octocat/following{/other_user}",
277705
- "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
277706
- "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
277707
- "subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
277708
- "organizations_url": "https://api.github.com/users/octocat/orgs",
277709
- "repos_url": "https://api.github.com/users/octocat/repos",
277710
- "events_url": "https://api.github.com/users/octocat/events{/privacy}",
277711
- "received_events_url": "https://api.github.com/users/octocat/received_events",
277712
- "type": "User",
277713
- "site_admin": false
277714
- },
277715
- "private": false,
277716
- "html_url": "https://github.com/octocat/Hello-World-Template",
277717
- "description": "This your first repo!",
277718
- "fork": false,
277719
- "url": "https://api.github.com/repos/octocat/Hello-World-Template",
277720
- "archive_url": "https://api.github.com/repos/octocat/Hello-World-Template/{archive_format}{/ref}",
277721
- "assignees_url": "https://api.github.com/repos/octocat/Hello-World-Template/assignees{/user}",
277722
- "blobs_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/blobs{/sha}",
277723
- "branches_url": "https://api.github.com/repos/octocat/Hello-World-Template/branches{/branch}",
277724
- "collaborators_url": "https://api.github.com/repos/octocat/Hello-World-Template/collaborators{/collaborator}",
277725
- "comments_url": "https://api.github.com/repos/octocat/Hello-World-Template/comments{/number}",
277726
- "commits_url": "https://api.github.com/repos/octocat/Hello-World-Template/commits{/sha}",
277727
- "compare_url": "https://api.github.com/repos/octocat/Hello-World-Template/compare/{base}...{head}",
277728
- "contents_url": "https://api.github.com/repos/octocat/Hello-World-Template/contents/{+path}",
277729
- "contributors_url": "https://api.github.com/repos/octocat/Hello-World-Template/contributors",
277730
- "deployments_url": "https://api.github.com/repos/octocat/Hello-World-Template/deployments",
277731
- "downloads_url": "https://api.github.com/repos/octocat/Hello-World-Template/downloads",
277732
- "events_url": "https://api.github.com/repos/octocat/Hello-World-Template/events",
277733
- "forks_url": "https://api.github.com/repos/octocat/Hello-World-Template/forks",
277734
- "git_commits_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/commits{/sha}",
277735
- "git_refs_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/refs{/sha}",
277736
- "git_tags_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/tags{/sha}",
277737
- "git_url": "git:github.com/octocat/Hello-World-Template.git",
277738
- "issue_comment_url": "https://api.github.com/repos/octocat/Hello-World-Template/issues/comments{/number}",
277739
- "issue_events_url": "https://api.github.com/repos/octocat/Hello-World-Template/issues/events{/number}",
277740
- "issues_url": "https://api.github.com/repos/octocat/Hello-World-Template/issues{/number}",
277741
- "keys_url": "https://api.github.com/repos/octocat/Hello-World-Template/keys{/key_id}",
277742
- "labels_url": "https://api.github.com/repos/octocat/Hello-World-Template/labels{/name}",
277743
- "languages_url": "https://api.github.com/repos/octocat/Hello-World-Template/languages",
277744
- "merges_url": "https://api.github.com/repos/octocat/Hello-World-Template/merges",
277745
- "milestones_url": "https://api.github.com/repos/octocat/Hello-World-Template/milestones{/number}",
277746
- "notifications_url": "https://api.github.com/repos/octocat/Hello-World-Template/notifications{?since,all,participating}",
277747
- "pulls_url": "https://api.github.com/repos/octocat/Hello-World-Template/pulls{/number}",
277748
- "releases_url": "https://api.github.com/repos/octocat/Hello-World-Template/releases{/id}",
277749
- "ssh_url": "git@github.com:octocat/Hello-World-Template.git",
277750
- "stargazers_url": "https://api.github.com/repos/octocat/Hello-World-Template/stargazers",
277751
- "statuses_url": "https://api.github.com/repos/octocat/Hello-World-Template/statuses/{sha}",
277752
- "subscribers_url": "https://api.github.com/repos/octocat/Hello-World-Template/subscribers",
277753
- "subscription_url": "https://api.github.com/repos/octocat/Hello-World-Template/subscription",
277754
- "tags_url": "https://api.github.com/repos/octocat/Hello-World-Template/tags",
277755
- "teams_url": "https://api.github.com/repos/octocat/Hello-World-Template/teams",
277756
- "trees_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/trees{/sha}",
277757
- "clone_url": "https://github.com/octocat/Hello-World-Template.git",
277758
- "mirror_url": "git:git.example.com/octocat/Hello-World-Template",
277759
- "hooks_url": "https://api.github.com/repos/octocat/Hello-World-Template/hooks",
277760
- "svn_url": "https://svn.github.com/octocat/Hello-World-Template",
277761
- "homepage": "https://github.com",
277762
- "language": null,
277763
- "forks": 9,
277764
- "forks_count": 9,
277765
- "stargazers_count": 80,
277766
- "watchers_count": 80,
277767
- "watchers": 80,
277768
- "size": 108,
277769
- "default_branch": "master",
277770
- "open_issues": 0,
277771
- "open_issues_count": 0,
277772
- "is_template": true,
277773
- "license": {
277774
- "key": "mit",
277775
- "name": "MIT License",
277776
- "url": "https://api.github.com/licenses/mit",
277777
- "spdx_id": "MIT",
277778
- "node_id": "MDc6TGljZW5zZW1pdA==",
277779
- "html_url": "https://api.github.com/licenses/mit"
277780
- },
277781
- "topics": [
277782
- "octocat",
277783
- "atom",
277784
- "electron",
277785
- "api"
277786
- ],
277787
- "has_issues": true,
277788
- "has_projects": true,
277789
- "has_wiki": true,
277790
- "has_pages": false,
277791
- "has_downloads": true,
277792
- "archived": false,
277793
- "disabled": false,
277794
- "visibility": "public",
277795
- "pushed_at": "2011-01-26T19:06:43Z",
277796
- "created_at": "2011-01-26T19:01:12Z",
277797
- "updated_at": "2011-01-26T19:14:43Z",
277798
- "permissions": {
277799
- "pull": true,
277800
- "triage": false,
277801
- "push": false,
277802
- "maintain": false,
277803
- "admin": false
277804
- },
277805
- "allow_rebase_merge": true,
277806
- "temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O",
277807
- "allow_squash_merge": true,
277808
- "allow_auto_merge": false,
277809
- "delete_branch_on_merge": true,
277810
- "allow_merge_commit": true,
277811
- "subscribers_count": 42,
277812
- "network_count": 0
277813
- },
277814
277742
  "temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O",
277815
277743
  "allow_squash_merge": true,
277816
277744
  "allow_auto_merge": false,
@@ -279397,6 +279325,7 @@
279397
279325
  "check_suite_node_id": "MDEwOkNoZWNrU3VpdGU0Mg==",
279398
279326
  "head_branch": "master",
279399
279327
  "head_sha": "acb5820ced9479c074f688cc328bf03f341a511d",
279328
+ "path": ".github/workflows/build.yml@main",
279400
279329
  "run_number": 562,
279401
279330
  "event": "push",
279402
279331
  "display_title": "Update README.md",
@@ -291720,130 +291649,6 @@
291720
291649
  },
291721
291650
  "role_name": "read",
291722
291651
  "allow_rebase_merge": true,
291723
- "template_repository": {
291724
- "id": 1296269,
291725
- "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5",
291726
- "name": "Hello-World-Template",
291727
- "full_name": "octocat/Hello-World-Template",
291728
- "owner": {
291729
- "login": "octocat",
291730
- "id": 1,
291731
- "node_id": "MDQ6VXNlcjE=",
291732
- "avatar_url": "https://github.com/images/error/octocat_happy.gif",
291733
- "gravatar_id": "",
291734
- "url": "https://api.github.com/users/octocat",
291735
- "html_url": "https://github.com/octocat",
291736
- "followers_url": "https://api.github.com/users/octocat/followers",
291737
- "following_url": "https://api.github.com/users/octocat/following{/other_user}",
291738
- "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
291739
- "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
291740
- "subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
291741
- "organizations_url": "https://api.github.com/users/octocat/orgs",
291742
- "repos_url": "https://api.github.com/users/octocat/repos",
291743
- "events_url": "https://api.github.com/users/octocat/events{/privacy}",
291744
- "received_events_url": "https://api.github.com/users/octocat/received_events",
291745
- "type": "User",
291746
- "site_admin": false
291747
- },
291748
- "private": false,
291749
- "html_url": "https://github.com/octocat/Hello-World-Template",
291750
- "description": "This your first repo!",
291751
- "fork": false,
291752
- "url": "https://api.github.com/repos/octocat/Hello-World-Template",
291753
- "archive_url": "https://api.github.com/repos/octocat/Hello-World-Template/{archive_format}{/ref}",
291754
- "assignees_url": "https://api.github.com/repos/octocat/Hello-World-Template/assignees{/user}",
291755
- "blobs_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/blobs{/sha}",
291756
- "branches_url": "https://api.github.com/repos/octocat/Hello-World-Template/branches{/branch}",
291757
- "collaborators_url": "https://api.github.com/repos/octocat/Hello-World-Template/collaborators{/collaborator}",
291758
- "comments_url": "https://api.github.com/repos/octocat/Hello-World-Template/comments{/number}",
291759
- "commits_url": "https://api.github.com/repos/octocat/Hello-World-Template/commits{/sha}",
291760
- "compare_url": "https://api.github.com/repos/octocat/Hello-World-Template/compare/{base}...{head}",
291761
- "contents_url": "https://api.github.com/repos/octocat/Hello-World-Template/contents/{+path}",
291762
- "contributors_url": "https://api.github.com/repos/octocat/Hello-World-Template/contributors",
291763
- "deployments_url": "https://api.github.com/repos/octocat/Hello-World-Template/deployments",
291764
- "downloads_url": "https://api.github.com/repos/octocat/Hello-World-Template/downloads",
291765
- "events_url": "https://api.github.com/repos/octocat/Hello-World-Template/events",
291766
- "forks_url": "https://api.github.com/repos/octocat/Hello-World-Template/forks",
291767
- "git_commits_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/commits{/sha}",
291768
- "git_refs_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/refs{/sha}",
291769
- "git_tags_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/tags{/sha}",
291770
- "git_url": "git:github.com/octocat/Hello-World-Template.git",
291771
- "issue_comment_url": "https://api.github.com/repos/octocat/Hello-World-Template/issues/comments{/number}",
291772
- "issue_events_url": "https://api.github.com/repos/octocat/Hello-World-Template/issues/events{/number}",
291773
- "issues_url": "https://api.github.com/repos/octocat/Hello-World-Template/issues{/number}",
291774
- "keys_url": "https://api.github.com/repos/octocat/Hello-World-Template/keys{/key_id}",
291775
- "labels_url": "https://api.github.com/repos/octocat/Hello-World-Template/labels{/name}",
291776
- "languages_url": "https://api.github.com/repos/octocat/Hello-World-Template/languages",
291777
- "merges_url": "https://api.github.com/repos/octocat/Hello-World-Template/merges",
291778
- "milestones_url": "https://api.github.com/repos/octocat/Hello-World-Template/milestones{/number}",
291779
- "notifications_url": "https://api.github.com/repos/octocat/Hello-World-Template/notifications{?since,all,participating}",
291780
- "pulls_url": "https://api.github.com/repos/octocat/Hello-World-Template/pulls{/number}",
291781
- "releases_url": "https://api.github.com/repos/octocat/Hello-World-Template/releases{/id}",
291782
- "ssh_url": "git@github.com:octocat/Hello-World-Template.git",
291783
- "stargazers_url": "https://api.github.com/repos/octocat/Hello-World-Template/stargazers",
291784
- "statuses_url": "https://api.github.com/repos/octocat/Hello-World-Template/statuses/{sha}",
291785
- "subscribers_url": "https://api.github.com/repos/octocat/Hello-World-Template/subscribers",
291786
- "subscription_url": "https://api.github.com/repos/octocat/Hello-World-Template/subscription",
291787
- "tags_url": "https://api.github.com/repos/octocat/Hello-World-Template/tags",
291788
- "teams_url": "https://api.github.com/repos/octocat/Hello-World-Template/teams",
291789
- "trees_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/trees{/sha}",
291790
- "clone_url": "https://github.com/octocat/Hello-World-Template.git",
291791
- "mirror_url": "git:git.example.com/octocat/Hello-World-Template",
291792
- "hooks_url": "https://api.github.com/repos/octocat/Hello-World-Template/hooks",
291793
- "svn_url": "https://svn.github.com/octocat/Hello-World-Template",
291794
- "homepage": "https://github.com",
291795
- "language": null,
291796
- "forks": 9,
291797
- "forks_count": 9,
291798
- "stargazers_count": 80,
291799
- "watchers_count": 80,
291800
- "watchers": 80,
291801
- "size": 108,
291802
- "default_branch": "master",
291803
- "open_issues": 0,
291804
- "open_issues_count": 0,
291805
- "is_template": true,
291806
- "license": {
291807
- "key": "mit",
291808
- "name": "MIT License",
291809
- "url": "https://api.github.com/licenses/mit",
291810
- "spdx_id": "MIT",
291811
- "node_id": "MDc6TGljZW5zZW1pdA==",
291812
- "html_url": "https://api.github.com/licenses/mit"
291813
- },
291814
- "topics": [
291815
- "octocat",
291816
- "atom",
291817
- "electron",
291818
- "api"
291819
- ],
291820
- "has_issues": true,
291821
- "has_projects": true,
291822
- "has_wiki": true,
291823
- "has_pages": false,
291824
- "has_downloads": true,
291825
- "archived": false,
291826
- "disabled": false,
291827
- "visibility": "public",
291828
- "pushed_at": "2011-01-26T19:06:43Z",
291829
- "created_at": "2011-01-26T19:01:12Z",
291830
- "updated_at": "2011-01-26T19:14:43Z",
291831
- "permissions": {
291832
- "pull": true,
291833
- "triage": false,
291834
- "push": false,
291835
- "maintain": false,
291836
- "admin": false
291837
- },
291838
- "allow_rebase_merge": true,
291839
- "temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O",
291840
- "allow_squash_merge": true,
291841
- "allow_auto_merge": false,
291842
- "delete_branch_on_merge": true,
291843
- "allow_merge_commit": true,
291844
- "subscribers_count": 42,
291845
- "network_count": 0
291846
- },
291847
291652
  "temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O",
291848
291653
  "allow_squash_merge": true,
291849
291654
  "allow_auto_merge": false,