@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.
- package/generated/api.github.com.deref.json +6999 -5335
- package/generated/api.github.com.json +3326 -2569
- package/generated/ghec.deref.json +7033 -5343
- package/generated/ghec.json +3338 -2573
- package/generated/ghes-3.10.deref.json +2461 -5339
- package/generated/ghes-3.10.json +730 -925
- package/generated/ghes-3.7.deref.json +2428 -5317
- package/generated/ghes-3.7.json +729 -925
- package/generated/ghes-3.8.deref.json +2435 -5317
- package/generated/ghes-3.8.json +730 -925
- package/generated/ghes-3.9.deref.json +2456 -5329
- package/generated/ghes-3.9.json +730 -925
- package/generated/github.ae.deref.json +2432 -4207
- package/generated/github.ae.json +683 -846
- package/package.json +1 -1
package/generated/ghes-3.7.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "13.
|
|
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": {
|
|
@@ -89700,9 +89700,9 @@
|
|
|
89700
89700
|
"permissions"
|
|
89701
89701
|
]
|
|
89702
89702
|
},
|
|
89703
|
-
"
|
|
89704
|
-
"title": "Repository",
|
|
89705
|
-
"description": "A
|
|
89703
|
+
"team-repository": {
|
|
89704
|
+
"title": "Team Repository",
|
|
89705
|
+
"description": "A team's access to a repository.",
|
|
89706
89706
|
"type": "object",
|
|
89707
89707
|
"properties": {
|
|
89708
89708
|
"id": {
|
|
@@ -89726,9 +89726,6 @@
|
|
|
89726
89726
|
"license": {
|
|
89727
89727
|
"$ref": "#/components/schemas/nullable-license-simple"
|
|
89728
89728
|
},
|
|
89729
|
-
"organization": {
|
|
89730
|
-
"$ref": "#/components/schemas/nullable-simple-user"
|
|
89731
|
-
},
|
|
89732
89729
|
"forks": {
|
|
89733
89730
|
"type": "integer"
|
|
89734
89731
|
},
|
|
@@ -89757,8 +89754,12 @@
|
|
|
89757
89754
|
"push"
|
|
89758
89755
|
]
|
|
89759
89756
|
},
|
|
89757
|
+
"role_name": {
|
|
89758
|
+
"type": "string",
|
|
89759
|
+
"example": "admin"
|
|
89760
|
+
},
|
|
89760
89761
|
"owner": {
|
|
89761
|
-
"$ref": "#/components/schemas/simple-user"
|
|
89762
|
+
"$ref": "#/components/schemas/nullable-simple-user"
|
|
89762
89763
|
},
|
|
89763
89764
|
"private": {
|
|
89764
89765
|
"description": "Whether the repository is private or public.",
|
|
@@ -89986,7 +89987,6 @@
|
|
|
89986
89987
|
"example": 80
|
|
89987
89988
|
},
|
|
89988
89989
|
"size": {
|
|
89989
|
-
"description": "The size of the repository. Size is calculated hourly. When a repository is initially created, the size is 0.",
|
|
89990
89990
|
"type": "integer",
|
|
89991
89991
|
"example": 108
|
|
89992
89992
|
},
|
|
@@ -90036,13 +90036,6 @@
|
|
|
90036
90036
|
"description": "Whether downloads are enabled.",
|
|
90037
90037
|
"default": true,
|
|
90038
90038
|
"type": "boolean",
|
|
90039
|
-
"example": true,
|
|
90040
|
-
"deprecated": true
|
|
90041
|
-
},
|
|
90042
|
-
"has_discussions": {
|
|
90043
|
-
"description": "Whether discussions are enabled.",
|
|
90044
|
-
"default": false,
|
|
90045
|
-
"type": "boolean",
|
|
90046
90039
|
"example": true
|
|
90047
90040
|
},
|
|
90048
90041
|
"archived": {
|
|
@@ -90083,371 +90076,6 @@
|
|
|
90083
90076
|
"type": "boolean",
|
|
90084
90077
|
"example": true
|
|
90085
90078
|
},
|
|
90086
|
-
"template_repository": {
|
|
90087
|
-
"nullable": true,
|
|
90088
|
-
"type": "object",
|
|
90089
|
-
"properties": {
|
|
90090
|
-
"id": {
|
|
90091
|
-
"type": "integer"
|
|
90092
|
-
},
|
|
90093
|
-
"node_id": {
|
|
90094
|
-
"type": "string"
|
|
90095
|
-
},
|
|
90096
|
-
"name": {
|
|
90097
|
-
"type": "string"
|
|
90098
|
-
},
|
|
90099
|
-
"full_name": {
|
|
90100
|
-
"type": "string"
|
|
90101
|
-
},
|
|
90102
|
-
"owner": {
|
|
90103
|
-
"type": "object",
|
|
90104
|
-
"properties": {
|
|
90105
|
-
"login": {
|
|
90106
|
-
"type": "string"
|
|
90107
|
-
},
|
|
90108
|
-
"id": {
|
|
90109
|
-
"type": "integer"
|
|
90110
|
-
},
|
|
90111
|
-
"node_id": {
|
|
90112
|
-
"type": "string"
|
|
90113
|
-
},
|
|
90114
|
-
"avatar_url": {
|
|
90115
|
-
"type": "string"
|
|
90116
|
-
},
|
|
90117
|
-
"gravatar_id": {
|
|
90118
|
-
"type": "string"
|
|
90119
|
-
},
|
|
90120
|
-
"url": {
|
|
90121
|
-
"type": "string"
|
|
90122
|
-
},
|
|
90123
|
-
"html_url": {
|
|
90124
|
-
"type": "string"
|
|
90125
|
-
},
|
|
90126
|
-
"followers_url": {
|
|
90127
|
-
"type": "string"
|
|
90128
|
-
},
|
|
90129
|
-
"following_url": {
|
|
90130
|
-
"type": "string"
|
|
90131
|
-
},
|
|
90132
|
-
"gists_url": {
|
|
90133
|
-
"type": "string"
|
|
90134
|
-
},
|
|
90135
|
-
"starred_url": {
|
|
90136
|
-
"type": "string"
|
|
90137
|
-
},
|
|
90138
|
-
"subscriptions_url": {
|
|
90139
|
-
"type": "string"
|
|
90140
|
-
},
|
|
90141
|
-
"organizations_url": {
|
|
90142
|
-
"type": "string"
|
|
90143
|
-
},
|
|
90144
|
-
"repos_url": {
|
|
90145
|
-
"type": "string"
|
|
90146
|
-
},
|
|
90147
|
-
"events_url": {
|
|
90148
|
-
"type": "string"
|
|
90149
|
-
},
|
|
90150
|
-
"received_events_url": {
|
|
90151
|
-
"type": "string"
|
|
90152
|
-
},
|
|
90153
|
-
"type": {
|
|
90154
|
-
"type": "string"
|
|
90155
|
-
},
|
|
90156
|
-
"site_admin": {
|
|
90157
|
-
"type": "boolean"
|
|
90158
|
-
}
|
|
90159
|
-
}
|
|
90160
|
-
},
|
|
90161
|
-
"private": {
|
|
90162
|
-
"type": "boolean"
|
|
90163
|
-
},
|
|
90164
|
-
"html_url": {
|
|
90165
|
-
"type": "string"
|
|
90166
|
-
},
|
|
90167
|
-
"description": {
|
|
90168
|
-
"type": "string"
|
|
90169
|
-
},
|
|
90170
|
-
"fork": {
|
|
90171
|
-
"type": "boolean"
|
|
90172
|
-
},
|
|
90173
|
-
"url": {
|
|
90174
|
-
"type": "string"
|
|
90175
|
-
},
|
|
90176
|
-
"archive_url": {
|
|
90177
|
-
"type": "string"
|
|
90178
|
-
},
|
|
90179
|
-
"assignees_url": {
|
|
90180
|
-
"type": "string"
|
|
90181
|
-
},
|
|
90182
|
-
"blobs_url": {
|
|
90183
|
-
"type": "string"
|
|
90184
|
-
},
|
|
90185
|
-
"branches_url": {
|
|
90186
|
-
"type": "string"
|
|
90187
|
-
},
|
|
90188
|
-
"collaborators_url": {
|
|
90189
|
-
"type": "string"
|
|
90190
|
-
},
|
|
90191
|
-
"comments_url": {
|
|
90192
|
-
"type": "string"
|
|
90193
|
-
},
|
|
90194
|
-
"commits_url": {
|
|
90195
|
-
"type": "string"
|
|
90196
|
-
},
|
|
90197
|
-
"compare_url": {
|
|
90198
|
-
"type": "string"
|
|
90199
|
-
},
|
|
90200
|
-
"contents_url": {
|
|
90201
|
-
"type": "string"
|
|
90202
|
-
},
|
|
90203
|
-
"contributors_url": {
|
|
90204
|
-
"type": "string"
|
|
90205
|
-
},
|
|
90206
|
-
"deployments_url": {
|
|
90207
|
-
"type": "string"
|
|
90208
|
-
},
|
|
90209
|
-
"downloads_url": {
|
|
90210
|
-
"type": "string"
|
|
90211
|
-
},
|
|
90212
|
-
"events_url": {
|
|
90213
|
-
"type": "string"
|
|
90214
|
-
},
|
|
90215
|
-
"forks_url": {
|
|
90216
|
-
"type": "string"
|
|
90217
|
-
},
|
|
90218
|
-
"git_commits_url": {
|
|
90219
|
-
"type": "string"
|
|
90220
|
-
},
|
|
90221
|
-
"git_refs_url": {
|
|
90222
|
-
"type": "string"
|
|
90223
|
-
},
|
|
90224
|
-
"git_tags_url": {
|
|
90225
|
-
"type": "string"
|
|
90226
|
-
},
|
|
90227
|
-
"git_url": {
|
|
90228
|
-
"type": "string"
|
|
90229
|
-
},
|
|
90230
|
-
"issue_comment_url": {
|
|
90231
|
-
"type": "string"
|
|
90232
|
-
},
|
|
90233
|
-
"issue_events_url": {
|
|
90234
|
-
"type": "string"
|
|
90235
|
-
},
|
|
90236
|
-
"issues_url": {
|
|
90237
|
-
"type": "string"
|
|
90238
|
-
},
|
|
90239
|
-
"keys_url": {
|
|
90240
|
-
"type": "string"
|
|
90241
|
-
},
|
|
90242
|
-
"labels_url": {
|
|
90243
|
-
"type": "string"
|
|
90244
|
-
},
|
|
90245
|
-
"languages_url": {
|
|
90246
|
-
"type": "string"
|
|
90247
|
-
},
|
|
90248
|
-
"merges_url": {
|
|
90249
|
-
"type": "string"
|
|
90250
|
-
},
|
|
90251
|
-
"milestones_url": {
|
|
90252
|
-
"type": "string"
|
|
90253
|
-
},
|
|
90254
|
-
"notifications_url": {
|
|
90255
|
-
"type": "string"
|
|
90256
|
-
},
|
|
90257
|
-
"pulls_url": {
|
|
90258
|
-
"type": "string"
|
|
90259
|
-
},
|
|
90260
|
-
"releases_url": {
|
|
90261
|
-
"type": "string"
|
|
90262
|
-
},
|
|
90263
|
-
"ssh_url": {
|
|
90264
|
-
"type": "string"
|
|
90265
|
-
},
|
|
90266
|
-
"stargazers_url": {
|
|
90267
|
-
"type": "string"
|
|
90268
|
-
},
|
|
90269
|
-
"statuses_url": {
|
|
90270
|
-
"type": "string"
|
|
90271
|
-
},
|
|
90272
|
-
"subscribers_url": {
|
|
90273
|
-
"type": "string"
|
|
90274
|
-
},
|
|
90275
|
-
"subscription_url": {
|
|
90276
|
-
"type": "string"
|
|
90277
|
-
},
|
|
90278
|
-
"tags_url": {
|
|
90279
|
-
"type": "string"
|
|
90280
|
-
},
|
|
90281
|
-
"teams_url": {
|
|
90282
|
-
"type": "string"
|
|
90283
|
-
},
|
|
90284
|
-
"trees_url": {
|
|
90285
|
-
"type": "string"
|
|
90286
|
-
},
|
|
90287
|
-
"clone_url": {
|
|
90288
|
-
"type": "string"
|
|
90289
|
-
},
|
|
90290
|
-
"mirror_url": {
|
|
90291
|
-
"type": "string"
|
|
90292
|
-
},
|
|
90293
|
-
"hooks_url": {
|
|
90294
|
-
"type": "string"
|
|
90295
|
-
},
|
|
90296
|
-
"svn_url": {
|
|
90297
|
-
"type": "string"
|
|
90298
|
-
},
|
|
90299
|
-
"homepage": {
|
|
90300
|
-
"type": "string"
|
|
90301
|
-
},
|
|
90302
|
-
"language": {
|
|
90303
|
-
"type": "string"
|
|
90304
|
-
},
|
|
90305
|
-
"forks_count": {
|
|
90306
|
-
"type": "integer"
|
|
90307
|
-
},
|
|
90308
|
-
"stargazers_count": {
|
|
90309
|
-
"type": "integer"
|
|
90310
|
-
},
|
|
90311
|
-
"watchers_count": {
|
|
90312
|
-
"type": "integer"
|
|
90313
|
-
},
|
|
90314
|
-
"size": {
|
|
90315
|
-
"type": "integer"
|
|
90316
|
-
},
|
|
90317
|
-
"default_branch": {
|
|
90318
|
-
"type": "string"
|
|
90319
|
-
},
|
|
90320
|
-
"open_issues_count": {
|
|
90321
|
-
"type": "integer"
|
|
90322
|
-
},
|
|
90323
|
-
"is_template": {
|
|
90324
|
-
"type": "boolean"
|
|
90325
|
-
},
|
|
90326
|
-
"topics": {
|
|
90327
|
-
"type": "array",
|
|
90328
|
-
"items": {
|
|
90329
|
-
"type": "string"
|
|
90330
|
-
}
|
|
90331
|
-
},
|
|
90332
|
-
"has_issues": {
|
|
90333
|
-
"type": "boolean"
|
|
90334
|
-
},
|
|
90335
|
-
"has_projects": {
|
|
90336
|
-
"type": "boolean"
|
|
90337
|
-
},
|
|
90338
|
-
"has_wiki": {
|
|
90339
|
-
"type": "boolean"
|
|
90340
|
-
},
|
|
90341
|
-
"has_pages": {
|
|
90342
|
-
"type": "boolean"
|
|
90343
|
-
},
|
|
90344
|
-
"has_downloads": {
|
|
90345
|
-
"type": "boolean"
|
|
90346
|
-
},
|
|
90347
|
-
"archived": {
|
|
90348
|
-
"type": "boolean"
|
|
90349
|
-
},
|
|
90350
|
-
"disabled": {
|
|
90351
|
-
"type": "boolean"
|
|
90352
|
-
},
|
|
90353
|
-
"visibility": {
|
|
90354
|
-
"type": "string"
|
|
90355
|
-
},
|
|
90356
|
-
"pushed_at": {
|
|
90357
|
-
"type": "string"
|
|
90358
|
-
},
|
|
90359
|
-
"created_at": {
|
|
90360
|
-
"type": "string"
|
|
90361
|
-
},
|
|
90362
|
-
"updated_at": {
|
|
90363
|
-
"type": "string"
|
|
90364
|
-
},
|
|
90365
|
-
"permissions": {
|
|
90366
|
-
"type": "object",
|
|
90367
|
-
"properties": {
|
|
90368
|
-
"admin": {
|
|
90369
|
-
"type": "boolean"
|
|
90370
|
-
},
|
|
90371
|
-
"maintain": {
|
|
90372
|
-
"type": "boolean"
|
|
90373
|
-
},
|
|
90374
|
-
"push": {
|
|
90375
|
-
"type": "boolean"
|
|
90376
|
-
},
|
|
90377
|
-
"triage": {
|
|
90378
|
-
"type": "boolean"
|
|
90379
|
-
},
|
|
90380
|
-
"pull": {
|
|
90381
|
-
"type": "boolean"
|
|
90382
|
-
}
|
|
90383
|
-
}
|
|
90384
|
-
},
|
|
90385
|
-
"allow_rebase_merge": {
|
|
90386
|
-
"type": "boolean"
|
|
90387
|
-
},
|
|
90388
|
-
"temp_clone_token": {
|
|
90389
|
-
"type": "string"
|
|
90390
|
-
},
|
|
90391
|
-
"allow_squash_merge": {
|
|
90392
|
-
"type": "boolean"
|
|
90393
|
-
},
|
|
90394
|
-
"allow_auto_merge": {
|
|
90395
|
-
"type": "boolean"
|
|
90396
|
-
},
|
|
90397
|
-
"delete_branch_on_merge": {
|
|
90398
|
-
"type": "boolean"
|
|
90399
|
-
},
|
|
90400
|
-
"allow_update_branch": {
|
|
90401
|
-
"type": "boolean"
|
|
90402
|
-
},
|
|
90403
|
-
"use_squash_pr_title_as_default": {
|
|
90404
|
-
"type": "boolean"
|
|
90405
|
-
},
|
|
90406
|
-
"squash_merge_commit_title": {
|
|
90407
|
-
"type": "string",
|
|
90408
|
-
"enum": [
|
|
90409
|
-
"PR_TITLE",
|
|
90410
|
-
"COMMIT_OR_PR_TITLE"
|
|
90411
|
-
],
|
|
90412
|
-
"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)."
|
|
90413
|
-
},
|
|
90414
|
-
"squash_merge_commit_message": {
|
|
90415
|
-
"type": "string",
|
|
90416
|
-
"enum": [
|
|
90417
|
-
"PR_BODY",
|
|
90418
|
-
"COMMIT_MESSAGES",
|
|
90419
|
-
"BLANK"
|
|
90420
|
-
],
|
|
90421
|
-
"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."
|
|
90422
|
-
},
|
|
90423
|
-
"merge_commit_title": {
|
|
90424
|
-
"type": "string",
|
|
90425
|
-
"enum": [
|
|
90426
|
-
"PR_TITLE",
|
|
90427
|
-
"MERGE_MESSAGE"
|
|
90428
|
-
],
|
|
90429
|
-
"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)."
|
|
90430
|
-
},
|
|
90431
|
-
"merge_commit_message": {
|
|
90432
|
-
"type": "string",
|
|
90433
|
-
"enum": [
|
|
90434
|
-
"PR_BODY",
|
|
90435
|
-
"PR_TITLE",
|
|
90436
|
-
"BLANK"
|
|
90437
|
-
],
|
|
90438
|
-
"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."
|
|
90439
|
-
},
|
|
90440
|
-
"allow_merge_commit": {
|
|
90441
|
-
"type": "boolean"
|
|
90442
|
-
},
|
|
90443
|
-
"subscribers_count": {
|
|
90444
|
-
"type": "integer"
|
|
90445
|
-
},
|
|
90446
|
-
"network_count": {
|
|
90447
|
-
"type": "integer"
|
|
90448
|
-
}
|
|
90449
|
-
}
|
|
90450
|
-
},
|
|
90451
90079
|
"temp_clone_token": {
|
|
90452
90080
|
"type": "string"
|
|
90453
90081
|
},
|
|
@@ -90469,52 +90097,6 @@
|
|
|
90469
90097
|
"type": "boolean",
|
|
90470
90098
|
"example": false
|
|
90471
90099
|
},
|
|
90472
|
-
"allow_update_branch": {
|
|
90473
|
-
"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.",
|
|
90474
|
-
"default": false,
|
|
90475
|
-
"type": "boolean",
|
|
90476
|
-
"example": false
|
|
90477
|
-
},
|
|
90478
|
-
"use_squash_pr_title_as_default": {
|
|
90479
|
-
"type": "boolean",
|
|
90480
|
-
"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.",
|
|
90481
|
-
"default": false,
|
|
90482
|
-
"deprecated": true
|
|
90483
|
-
},
|
|
90484
|
-
"squash_merge_commit_title": {
|
|
90485
|
-
"type": "string",
|
|
90486
|
-
"enum": [
|
|
90487
|
-
"PR_TITLE",
|
|
90488
|
-
"COMMIT_OR_PR_TITLE"
|
|
90489
|
-
],
|
|
90490
|
-
"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)."
|
|
90491
|
-
},
|
|
90492
|
-
"squash_merge_commit_message": {
|
|
90493
|
-
"type": "string",
|
|
90494
|
-
"enum": [
|
|
90495
|
-
"PR_BODY",
|
|
90496
|
-
"COMMIT_MESSAGES",
|
|
90497
|
-
"BLANK"
|
|
90498
|
-
],
|
|
90499
|
-
"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."
|
|
90500
|
-
},
|
|
90501
|
-
"merge_commit_title": {
|
|
90502
|
-
"type": "string",
|
|
90503
|
-
"enum": [
|
|
90504
|
-
"PR_TITLE",
|
|
90505
|
-
"MERGE_MESSAGE"
|
|
90506
|
-
],
|
|
90507
|
-
"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)."
|
|
90508
|
-
},
|
|
90509
|
-
"merge_commit_message": {
|
|
90510
|
-
"type": "string",
|
|
90511
|
-
"enum": [
|
|
90512
|
-
"PR_BODY",
|
|
90513
|
-
"PR_TITLE",
|
|
90514
|
-
"BLANK"
|
|
90515
|
-
],
|
|
90516
|
-
"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."
|
|
90517
|
-
},
|
|
90518
90100
|
"allow_merge_commit": {
|
|
90519
90101
|
"description": "Whether to allow merge commits for pull requests.",
|
|
90520
90102
|
"default": true,
|
|
@@ -90523,12 +90105,15 @@
|
|
|
90523
90105
|
},
|
|
90524
90106
|
"allow_forking": {
|
|
90525
90107
|
"description": "Whether to allow forking this repo",
|
|
90526
|
-
"
|
|
90108
|
+
"default": false,
|
|
90109
|
+
"type": "boolean",
|
|
90110
|
+
"example": false
|
|
90527
90111
|
},
|
|
90528
90112
|
"web_commit_signoff_required": {
|
|
90529
90113
|
"description": "Whether to require contributors to sign off on web-based commits",
|
|
90530
90114
|
"default": false,
|
|
90531
|
-
"type": "boolean"
|
|
90115
|
+
"type": "boolean",
|
|
90116
|
+
"example": false
|
|
90532
90117
|
},
|
|
90533
90118
|
"subscribers_count": {
|
|
90534
90119
|
"type": "integer"
|
|
@@ -90544,14 +90129,6 @@
|
|
|
90544
90129
|
},
|
|
90545
90130
|
"master_branch": {
|
|
90546
90131
|
"type": "string"
|
|
90547
|
-
},
|
|
90548
|
-
"starred_at": {
|
|
90549
|
-
"type": "string",
|
|
90550
|
-
"example": "\"2020-07-09T00:17:42Z\""
|
|
90551
|
-
},
|
|
90552
|
-
"anonymous_access_enabled": {
|
|
90553
|
-
"type": "boolean",
|
|
90554
|
-
"description": "Whether anonymous git access is enabled for this repository"
|
|
90555
90132
|
}
|
|
90556
90133
|
},
|
|
90557
90134
|
"required": [
|
|
@@ -90628,12 +90205,234 @@
|
|
|
90628
90205
|
"watchers_count",
|
|
90629
90206
|
"created_at",
|
|
90630
90207
|
"updated_at"
|
|
90631
|
-
]
|
|
90632
|
-
"nullable": true
|
|
90208
|
+
]
|
|
90633
90209
|
},
|
|
90634
|
-
"
|
|
90635
|
-
"title": "
|
|
90636
|
-
"description": "
|
|
90210
|
+
"project-card": {
|
|
90211
|
+
"title": "Project Card",
|
|
90212
|
+
"description": "Project cards represent a scope of work.",
|
|
90213
|
+
"type": "object",
|
|
90214
|
+
"properties": {
|
|
90215
|
+
"url": {
|
|
90216
|
+
"type": "string",
|
|
90217
|
+
"format": "uri",
|
|
90218
|
+
"example": "https://api.github.com/projects/columns/cards/1478"
|
|
90219
|
+
},
|
|
90220
|
+
"id": {
|
|
90221
|
+
"description": "The project card's ID",
|
|
90222
|
+
"example": 42,
|
|
90223
|
+
"type": "integer"
|
|
90224
|
+
},
|
|
90225
|
+
"node_id": {
|
|
90226
|
+
"type": "string",
|
|
90227
|
+
"example": "MDExOlByb2plY3RDYXJkMTQ3OA=="
|
|
90228
|
+
},
|
|
90229
|
+
"note": {
|
|
90230
|
+
"type": "string",
|
|
90231
|
+
"example": "Add payload for delete Project column",
|
|
90232
|
+
"nullable": true
|
|
90233
|
+
},
|
|
90234
|
+
"creator": {
|
|
90235
|
+
"$ref": "#/components/schemas/nullable-simple-user"
|
|
90236
|
+
},
|
|
90237
|
+
"created_at": {
|
|
90238
|
+
"type": "string",
|
|
90239
|
+
"format": "date-time",
|
|
90240
|
+
"example": "2016-09-05T14:21:06Z"
|
|
90241
|
+
},
|
|
90242
|
+
"updated_at": {
|
|
90243
|
+
"type": "string",
|
|
90244
|
+
"format": "date-time",
|
|
90245
|
+
"example": "2016-09-05T14:20:22Z"
|
|
90246
|
+
},
|
|
90247
|
+
"archived": {
|
|
90248
|
+
"description": "Whether or not the card is archived",
|
|
90249
|
+
"example": false,
|
|
90250
|
+
"type": "boolean"
|
|
90251
|
+
},
|
|
90252
|
+
"column_name": {
|
|
90253
|
+
"type": "string"
|
|
90254
|
+
},
|
|
90255
|
+
"project_id": {
|
|
90256
|
+
"type": "string"
|
|
90257
|
+
},
|
|
90258
|
+
"column_url": {
|
|
90259
|
+
"type": "string",
|
|
90260
|
+
"format": "uri",
|
|
90261
|
+
"example": "https://api.github.com/projects/columns/367"
|
|
90262
|
+
},
|
|
90263
|
+
"content_url": {
|
|
90264
|
+
"type": "string",
|
|
90265
|
+
"format": "uri",
|
|
90266
|
+
"example": "https://api.github.com/repos/api-playground/projects-test/issues/3"
|
|
90267
|
+
},
|
|
90268
|
+
"project_url": {
|
|
90269
|
+
"type": "string",
|
|
90270
|
+
"format": "uri",
|
|
90271
|
+
"example": "https://api.github.com/projects/120"
|
|
90272
|
+
}
|
|
90273
|
+
},
|
|
90274
|
+
"required": [
|
|
90275
|
+
"id",
|
|
90276
|
+
"node_id",
|
|
90277
|
+
"note",
|
|
90278
|
+
"url",
|
|
90279
|
+
"column_url",
|
|
90280
|
+
"project_url",
|
|
90281
|
+
"creator",
|
|
90282
|
+
"created_at",
|
|
90283
|
+
"updated_at"
|
|
90284
|
+
]
|
|
90285
|
+
},
|
|
90286
|
+
"project-column": {
|
|
90287
|
+
"title": "Project Column",
|
|
90288
|
+
"description": "Project columns contain cards of work.",
|
|
90289
|
+
"type": "object",
|
|
90290
|
+
"properties": {
|
|
90291
|
+
"url": {
|
|
90292
|
+
"type": "string",
|
|
90293
|
+
"format": "uri",
|
|
90294
|
+
"example": "https://api.github.com/projects/columns/367"
|
|
90295
|
+
},
|
|
90296
|
+
"project_url": {
|
|
90297
|
+
"type": "string",
|
|
90298
|
+
"format": "uri",
|
|
90299
|
+
"example": "https://api.github.com/projects/120"
|
|
90300
|
+
},
|
|
90301
|
+
"cards_url": {
|
|
90302
|
+
"type": "string",
|
|
90303
|
+
"format": "uri",
|
|
90304
|
+
"example": "https://api.github.com/projects/columns/367/cards"
|
|
90305
|
+
},
|
|
90306
|
+
"id": {
|
|
90307
|
+
"description": "The unique identifier of the project column",
|
|
90308
|
+
"example": 42,
|
|
90309
|
+
"type": "integer"
|
|
90310
|
+
},
|
|
90311
|
+
"node_id": {
|
|
90312
|
+
"type": "string",
|
|
90313
|
+
"example": "MDEzOlByb2plY3RDb2x1bW4zNjc="
|
|
90314
|
+
},
|
|
90315
|
+
"name": {
|
|
90316
|
+
"description": "Name of the project column",
|
|
90317
|
+
"example": "Remaining tasks",
|
|
90318
|
+
"type": "string"
|
|
90319
|
+
},
|
|
90320
|
+
"created_at": {
|
|
90321
|
+
"type": "string",
|
|
90322
|
+
"format": "date-time",
|
|
90323
|
+
"example": "2016-09-05T14:18:44Z"
|
|
90324
|
+
},
|
|
90325
|
+
"updated_at": {
|
|
90326
|
+
"type": "string",
|
|
90327
|
+
"format": "date-time",
|
|
90328
|
+
"example": "2016-09-05T14:22:28Z"
|
|
90329
|
+
}
|
|
90330
|
+
},
|
|
90331
|
+
"required": [
|
|
90332
|
+
"id",
|
|
90333
|
+
"node_id",
|
|
90334
|
+
"url",
|
|
90335
|
+
"project_url",
|
|
90336
|
+
"cards_url",
|
|
90337
|
+
"name",
|
|
90338
|
+
"created_at",
|
|
90339
|
+
"updated_at"
|
|
90340
|
+
]
|
|
90341
|
+
},
|
|
90342
|
+
"project-collaborator-permission": {
|
|
90343
|
+
"title": "Project Collaborator Permission",
|
|
90344
|
+
"description": "Project Collaborator Permission",
|
|
90345
|
+
"type": "object",
|
|
90346
|
+
"properties": {
|
|
90347
|
+
"permission": {
|
|
90348
|
+
"type": "string"
|
|
90349
|
+
},
|
|
90350
|
+
"user": {
|
|
90351
|
+
"$ref": "#/components/schemas/nullable-simple-user"
|
|
90352
|
+
}
|
|
90353
|
+
},
|
|
90354
|
+
"required": [
|
|
90355
|
+
"permission",
|
|
90356
|
+
"user"
|
|
90357
|
+
]
|
|
90358
|
+
},
|
|
90359
|
+
"rate-limit": {
|
|
90360
|
+
"title": "Rate Limit",
|
|
90361
|
+
"type": "object",
|
|
90362
|
+
"properties": {
|
|
90363
|
+
"limit": {
|
|
90364
|
+
"type": "integer"
|
|
90365
|
+
},
|
|
90366
|
+
"remaining": {
|
|
90367
|
+
"type": "integer"
|
|
90368
|
+
},
|
|
90369
|
+
"reset": {
|
|
90370
|
+
"type": "integer"
|
|
90371
|
+
},
|
|
90372
|
+
"used": {
|
|
90373
|
+
"type": "integer"
|
|
90374
|
+
}
|
|
90375
|
+
},
|
|
90376
|
+
"required": [
|
|
90377
|
+
"limit",
|
|
90378
|
+
"remaining",
|
|
90379
|
+
"reset",
|
|
90380
|
+
"used"
|
|
90381
|
+
]
|
|
90382
|
+
},
|
|
90383
|
+
"rate-limit-overview": {
|
|
90384
|
+
"title": "Rate Limit Overview",
|
|
90385
|
+
"description": "Rate Limit Overview",
|
|
90386
|
+
"type": "object",
|
|
90387
|
+
"properties": {
|
|
90388
|
+
"resources": {
|
|
90389
|
+
"type": "object",
|
|
90390
|
+
"properties": {
|
|
90391
|
+
"core": {
|
|
90392
|
+
"$ref": "#/components/schemas/rate-limit"
|
|
90393
|
+
},
|
|
90394
|
+
"graphql": {
|
|
90395
|
+
"$ref": "#/components/schemas/rate-limit"
|
|
90396
|
+
},
|
|
90397
|
+
"search": {
|
|
90398
|
+
"$ref": "#/components/schemas/rate-limit"
|
|
90399
|
+
},
|
|
90400
|
+
"code_search": {
|
|
90401
|
+
"$ref": "#/components/schemas/rate-limit"
|
|
90402
|
+
},
|
|
90403
|
+
"source_import": {
|
|
90404
|
+
"$ref": "#/components/schemas/rate-limit"
|
|
90405
|
+
},
|
|
90406
|
+
"integration_manifest": {
|
|
90407
|
+
"$ref": "#/components/schemas/rate-limit"
|
|
90408
|
+
},
|
|
90409
|
+
"code_scanning_upload": {
|
|
90410
|
+
"$ref": "#/components/schemas/rate-limit"
|
|
90411
|
+
},
|
|
90412
|
+
"actions_runner_registration": {
|
|
90413
|
+
"$ref": "#/components/schemas/rate-limit"
|
|
90414
|
+
},
|
|
90415
|
+
"scim": {
|
|
90416
|
+
"$ref": "#/components/schemas/rate-limit"
|
|
90417
|
+
}
|
|
90418
|
+
},
|
|
90419
|
+
"required": [
|
|
90420
|
+
"core",
|
|
90421
|
+
"search"
|
|
90422
|
+
]
|
|
90423
|
+
},
|
|
90424
|
+
"rate": {
|
|
90425
|
+
"$ref": "#/components/schemas/rate-limit"
|
|
90426
|
+
}
|
|
90427
|
+
},
|
|
90428
|
+
"required": [
|
|
90429
|
+
"rate",
|
|
90430
|
+
"resources"
|
|
90431
|
+
]
|
|
90432
|
+
},
|
|
90433
|
+
"nullable-repository": {
|
|
90434
|
+
"title": "Repository",
|
|
90435
|
+
"description": "A repository on GitHub.",
|
|
90637
90436
|
"type": "object",
|
|
90638
90437
|
"properties": {
|
|
90639
90438
|
"id": {
|
|
@@ -90657,6 +90456,9 @@
|
|
|
90657
90456
|
"license": {
|
|
90658
90457
|
"$ref": "#/components/schemas/nullable-license-simple"
|
|
90659
90458
|
},
|
|
90459
|
+
"organization": {
|
|
90460
|
+
"$ref": "#/components/schemas/nullable-simple-user"
|
|
90461
|
+
},
|
|
90660
90462
|
"forks": {
|
|
90661
90463
|
"type": "integer"
|
|
90662
90464
|
},
|
|
@@ -90685,12 +90487,8 @@
|
|
|
90685
90487
|
"push"
|
|
90686
90488
|
]
|
|
90687
90489
|
},
|
|
90688
|
-
"role_name": {
|
|
90689
|
-
"type": "string",
|
|
90690
|
-
"example": "admin"
|
|
90691
|
-
},
|
|
90692
90490
|
"owner": {
|
|
90693
|
-
"$ref": "#/components/schemas/
|
|
90491
|
+
"$ref": "#/components/schemas/simple-user"
|
|
90694
90492
|
},
|
|
90695
90493
|
"private": {
|
|
90696
90494
|
"description": "Whether the repository is private or public.",
|
|
@@ -90918,6 +90716,7 @@
|
|
|
90918
90716
|
"example": 80
|
|
90919
90717
|
},
|
|
90920
90718
|
"size": {
|
|
90719
|
+
"description": "The size of the repository. Size is calculated hourly. When a repository is initially created, the size is 0.",
|
|
90921
90720
|
"type": "integer",
|
|
90922
90721
|
"example": 108
|
|
90923
90722
|
},
|
|
@@ -90967,6 +90766,13 @@
|
|
|
90967
90766
|
"description": "Whether downloads are enabled.",
|
|
90968
90767
|
"default": true,
|
|
90969
90768
|
"type": "boolean",
|
|
90769
|
+
"example": true,
|
|
90770
|
+
"deprecated": true
|
|
90771
|
+
},
|
|
90772
|
+
"has_discussions": {
|
|
90773
|
+
"description": "Whether discussions are enabled.",
|
|
90774
|
+
"default": false,
|
|
90775
|
+
"type": "boolean",
|
|
90970
90776
|
"example": true
|
|
90971
90777
|
},
|
|
90972
90778
|
"archived": {
|
|
@@ -91008,7 +90814,369 @@
|
|
|
91008
90814
|
"example": true
|
|
91009
90815
|
},
|
|
91010
90816
|
"template_repository": {
|
|
91011
|
-
"
|
|
90817
|
+
"nullable": true,
|
|
90818
|
+
"type": "object",
|
|
90819
|
+
"properties": {
|
|
90820
|
+
"id": {
|
|
90821
|
+
"type": "integer"
|
|
90822
|
+
},
|
|
90823
|
+
"node_id": {
|
|
90824
|
+
"type": "string"
|
|
90825
|
+
},
|
|
90826
|
+
"name": {
|
|
90827
|
+
"type": "string"
|
|
90828
|
+
},
|
|
90829
|
+
"full_name": {
|
|
90830
|
+
"type": "string"
|
|
90831
|
+
},
|
|
90832
|
+
"owner": {
|
|
90833
|
+
"type": "object",
|
|
90834
|
+
"properties": {
|
|
90835
|
+
"login": {
|
|
90836
|
+
"type": "string"
|
|
90837
|
+
},
|
|
90838
|
+
"id": {
|
|
90839
|
+
"type": "integer"
|
|
90840
|
+
},
|
|
90841
|
+
"node_id": {
|
|
90842
|
+
"type": "string"
|
|
90843
|
+
},
|
|
90844
|
+
"avatar_url": {
|
|
90845
|
+
"type": "string"
|
|
90846
|
+
},
|
|
90847
|
+
"gravatar_id": {
|
|
90848
|
+
"type": "string"
|
|
90849
|
+
},
|
|
90850
|
+
"url": {
|
|
90851
|
+
"type": "string"
|
|
90852
|
+
},
|
|
90853
|
+
"html_url": {
|
|
90854
|
+
"type": "string"
|
|
90855
|
+
},
|
|
90856
|
+
"followers_url": {
|
|
90857
|
+
"type": "string"
|
|
90858
|
+
},
|
|
90859
|
+
"following_url": {
|
|
90860
|
+
"type": "string"
|
|
90861
|
+
},
|
|
90862
|
+
"gists_url": {
|
|
90863
|
+
"type": "string"
|
|
90864
|
+
},
|
|
90865
|
+
"starred_url": {
|
|
90866
|
+
"type": "string"
|
|
90867
|
+
},
|
|
90868
|
+
"subscriptions_url": {
|
|
90869
|
+
"type": "string"
|
|
90870
|
+
},
|
|
90871
|
+
"organizations_url": {
|
|
90872
|
+
"type": "string"
|
|
90873
|
+
},
|
|
90874
|
+
"repos_url": {
|
|
90875
|
+
"type": "string"
|
|
90876
|
+
},
|
|
90877
|
+
"events_url": {
|
|
90878
|
+
"type": "string"
|
|
90879
|
+
},
|
|
90880
|
+
"received_events_url": {
|
|
90881
|
+
"type": "string"
|
|
90882
|
+
},
|
|
90883
|
+
"type": {
|
|
90884
|
+
"type": "string"
|
|
90885
|
+
},
|
|
90886
|
+
"site_admin": {
|
|
90887
|
+
"type": "boolean"
|
|
90888
|
+
}
|
|
90889
|
+
}
|
|
90890
|
+
},
|
|
90891
|
+
"private": {
|
|
90892
|
+
"type": "boolean"
|
|
90893
|
+
},
|
|
90894
|
+
"html_url": {
|
|
90895
|
+
"type": "string"
|
|
90896
|
+
},
|
|
90897
|
+
"description": {
|
|
90898
|
+
"type": "string"
|
|
90899
|
+
},
|
|
90900
|
+
"fork": {
|
|
90901
|
+
"type": "boolean"
|
|
90902
|
+
},
|
|
90903
|
+
"url": {
|
|
90904
|
+
"type": "string"
|
|
90905
|
+
},
|
|
90906
|
+
"archive_url": {
|
|
90907
|
+
"type": "string"
|
|
90908
|
+
},
|
|
90909
|
+
"assignees_url": {
|
|
90910
|
+
"type": "string"
|
|
90911
|
+
},
|
|
90912
|
+
"blobs_url": {
|
|
90913
|
+
"type": "string"
|
|
90914
|
+
},
|
|
90915
|
+
"branches_url": {
|
|
90916
|
+
"type": "string"
|
|
90917
|
+
},
|
|
90918
|
+
"collaborators_url": {
|
|
90919
|
+
"type": "string"
|
|
90920
|
+
},
|
|
90921
|
+
"comments_url": {
|
|
90922
|
+
"type": "string"
|
|
90923
|
+
},
|
|
90924
|
+
"commits_url": {
|
|
90925
|
+
"type": "string"
|
|
90926
|
+
},
|
|
90927
|
+
"compare_url": {
|
|
90928
|
+
"type": "string"
|
|
90929
|
+
},
|
|
90930
|
+
"contents_url": {
|
|
90931
|
+
"type": "string"
|
|
90932
|
+
},
|
|
90933
|
+
"contributors_url": {
|
|
90934
|
+
"type": "string"
|
|
90935
|
+
},
|
|
90936
|
+
"deployments_url": {
|
|
90937
|
+
"type": "string"
|
|
90938
|
+
},
|
|
90939
|
+
"downloads_url": {
|
|
90940
|
+
"type": "string"
|
|
90941
|
+
},
|
|
90942
|
+
"events_url": {
|
|
90943
|
+
"type": "string"
|
|
90944
|
+
},
|
|
90945
|
+
"forks_url": {
|
|
90946
|
+
"type": "string"
|
|
90947
|
+
},
|
|
90948
|
+
"git_commits_url": {
|
|
90949
|
+
"type": "string"
|
|
90950
|
+
},
|
|
90951
|
+
"git_refs_url": {
|
|
90952
|
+
"type": "string"
|
|
90953
|
+
},
|
|
90954
|
+
"git_tags_url": {
|
|
90955
|
+
"type": "string"
|
|
90956
|
+
},
|
|
90957
|
+
"git_url": {
|
|
90958
|
+
"type": "string"
|
|
90959
|
+
},
|
|
90960
|
+
"issue_comment_url": {
|
|
90961
|
+
"type": "string"
|
|
90962
|
+
},
|
|
90963
|
+
"issue_events_url": {
|
|
90964
|
+
"type": "string"
|
|
90965
|
+
},
|
|
90966
|
+
"issues_url": {
|
|
90967
|
+
"type": "string"
|
|
90968
|
+
},
|
|
90969
|
+
"keys_url": {
|
|
90970
|
+
"type": "string"
|
|
90971
|
+
},
|
|
90972
|
+
"labels_url": {
|
|
90973
|
+
"type": "string"
|
|
90974
|
+
},
|
|
90975
|
+
"languages_url": {
|
|
90976
|
+
"type": "string"
|
|
90977
|
+
},
|
|
90978
|
+
"merges_url": {
|
|
90979
|
+
"type": "string"
|
|
90980
|
+
},
|
|
90981
|
+
"milestones_url": {
|
|
90982
|
+
"type": "string"
|
|
90983
|
+
},
|
|
90984
|
+
"notifications_url": {
|
|
90985
|
+
"type": "string"
|
|
90986
|
+
},
|
|
90987
|
+
"pulls_url": {
|
|
90988
|
+
"type": "string"
|
|
90989
|
+
},
|
|
90990
|
+
"releases_url": {
|
|
90991
|
+
"type": "string"
|
|
90992
|
+
},
|
|
90993
|
+
"ssh_url": {
|
|
90994
|
+
"type": "string"
|
|
90995
|
+
},
|
|
90996
|
+
"stargazers_url": {
|
|
90997
|
+
"type": "string"
|
|
90998
|
+
},
|
|
90999
|
+
"statuses_url": {
|
|
91000
|
+
"type": "string"
|
|
91001
|
+
},
|
|
91002
|
+
"subscribers_url": {
|
|
91003
|
+
"type": "string"
|
|
91004
|
+
},
|
|
91005
|
+
"subscription_url": {
|
|
91006
|
+
"type": "string"
|
|
91007
|
+
},
|
|
91008
|
+
"tags_url": {
|
|
91009
|
+
"type": "string"
|
|
91010
|
+
},
|
|
91011
|
+
"teams_url": {
|
|
91012
|
+
"type": "string"
|
|
91013
|
+
},
|
|
91014
|
+
"trees_url": {
|
|
91015
|
+
"type": "string"
|
|
91016
|
+
},
|
|
91017
|
+
"clone_url": {
|
|
91018
|
+
"type": "string"
|
|
91019
|
+
},
|
|
91020
|
+
"mirror_url": {
|
|
91021
|
+
"type": "string"
|
|
91022
|
+
},
|
|
91023
|
+
"hooks_url": {
|
|
91024
|
+
"type": "string"
|
|
91025
|
+
},
|
|
91026
|
+
"svn_url": {
|
|
91027
|
+
"type": "string"
|
|
91028
|
+
},
|
|
91029
|
+
"homepage": {
|
|
91030
|
+
"type": "string"
|
|
91031
|
+
},
|
|
91032
|
+
"language": {
|
|
91033
|
+
"type": "string"
|
|
91034
|
+
},
|
|
91035
|
+
"forks_count": {
|
|
91036
|
+
"type": "integer"
|
|
91037
|
+
},
|
|
91038
|
+
"stargazers_count": {
|
|
91039
|
+
"type": "integer"
|
|
91040
|
+
},
|
|
91041
|
+
"watchers_count": {
|
|
91042
|
+
"type": "integer"
|
|
91043
|
+
},
|
|
91044
|
+
"size": {
|
|
91045
|
+
"type": "integer"
|
|
91046
|
+
},
|
|
91047
|
+
"default_branch": {
|
|
91048
|
+
"type": "string"
|
|
91049
|
+
},
|
|
91050
|
+
"open_issues_count": {
|
|
91051
|
+
"type": "integer"
|
|
91052
|
+
},
|
|
91053
|
+
"is_template": {
|
|
91054
|
+
"type": "boolean"
|
|
91055
|
+
},
|
|
91056
|
+
"topics": {
|
|
91057
|
+
"type": "array",
|
|
91058
|
+
"items": {
|
|
91059
|
+
"type": "string"
|
|
91060
|
+
}
|
|
91061
|
+
},
|
|
91062
|
+
"has_issues": {
|
|
91063
|
+
"type": "boolean"
|
|
91064
|
+
},
|
|
91065
|
+
"has_projects": {
|
|
91066
|
+
"type": "boolean"
|
|
91067
|
+
},
|
|
91068
|
+
"has_wiki": {
|
|
91069
|
+
"type": "boolean"
|
|
91070
|
+
},
|
|
91071
|
+
"has_pages": {
|
|
91072
|
+
"type": "boolean"
|
|
91073
|
+
},
|
|
91074
|
+
"has_downloads": {
|
|
91075
|
+
"type": "boolean"
|
|
91076
|
+
},
|
|
91077
|
+
"archived": {
|
|
91078
|
+
"type": "boolean"
|
|
91079
|
+
},
|
|
91080
|
+
"disabled": {
|
|
91081
|
+
"type": "boolean"
|
|
91082
|
+
},
|
|
91083
|
+
"visibility": {
|
|
91084
|
+
"type": "string"
|
|
91085
|
+
},
|
|
91086
|
+
"pushed_at": {
|
|
91087
|
+
"type": "string"
|
|
91088
|
+
},
|
|
91089
|
+
"created_at": {
|
|
91090
|
+
"type": "string"
|
|
91091
|
+
},
|
|
91092
|
+
"updated_at": {
|
|
91093
|
+
"type": "string"
|
|
91094
|
+
},
|
|
91095
|
+
"permissions": {
|
|
91096
|
+
"type": "object",
|
|
91097
|
+
"properties": {
|
|
91098
|
+
"admin": {
|
|
91099
|
+
"type": "boolean"
|
|
91100
|
+
},
|
|
91101
|
+
"maintain": {
|
|
91102
|
+
"type": "boolean"
|
|
91103
|
+
},
|
|
91104
|
+
"push": {
|
|
91105
|
+
"type": "boolean"
|
|
91106
|
+
},
|
|
91107
|
+
"triage": {
|
|
91108
|
+
"type": "boolean"
|
|
91109
|
+
},
|
|
91110
|
+
"pull": {
|
|
91111
|
+
"type": "boolean"
|
|
91112
|
+
}
|
|
91113
|
+
}
|
|
91114
|
+
},
|
|
91115
|
+
"allow_rebase_merge": {
|
|
91116
|
+
"type": "boolean"
|
|
91117
|
+
},
|
|
91118
|
+
"temp_clone_token": {
|
|
91119
|
+
"type": "string"
|
|
91120
|
+
},
|
|
91121
|
+
"allow_squash_merge": {
|
|
91122
|
+
"type": "boolean"
|
|
91123
|
+
},
|
|
91124
|
+
"allow_auto_merge": {
|
|
91125
|
+
"type": "boolean"
|
|
91126
|
+
},
|
|
91127
|
+
"delete_branch_on_merge": {
|
|
91128
|
+
"type": "boolean"
|
|
91129
|
+
},
|
|
91130
|
+
"allow_update_branch": {
|
|
91131
|
+
"type": "boolean"
|
|
91132
|
+
},
|
|
91133
|
+
"use_squash_pr_title_as_default": {
|
|
91134
|
+
"type": "boolean"
|
|
91135
|
+
},
|
|
91136
|
+
"squash_merge_commit_title": {
|
|
91137
|
+
"type": "string",
|
|
91138
|
+
"enum": [
|
|
91139
|
+
"PR_TITLE",
|
|
91140
|
+
"COMMIT_OR_PR_TITLE"
|
|
91141
|
+
],
|
|
91142
|
+
"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)."
|
|
91143
|
+
},
|
|
91144
|
+
"squash_merge_commit_message": {
|
|
91145
|
+
"type": "string",
|
|
91146
|
+
"enum": [
|
|
91147
|
+
"PR_BODY",
|
|
91148
|
+
"COMMIT_MESSAGES",
|
|
91149
|
+
"BLANK"
|
|
91150
|
+
],
|
|
91151
|
+
"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."
|
|
91152
|
+
},
|
|
91153
|
+
"merge_commit_title": {
|
|
91154
|
+
"type": "string",
|
|
91155
|
+
"enum": [
|
|
91156
|
+
"PR_TITLE",
|
|
91157
|
+
"MERGE_MESSAGE"
|
|
91158
|
+
],
|
|
91159
|
+
"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)."
|
|
91160
|
+
},
|
|
91161
|
+
"merge_commit_message": {
|
|
91162
|
+
"type": "string",
|
|
91163
|
+
"enum": [
|
|
91164
|
+
"PR_BODY",
|
|
91165
|
+
"PR_TITLE",
|
|
91166
|
+
"BLANK"
|
|
91167
|
+
],
|
|
91168
|
+
"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."
|
|
91169
|
+
},
|
|
91170
|
+
"allow_merge_commit": {
|
|
91171
|
+
"type": "boolean"
|
|
91172
|
+
},
|
|
91173
|
+
"subscribers_count": {
|
|
91174
|
+
"type": "integer"
|
|
91175
|
+
},
|
|
91176
|
+
"network_count": {
|
|
91177
|
+
"type": "integer"
|
|
91178
|
+
}
|
|
91179
|
+
}
|
|
91012
91180
|
},
|
|
91013
91181
|
"temp_clone_token": {
|
|
91014
91182
|
"type": "string"
|
|
@@ -91031,6 +91199,52 @@
|
|
|
91031
91199
|
"type": "boolean",
|
|
91032
91200
|
"example": false
|
|
91033
91201
|
},
|
|
91202
|
+
"allow_update_branch": {
|
|
91203
|
+
"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.",
|
|
91204
|
+
"default": false,
|
|
91205
|
+
"type": "boolean",
|
|
91206
|
+
"example": false
|
|
91207
|
+
},
|
|
91208
|
+
"use_squash_pr_title_as_default": {
|
|
91209
|
+
"type": "boolean",
|
|
91210
|
+
"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.",
|
|
91211
|
+
"default": false,
|
|
91212
|
+
"deprecated": true
|
|
91213
|
+
},
|
|
91214
|
+
"squash_merge_commit_title": {
|
|
91215
|
+
"type": "string",
|
|
91216
|
+
"enum": [
|
|
91217
|
+
"PR_TITLE",
|
|
91218
|
+
"COMMIT_OR_PR_TITLE"
|
|
91219
|
+
],
|
|
91220
|
+
"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)."
|
|
91221
|
+
},
|
|
91222
|
+
"squash_merge_commit_message": {
|
|
91223
|
+
"type": "string",
|
|
91224
|
+
"enum": [
|
|
91225
|
+
"PR_BODY",
|
|
91226
|
+
"COMMIT_MESSAGES",
|
|
91227
|
+
"BLANK"
|
|
91228
|
+
],
|
|
91229
|
+
"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."
|
|
91230
|
+
},
|
|
91231
|
+
"merge_commit_title": {
|
|
91232
|
+
"type": "string",
|
|
91233
|
+
"enum": [
|
|
91234
|
+
"PR_TITLE",
|
|
91235
|
+
"MERGE_MESSAGE"
|
|
91236
|
+
],
|
|
91237
|
+
"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)."
|
|
91238
|
+
},
|
|
91239
|
+
"merge_commit_message": {
|
|
91240
|
+
"type": "string",
|
|
91241
|
+
"enum": [
|
|
91242
|
+
"PR_BODY",
|
|
91243
|
+
"PR_TITLE",
|
|
91244
|
+
"BLANK"
|
|
91245
|
+
],
|
|
91246
|
+
"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."
|
|
91247
|
+
},
|
|
91034
91248
|
"allow_merge_commit": {
|
|
91035
91249
|
"description": "Whether to allow merge commits for pull requests.",
|
|
91036
91250
|
"default": true,
|
|
@@ -91039,15 +91253,12 @@
|
|
|
91039
91253
|
},
|
|
91040
91254
|
"allow_forking": {
|
|
91041
91255
|
"description": "Whether to allow forking this repo",
|
|
91042
|
-
"
|
|
91043
|
-
"type": "boolean",
|
|
91044
|
-
"example": false
|
|
91256
|
+
"type": "boolean"
|
|
91045
91257
|
},
|
|
91046
91258
|
"web_commit_signoff_required": {
|
|
91047
91259
|
"description": "Whether to require contributors to sign off on web-based commits",
|
|
91048
91260
|
"default": false,
|
|
91049
|
-
"type": "boolean"
|
|
91050
|
-
"example": false
|
|
91261
|
+
"type": "boolean"
|
|
91051
91262
|
},
|
|
91052
91263
|
"subscribers_count": {
|
|
91053
91264
|
"type": "integer"
|
|
@@ -91063,6 +91274,14 @@
|
|
|
91063
91274
|
},
|
|
91064
91275
|
"master_branch": {
|
|
91065
91276
|
"type": "string"
|
|
91277
|
+
},
|
|
91278
|
+
"starred_at": {
|
|
91279
|
+
"type": "string",
|
|
91280
|
+
"example": "\"2020-07-09T00:17:42Z\""
|
|
91281
|
+
},
|
|
91282
|
+
"anonymous_access_enabled": {
|
|
91283
|
+
"type": "boolean",
|
|
91284
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
91066
91285
|
}
|
|
91067
91286
|
},
|
|
91068
91287
|
"required": [
|
|
@@ -91139,230 +91358,8 @@
|
|
|
91139
91358
|
"watchers_count",
|
|
91140
91359
|
"created_at",
|
|
91141
91360
|
"updated_at"
|
|
91142
|
-
]
|
|
91143
|
-
|
|
91144
|
-
"project-card": {
|
|
91145
|
-
"title": "Project Card",
|
|
91146
|
-
"description": "Project cards represent a scope of work.",
|
|
91147
|
-
"type": "object",
|
|
91148
|
-
"properties": {
|
|
91149
|
-
"url": {
|
|
91150
|
-
"type": "string",
|
|
91151
|
-
"format": "uri",
|
|
91152
|
-
"example": "https://api.github.com/projects/columns/cards/1478"
|
|
91153
|
-
},
|
|
91154
|
-
"id": {
|
|
91155
|
-
"description": "The project card's ID",
|
|
91156
|
-
"example": 42,
|
|
91157
|
-
"type": "integer"
|
|
91158
|
-
},
|
|
91159
|
-
"node_id": {
|
|
91160
|
-
"type": "string",
|
|
91161
|
-
"example": "MDExOlByb2plY3RDYXJkMTQ3OA=="
|
|
91162
|
-
},
|
|
91163
|
-
"note": {
|
|
91164
|
-
"type": "string",
|
|
91165
|
-
"example": "Add payload for delete Project column",
|
|
91166
|
-
"nullable": true
|
|
91167
|
-
},
|
|
91168
|
-
"creator": {
|
|
91169
|
-
"$ref": "#/components/schemas/nullable-simple-user"
|
|
91170
|
-
},
|
|
91171
|
-
"created_at": {
|
|
91172
|
-
"type": "string",
|
|
91173
|
-
"format": "date-time",
|
|
91174
|
-
"example": "2016-09-05T14:21:06Z"
|
|
91175
|
-
},
|
|
91176
|
-
"updated_at": {
|
|
91177
|
-
"type": "string",
|
|
91178
|
-
"format": "date-time",
|
|
91179
|
-
"example": "2016-09-05T14:20:22Z"
|
|
91180
|
-
},
|
|
91181
|
-
"archived": {
|
|
91182
|
-
"description": "Whether or not the card is archived",
|
|
91183
|
-
"example": false,
|
|
91184
|
-
"type": "boolean"
|
|
91185
|
-
},
|
|
91186
|
-
"column_name": {
|
|
91187
|
-
"type": "string"
|
|
91188
|
-
},
|
|
91189
|
-
"project_id": {
|
|
91190
|
-
"type": "string"
|
|
91191
|
-
},
|
|
91192
|
-
"column_url": {
|
|
91193
|
-
"type": "string",
|
|
91194
|
-
"format": "uri",
|
|
91195
|
-
"example": "https://api.github.com/projects/columns/367"
|
|
91196
|
-
},
|
|
91197
|
-
"content_url": {
|
|
91198
|
-
"type": "string",
|
|
91199
|
-
"format": "uri",
|
|
91200
|
-
"example": "https://api.github.com/repos/api-playground/projects-test/issues/3"
|
|
91201
|
-
},
|
|
91202
|
-
"project_url": {
|
|
91203
|
-
"type": "string",
|
|
91204
|
-
"format": "uri",
|
|
91205
|
-
"example": "https://api.github.com/projects/120"
|
|
91206
|
-
}
|
|
91207
|
-
},
|
|
91208
|
-
"required": [
|
|
91209
|
-
"id",
|
|
91210
|
-
"node_id",
|
|
91211
|
-
"note",
|
|
91212
|
-
"url",
|
|
91213
|
-
"column_url",
|
|
91214
|
-
"project_url",
|
|
91215
|
-
"creator",
|
|
91216
|
-
"created_at",
|
|
91217
|
-
"updated_at"
|
|
91218
|
-
]
|
|
91219
|
-
},
|
|
91220
|
-
"project-column": {
|
|
91221
|
-
"title": "Project Column",
|
|
91222
|
-
"description": "Project columns contain cards of work.",
|
|
91223
|
-
"type": "object",
|
|
91224
|
-
"properties": {
|
|
91225
|
-
"url": {
|
|
91226
|
-
"type": "string",
|
|
91227
|
-
"format": "uri",
|
|
91228
|
-
"example": "https://api.github.com/projects/columns/367"
|
|
91229
|
-
},
|
|
91230
|
-
"project_url": {
|
|
91231
|
-
"type": "string",
|
|
91232
|
-
"format": "uri",
|
|
91233
|
-
"example": "https://api.github.com/projects/120"
|
|
91234
|
-
},
|
|
91235
|
-
"cards_url": {
|
|
91236
|
-
"type": "string",
|
|
91237
|
-
"format": "uri",
|
|
91238
|
-
"example": "https://api.github.com/projects/columns/367/cards"
|
|
91239
|
-
},
|
|
91240
|
-
"id": {
|
|
91241
|
-
"description": "The unique identifier of the project column",
|
|
91242
|
-
"example": 42,
|
|
91243
|
-
"type": "integer"
|
|
91244
|
-
},
|
|
91245
|
-
"node_id": {
|
|
91246
|
-
"type": "string",
|
|
91247
|
-
"example": "MDEzOlByb2plY3RDb2x1bW4zNjc="
|
|
91248
|
-
},
|
|
91249
|
-
"name": {
|
|
91250
|
-
"description": "Name of the project column",
|
|
91251
|
-
"example": "Remaining tasks",
|
|
91252
|
-
"type": "string"
|
|
91253
|
-
},
|
|
91254
|
-
"created_at": {
|
|
91255
|
-
"type": "string",
|
|
91256
|
-
"format": "date-time",
|
|
91257
|
-
"example": "2016-09-05T14:18:44Z"
|
|
91258
|
-
},
|
|
91259
|
-
"updated_at": {
|
|
91260
|
-
"type": "string",
|
|
91261
|
-
"format": "date-time",
|
|
91262
|
-
"example": "2016-09-05T14:22:28Z"
|
|
91263
|
-
}
|
|
91264
|
-
},
|
|
91265
|
-
"required": [
|
|
91266
|
-
"id",
|
|
91267
|
-
"node_id",
|
|
91268
|
-
"url",
|
|
91269
|
-
"project_url",
|
|
91270
|
-
"cards_url",
|
|
91271
|
-
"name",
|
|
91272
|
-
"created_at",
|
|
91273
|
-
"updated_at"
|
|
91274
|
-
]
|
|
91275
|
-
},
|
|
91276
|
-
"project-collaborator-permission": {
|
|
91277
|
-
"title": "Project Collaborator Permission",
|
|
91278
|
-
"description": "Project Collaborator Permission",
|
|
91279
|
-
"type": "object",
|
|
91280
|
-
"properties": {
|
|
91281
|
-
"permission": {
|
|
91282
|
-
"type": "string"
|
|
91283
|
-
},
|
|
91284
|
-
"user": {
|
|
91285
|
-
"$ref": "#/components/schemas/nullable-simple-user"
|
|
91286
|
-
}
|
|
91287
|
-
},
|
|
91288
|
-
"required": [
|
|
91289
|
-
"permission",
|
|
91290
|
-
"user"
|
|
91291
|
-
]
|
|
91292
|
-
},
|
|
91293
|
-
"rate-limit": {
|
|
91294
|
-
"title": "Rate Limit",
|
|
91295
|
-
"type": "object",
|
|
91296
|
-
"properties": {
|
|
91297
|
-
"limit": {
|
|
91298
|
-
"type": "integer"
|
|
91299
|
-
},
|
|
91300
|
-
"remaining": {
|
|
91301
|
-
"type": "integer"
|
|
91302
|
-
},
|
|
91303
|
-
"reset": {
|
|
91304
|
-
"type": "integer"
|
|
91305
|
-
},
|
|
91306
|
-
"used": {
|
|
91307
|
-
"type": "integer"
|
|
91308
|
-
}
|
|
91309
|
-
},
|
|
91310
|
-
"required": [
|
|
91311
|
-
"limit",
|
|
91312
|
-
"remaining",
|
|
91313
|
-
"reset",
|
|
91314
|
-
"used"
|
|
91315
|
-
]
|
|
91316
|
-
},
|
|
91317
|
-
"rate-limit-overview": {
|
|
91318
|
-
"title": "Rate Limit Overview",
|
|
91319
|
-
"description": "Rate Limit Overview",
|
|
91320
|
-
"type": "object",
|
|
91321
|
-
"properties": {
|
|
91322
|
-
"resources": {
|
|
91323
|
-
"type": "object",
|
|
91324
|
-
"properties": {
|
|
91325
|
-
"core": {
|
|
91326
|
-
"$ref": "#/components/schemas/rate-limit"
|
|
91327
|
-
},
|
|
91328
|
-
"graphql": {
|
|
91329
|
-
"$ref": "#/components/schemas/rate-limit"
|
|
91330
|
-
},
|
|
91331
|
-
"search": {
|
|
91332
|
-
"$ref": "#/components/schemas/rate-limit"
|
|
91333
|
-
},
|
|
91334
|
-
"code_search": {
|
|
91335
|
-
"$ref": "#/components/schemas/rate-limit"
|
|
91336
|
-
},
|
|
91337
|
-
"source_import": {
|
|
91338
|
-
"$ref": "#/components/schemas/rate-limit"
|
|
91339
|
-
},
|
|
91340
|
-
"integration_manifest": {
|
|
91341
|
-
"$ref": "#/components/schemas/rate-limit"
|
|
91342
|
-
},
|
|
91343
|
-
"code_scanning_upload": {
|
|
91344
|
-
"$ref": "#/components/schemas/rate-limit"
|
|
91345
|
-
},
|
|
91346
|
-
"actions_runner_registration": {
|
|
91347
|
-
"$ref": "#/components/schemas/rate-limit"
|
|
91348
|
-
},
|
|
91349
|
-
"scim": {
|
|
91350
|
-
"$ref": "#/components/schemas/rate-limit"
|
|
91351
|
-
}
|
|
91352
|
-
},
|
|
91353
|
-
"required": [
|
|
91354
|
-
"core",
|
|
91355
|
-
"search"
|
|
91356
|
-
]
|
|
91357
|
-
},
|
|
91358
|
-
"rate": {
|
|
91359
|
-
"$ref": "#/components/schemas/rate-limit"
|
|
91360
|
-
}
|
|
91361
|
-
},
|
|
91362
|
-
"required": [
|
|
91363
|
-
"rate",
|
|
91364
|
-
"resources"
|
|
91365
|
-
]
|
|
91361
|
+
],
|
|
91362
|
+
"nullable": true
|
|
91366
91363
|
},
|
|
91367
91364
|
"code-of-conduct-simple": {
|
|
91368
91365
|
"title": "Code Of Conduct Simple",
|
|
@@ -107175,6 +107172,11 @@
|
|
|
107175
107172
|
"type": "string"
|
|
107176
107173
|
}
|
|
107177
107174
|
},
|
|
107175
|
+
"custom_properties": {
|
|
107176
|
+
"type": "object",
|
|
107177
|
+
"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.",
|
|
107178
|
+
"additionalProperties": true
|
|
107179
|
+
},
|
|
107178
107180
|
"has_issues": {
|
|
107179
107181
|
"description": "Whether issues are enabled.",
|
|
107180
107182
|
"default": true,
|
|
@@ -109228,6 +109230,11 @@
|
|
|
109228
109230
|
"type": "string"
|
|
109229
109231
|
}
|
|
109230
109232
|
},
|
|
109233
|
+
"custom_properties": {
|
|
109234
|
+
"type": "object",
|
|
109235
|
+
"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.",
|
|
109236
|
+
"additionalProperties": true
|
|
109237
|
+
},
|
|
109231
109238
|
"has_issues": {
|
|
109232
109239
|
"description": "Whether issues are enabled.",
|
|
109233
109240
|
"default": true,
|
|
@@ -125444,6 +125451,11 @@
|
|
|
125444
125451
|
}
|
|
125445
125452
|
]
|
|
125446
125453
|
},
|
|
125454
|
+
"custom_properties": {
|
|
125455
|
+
"type": "object",
|
|
125456
|
+
"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.",
|
|
125457
|
+
"additionalProperties": true
|
|
125458
|
+
},
|
|
125447
125459
|
"default_branch": {
|
|
125448
125460
|
"description": "The default branch of the repository.",
|
|
125449
125461
|
"type": "string"
|
|
@@ -145338,6 +145350,11 @@
|
|
|
145338
145350
|
}
|
|
145339
145351
|
]
|
|
145340
145352
|
},
|
|
145353
|
+
"custom_properties": {
|
|
145354
|
+
"type": "object",
|
|
145355
|
+
"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.",
|
|
145356
|
+
"additionalProperties": true
|
|
145357
|
+
},
|
|
145341
145358
|
"default_branch": {
|
|
145342
145359
|
"description": "The default branch of the repository.",
|
|
145343
145360
|
"type": "string"
|
|
@@ -150937,6 +150954,11 @@
|
|
|
150937
150954
|
}
|
|
150938
150955
|
]
|
|
150939
150956
|
},
|
|
150957
|
+
"custom_properties": {
|
|
150958
|
+
"type": "object",
|
|
150959
|
+
"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.",
|
|
150960
|
+
"additionalProperties": true
|
|
150961
|
+
},
|
|
150940
150962
|
"default_branch": {
|
|
150941
150963
|
"description": "The default branch of the repository.",
|
|
150942
150964
|
"type": "string"
|
|
@@ -236664,6 +236686,11 @@
|
|
|
236664
236686
|
}
|
|
236665
236687
|
]
|
|
236666
236688
|
},
|
|
236689
|
+
"custom_properties": {
|
|
236690
|
+
"type": "object",
|
|
236691
|
+
"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.",
|
|
236692
|
+
"additionalProperties": true
|
|
236693
|
+
},
|
|
236667
236694
|
"default_branch": {
|
|
236668
236695
|
"description": "The default branch of the repository.",
|
|
236669
236696
|
"type": "string"
|
|
@@ -247558,6 +247585,11 @@
|
|
|
247558
247585
|
}
|
|
247559
247586
|
]
|
|
247560
247587
|
},
|
|
247588
|
+
"custom_properties": {
|
|
247589
|
+
"type": "object",
|
|
247590
|
+
"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.",
|
|
247591
|
+
"additionalProperties": true
|
|
247592
|
+
},
|
|
247561
247593
|
"default_branch": {
|
|
247562
247594
|
"description": "The default branch of the repository.",
|
|
247563
247595
|
"type": "string"
|
|
@@ -248304,6 +248336,11 @@
|
|
|
248304
248336
|
}
|
|
248305
248337
|
]
|
|
248306
248338
|
},
|
|
248339
|
+
"custom_properties": {
|
|
248340
|
+
"type": "object",
|
|
248341
|
+
"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.",
|
|
248342
|
+
"additionalProperties": true
|
|
248343
|
+
},
|
|
248307
248344
|
"default_branch": {
|
|
248308
248345
|
"description": "The default branch of the repository.",
|
|
248309
248346
|
"type": "string"
|
|
@@ -249051,6 +249088,11 @@
|
|
|
249051
249088
|
}
|
|
249052
249089
|
]
|
|
249053
249090
|
},
|
|
249091
|
+
"custom_properties": {
|
|
249092
|
+
"type": "object",
|
|
249093
|
+
"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.",
|
|
249094
|
+
"additionalProperties": true
|
|
249095
|
+
},
|
|
249054
249096
|
"default_branch": {
|
|
249055
249097
|
"description": "The default branch of the repository.",
|
|
249056
249098
|
"type": "string"
|
|
@@ -249872,6 +249914,11 @@
|
|
|
249872
249914
|
}
|
|
249873
249915
|
]
|
|
249874
249916
|
},
|
|
249917
|
+
"custom_properties": {
|
|
249918
|
+
"type": "object",
|
|
249919
|
+
"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.",
|
|
249920
|
+
"additionalProperties": true
|
|
249921
|
+
},
|
|
249875
249922
|
"default_branch": {
|
|
249876
249923
|
"description": "The default branch of the repository.",
|
|
249877
249924
|
"type": "string"
|
|
@@ -250620,6 +250667,11 @@
|
|
|
250620
250667
|
}
|
|
250621
250668
|
]
|
|
250622
250669
|
},
|
|
250670
|
+
"custom_properties": {
|
|
250671
|
+
"type": "object",
|
|
250672
|
+
"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.",
|
|
250673
|
+
"additionalProperties": true
|
|
250674
|
+
},
|
|
250623
250675
|
"default_branch": {
|
|
250624
250676
|
"description": "The default branch of the repository.",
|
|
250625
250677
|
"type": "string"
|
|
@@ -265727,130 +265779,6 @@
|
|
|
265727
265779
|
},
|
|
265728
265780
|
"role_name": "read",
|
|
265729
265781
|
"allow_rebase_merge": true,
|
|
265730
|
-
"template_repository": {
|
|
265731
|
-
"id": 1296269,
|
|
265732
|
-
"node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5",
|
|
265733
|
-
"name": "Hello-World-Template",
|
|
265734
|
-
"full_name": "octocat/Hello-World-Template",
|
|
265735
|
-
"owner": {
|
|
265736
|
-
"login": "octocat",
|
|
265737
|
-
"id": 1,
|
|
265738
|
-
"node_id": "MDQ6VXNlcjE=",
|
|
265739
|
-
"avatar_url": "https://github.com/images/error/octocat_happy.gif",
|
|
265740
|
-
"gravatar_id": "",
|
|
265741
|
-
"url": "https://api.github.com/users/octocat",
|
|
265742
|
-
"html_url": "https://github.com/octocat",
|
|
265743
|
-
"followers_url": "https://api.github.com/users/octocat/followers",
|
|
265744
|
-
"following_url": "https://api.github.com/users/octocat/following{/other_user}",
|
|
265745
|
-
"gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
|
|
265746
|
-
"starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
|
|
265747
|
-
"subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
|
|
265748
|
-
"organizations_url": "https://api.github.com/users/octocat/orgs",
|
|
265749
|
-
"repos_url": "https://api.github.com/users/octocat/repos",
|
|
265750
|
-
"events_url": "https://api.github.com/users/octocat/events{/privacy}",
|
|
265751
|
-
"received_events_url": "https://api.github.com/users/octocat/received_events",
|
|
265752
|
-
"type": "User",
|
|
265753
|
-
"site_admin": false
|
|
265754
|
-
},
|
|
265755
|
-
"private": false,
|
|
265756
|
-
"html_url": "https://github.com/octocat/Hello-World-Template",
|
|
265757
|
-
"description": "This your first repo!",
|
|
265758
|
-
"fork": false,
|
|
265759
|
-
"url": "https://api.github.com/repos/octocat/Hello-World-Template",
|
|
265760
|
-
"archive_url": "https://api.github.com/repos/octocat/Hello-World-Template/{archive_format}{/ref}",
|
|
265761
|
-
"assignees_url": "https://api.github.com/repos/octocat/Hello-World-Template/assignees{/user}",
|
|
265762
|
-
"blobs_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/blobs{/sha}",
|
|
265763
|
-
"branches_url": "https://api.github.com/repos/octocat/Hello-World-Template/branches{/branch}",
|
|
265764
|
-
"collaborators_url": "https://api.github.com/repos/octocat/Hello-World-Template/collaborators{/collaborator}",
|
|
265765
|
-
"comments_url": "https://api.github.com/repos/octocat/Hello-World-Template/comments{/number}",
|
|
265766
|
-
"commits_url": "https://api.github.com/repos/octocat/Hello-World-Template/commits{/sha}",
|
|
265767
|
-
"compare_url": "https://api.github.com/repos/octocat/Hello-World-Template/compare/{base}...{head}",
|
|
265768
|
-
"contents_url": "https://api.github.com/repos/octocat/Hello-World-Template/contents/{+path}",
|
|
265769
|
-
"contributors_url": "https://api.github.com/repos/octocat/Hello-World-Template/contributors",
|
|
265770
|
-
"deployments_url": "https://api.github.com/repos/octocat/Hello-World-Template/deployments",
|
|
265771
|
-
"downloads_url": "https://api.github.com/repos/octocat/Hello-World-Template/downloads",
|
|
265772
|
-
"events_url": "https://api.github.com/repos/octocat/Hello-World-Template/events",
|
|
265773
|
-
"forks_url": "https://api.github.com/repos/octocat/Hello-World-Template/forks",
|
|
265774
|
-
"git_commits_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/commits{/sha}",
|
|
265775
|
-
"git_refs_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/refs{/sha}",
|
|
265776
|
-
"git_tags_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/tags{/sha}",
|
|
265777
|
-
"git_url": "git:github.com/octocat/Hello-World-Template.git",
|
|
265778
|
-
"issue_comment_url": "https://api.github.com/repos/octocat/Hello-World-Template/issues/comments{/number}",
|
|
265779
|
-
"issue_events_url": "https://api.github.com/repos/octocat/Hello-World-Template/issues/events{/number}",
|
|
265780
|
-
"issues_url": "https://api.github.com/repos/octocat/Hello-World-Template/issues{/number}",
|
|
265781
|
-
"keys_url": "https://api.github.com/repos/octocat/Hello-World-Template/keys{/key_id}",
|
|
265782
|
-
"labels_url": "https://api.github.com/repos/octocat/Hello-World-Template/labels{/name}",
|
|
265783
|
-
"languages_url": "https://api.github.com/repos/octocat/Hello-World-Template/languages",
|
|
265784
|
-
"merges_url": "https://api.github.com/repos/octocat/Hello-World-Template/merges",
|
|
265785
|
-
"milestones_url": "https://api.github.com/repos/octocat/Hello-World-Template/milestones{/number}",
|
|
265786
|
-
"notifications_url": "https://api.github.com/repos/octocat/Hello-World-Template/notifications{?since,all,participating}",
|
|
265787
|
-
"pulls_url": "https://api.github.com/repos/octocat/Hello-World-Template/pulls{/number}",
|
|
265788
|
-
"releases_url": "https://api.github.com/repos/octocat/Hello-World-Template/releases{/id}",
|
|
265789
|
-
"ssh_url": "git@github.com:octocat/Hello-World-Template.git",
|
|
265790
|
-
"stargazers_url": "https://api.github.com/repos/octocat/Hello-World-Template/stargazers",
|
|
265791
|
-
"statuses_url": "https://api.github.com/repos/octocat/Hello-World-Template/statuses/{sha}",
|
|
265792
|
-
"subscribers_url": "https://api.github.com/repos/octocat/Hello-World-Template/subscribers",
|
|
265793
|
-
"subscription_url": "https://api.github.com/repos/octocat/Hello-World-Template/subscription",
|
|
265794
|
-
"tags_url": "https://api.github.com/repos/octocat/Hello-World-Template/tags",
|
|
265795
|
-
"teams_url": "https://api.github.com/repos/octocat/Hello-World-Template/teams",
|
|
265796
|
-
"trees_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/trees{/sha}",
|
|
265797
|
-
"clone_url": "https://github.com/octocat/Hello-World-Template.git",
|
|
265798
|
-
"mirror_url": "git:git.example.com/octocat/Hello-World-Template",
|
|
265799
|
-
"hooks_url": "https://api.github.com/repos/octocat/Hello-World-Template/hooks",
|
|
265800
|
-
"svn_url": "https://svn.github.com/octocat/Hello-World-Template",
|
|
265801
|
-
"homepage": "https://github.com",
|
|
265802
|
-
"language": null,
|
|
265803
|
-
"forks": 9,
|
|
265804
|
-
"forks_count": 9,
|
|
265805
|
-
"stargazers_count": 80,
|
|
265806
|
-
"watchers_count": 80,
|
|
265807
|
-
"watchers": 80,
|
|
265808
|
-
"size": 108,
|
|
265809
|
-
"default_branch": "master",
|
|
265810
|
-
"open_issues": 0,
|
|
265811
|
-
"open_issues_count": 0,
|
|
265812
|
-
"is_template": true,
|
|
265813
|
-
"license": {
|
|
265814
|
-
"key": "mit",
|
|
265815
|
-
"name": "MIT License",
|
|
265816
|
-
"url": "https://api.github.com/licenses/mit",
|
|
265817
|
-
"spdx_id": "MIT",
|
|
265818
|
-
"node_id": "MDc6TGljZW5zZW1pdA==",
|
|
265819
|
-
"html_url": "https://api.github.com/licenses/mit"
|
|
265820
|
-
},
|
|
265821
|
-
"topics": [
|
|
265822
|
-
"octocat",
|
|
265823
|
-
"atom",
|
|
265824
|
-
"electron",
|
|
265825
|
-
"api"
|
|
265826
|
-
],
|
|
265827
|
-
"has_issues": true,
|
|
265828
|
-
"has_projects": true,
|
|
265829
|
-
"has_wiki": true,
|
|
265830
|
-
"has_pages": false,
|
|
265831
|
-
"has_downloads": true,
|
|
265832
|
-
"archived": false,
|
|
265833
|
-
"disabled": false,
|
|
265834
|
-
"visibility": "public",
|
|
265835
|
-
"pushed_at": "2011-01-26T19:06:43Z",
|
|
265836
|
-
"created_at": "2011-01-26T19:01:12Z",
|
|
265837
|
-
"updated_at": "2011-01-26T19:14:43Z",
|
|
265838
|
-
"permissions": {
|
|
265839
|
-
"pull": true,
|
|
265840
|
-
"triage": false,
|
|
265841
|
-
"push": false,
|
|
265842
|
-
"maintain": false,
|
|
265843
|
-
"admin": false
|
|
265844
|
-
},
|
|
265845
|
-
"allow_rebase_merge": true,
|
|
265846
|
-
"temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O",
|
|
265847
|
-
"allow_squash_merge": true,
|
|
265848
|
-
"allow_auto_merge": false,
|
|
265849
|
-
"delete_branch_on_merge": true,
|
|
265850
|
-
"allow_merge_commit": true,
|
|
265851
|
-
"subscribers_count": 42,
|
|
265852
|
-
"network_count": 0
|
|
265853
|
-
},
|
|
265854
265782
|
"temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O",
|
|
265855
265783
|
"allow_squash_merge": true,
|
|
265856
265784
|
"allow_auto_merge": false,
|
|
@@ -279109,130 +279037,6 @@
|
|
|
279109
279037
|
},
|
|
279110
279038
|
"role_name": "read",
|
|
279111
279039
|
"allow_rebase_merge": true,
|
|
279112
|
-
"template_repository": {
|
|
279113
|
-
"id": 1296269,
|
|
279114
|
-
"node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5",
|
|
279115
|
-
"name": "Hello-World-Template",
|
|
279116
|
-
"full_name": "octocat/Hello-World-Template",
|
|
279117
|
-
"owner": {
|
|
279118
|
-
"login": "octocat",
|
|
279119
|
-
"id": 1,
|
|
279120
|
-
"node_id": "MDQ6VXNlcjE=",
|
|
279121
|
-
"avatar_url": "https://github.com/images/error/octocat_happy.gif",
|
|
279122
|
-
"gravatar_id": "",
|
|
279123
|
-
"url": "https://api.github.com/users/octocat",
|
|
279124
|
-
"html_url": "https://github.com/octocat",
|
|
279125
|
-
"followers_url": "https://api.github.com/users/octocat/followers",
|
|
279126
|
-
"following_url": "https://api.github.com/users/octocat/following{/other_user}",
|
|
279127
|
-
"gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
|
|
279128
|
-
"starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
|
|
279129
|
-
"subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
|
|
279130
|
-
"organizations_url": "https://api.github.com/users/octocat/orgs",
|
|
279131
|
-
"repos_url": "https://api.github.com/users/octocat/repos",
|
|
279132
|
-
"events_url": "https://api.github.com/users/octocat/events{/privacy}",
|
|
279133
|
-
"received_events_url": "https://api.github.com/users/octocat/received_events",
|
|
279134
|
-
"type": "User",
|
|
279135
|
-
"site_admin": false
|
|
279136
|
-
},
|
|
279137
|
-
"private": false,
|
|
279138
|
-
"html_url": "https://github.com/octocat/Hello-World-Template",
|
|
279139
|
-
"description": "This your first repo!",
|
|
279140
|
-
"fork": false,
|
|
279141
|
-
"url": "https://api.github.com/repos/octocat/Hello-World-Template",
|
|
279142
|
-
"archive_url": "https://api.github.com/repos/octocat/Hello-World-Template/{archive_format}{/ref}",
|
|
279143
|
-
"assignees_url": "https://api.github.com/repos/octocat/Hello-World-Template/assignees{/user}",
|
|
279144
|
-
"blobs_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/blobs{/sha}",
|
|
279145
|
-
"branches_url": "https://api.github.com/repos/octocat/Hello-World-Template/branches{/branch}",
|
|
279146
|
-
"collaborators_url": "https://api.github.com/repos/octocat/Hello-World-Template/collaborators{/collaborator}",
|
|
279147
|
-
"comments_url": "https://api.github.com/repos/octocat/Hello-World-Template/comments{/number}",
|
|
279148
|
-
"commits_url": "https://api.github.com/repos/octocat/Hello-World-Template/commits{/sha}",
|
|
279149
|
-
"compare_url": "https://api.github.com/repos/octocat/Hello-World-Template/compare/{base}...{head}",
|
|
279150
|
-
"contents_url": "https://api.github.com/repos/octocat/Hello-World-Template/contents/{+path}",
|
|
279151
|
-
"contributors_url": "https://api.github.com/repos/octocat/Hello-World-Template/contributors",
|
|
279152
|
-
"deployments_url": "https://api.github.com/repos/octocat/Hello-World-Template/deployments",
|
|
279153
|
-
"downloads_url": "https://api.github.com/repos/octocat/Hello-World-Template/downloads",
|
|
279154
|
-
"events_url": "https://api.github.com/repos/octocat/Hello-World-Template/events",
|
|
279155
|
-
"forks_url": "https://api.github.com/repos/octocat/Hello-World-Template/forks",
|
|
279156
|
-
"git_commits_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/commits{/sha}",
|
|
279157
|
-
"git_refs_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/refs{/sha}",
|
|
279158
|
-
"git_tags_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/tags{/sha}",
|
|
279159
|
-
"git_url": "git:github.com/octocat/Hello-World-Template.git",
|
|
279160
|
-
"issue_comment_url": "https://api.github.com/repos/octocat/Hello-World-Template/issues/comments{/number}",
|
|
279161
|
-
"issue_events_url": "https://api.github.com/repos/octocat/Hello-World-Template/issues/events{/number}",
|
|
279162
|
-
"issues_url": "https://api.github.com/repos/octocat/Hello-World-Template/issues{/number}",
|
|
279163
|
-
"keys_url": "https://api.github.com/repos/octocat/Hello-World-Template/keys{/key_id}",
|
|
279164
|
-
"labels_url": "https://api.github.com/repos/octocat/Hello-World-Template/labels{/name}",
|
|
279165
|
-
"languages_url": "https://api.github.com/repos/octocat/Hello-World-Template/languages",
|
|
279166
|
-
"merges_url": "https://api.github.com/repos/octocat/Hello-World-Template/merges",
|
|
279167
|
-
"milestones_url": "https://api.github.com/repos/octocat/Hello-World-Template/milestones{/number}",
|
|
279168
|
-
"notifications_url": "https://api.github.com/repos/octocat/Hello-World-Template/notifications{?since,all,participating}",
|
|
279169
|
-
"pulls_url": "https://api.github.com/repos/octocat/Hello-World-Template/pulls{/number}",
|
|
279170
|
-
"releases_url": "https://api.github.com/repos/octocat/Hello-World-Template/releases{/id}",
|
|
279171
|
-
"ssh_url": "git@github.com:octocat/Hello-World-Template.git",
|
|
279172
|
-
"stargazers_url": "https://api.github.com/repos/octocat/Hello-World-Template/stargazers",
|
|
279173
|
-
"statuses_url": "https://api.github.com/repos/octocat/Hello-World-Template/statuses/{sha}",
|
|
279174
|
-
"subscribers_url": "https://api.github.com/repos/octocat/Hello-World-Template/subscribers",
|
|
279175
|
-
"subscription_url": "https://api.github.com/repos/octocat/Hello-World-Template/subscription",
|
|
279176
|
-
"tags_url": "https://api.github.com/repos/octocat/Hello-World-Template/tags",
|
|
279177
|
-
"teams_url": "https://api.github.com/repos/octocat/Hello-World-Template/teams",
|
|
279178
|
-
"trees_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/trees{/sha}",
|
|
279179
|
-
"clone_url": "https://github.com/octocat/Hello-World-Template.git",
|
|
279180
|
-
"mirror_url": "git:git.example.com/octocat/Hello-World-Template",
|
|
279181
|
-
"hooks_url": "https://api.github.com/repos/octocat/Hello-World-Template/hooks",
|
|
279182
|
-
"svn_url": "https://svn.github.com/octocat/Hello-World-Template",
|
|
279183
|
-
"homepage": "https://github.com",
|
|
279184
|
-
"language": null,
|
|
279185
|
-
"forks": 9,
|
|
279186
|
-
"forks_count": 9,
|
|
279187
|
-
"stargazers_count": 80,
|
|
279188
|
-
"watchers_count": 80,
|
|
279189
|
-
"watchers": 80,
|
|
279190
|
-
"size": 108,
|
|
279191
|
-
"default_branch": "master",
|
|
279192
|
-
"open_issues": 0,
|
|
279193
|
-
"open_issues_count": 0,
|
|
279194
|
-
"is_template": true,
|
|
279195
|
-
"license": {
|
|
279196
|
-
"key": "mit",
|
|
279197
|
-
"name": "MIT License",
|
|
279198
|
-
"url": "https://api.github.com/licenses/mit",
|
|
279199
|
-
"spdx_id": "MIT",
|
|
279200
|
-
"node_id": "MDc6TGljZW5zZW1pdA==",
|
|
279201
|
-
"html_url": "https://api.github.com/licenses/mit"
|
|
279202
|
-
},
|
|
279203
|
-
"topics": [
|
|
279204
|
-
"octocat",
|
|
279205
|
-
"atom",
|
|
279206
|
-
"electron",
|
|
279207
|
-
"api"
|
|
279208
|
-
],
|
|
279209
|
-
"has_issues": true,
|
|
279210
|
-
"has_projects": true,
|
|
279211
|
-
"has_wiki": true,
|
|
279212
|
-
"has_pages": false,
|
|
279213
|
-
"has_downloads": true,
|
|
279214
|
-
"archived": false,
|
|
279215
|
-
"disabled": false,
|
|
279216
|
-
"visibility": "public",
|
|
279217
|
-
"pushed_at": "2011-01-26T19:06:43Z",
|
|
279218
|
-
"created_at": "2011-01-26T19:01:12Z",
|
|
279219
|
-
"updated_at": "2011-01-26T19:14:43Z",
|
|
279220
|
-
"permissions": {
|
|
279221
|
-
"pull": true,
|
|
279222
|
-
"triage": false,
|
|
279223
|
-
"push": false,
|
|
279224
|
-
"maintain": false,
|
|
279225
|
-
"admin": false
|
|
279226
|
-
},
|
|
279227
|
-
"allow_rebase_merge": true,
|
|
279228
|
-
"temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O",
|
|
279229
|
-
"allow_squash_merge": true,
|
|
279230
|
-
"allow_auto_merge": false,
|
|
279231
|
-
"delete_branch_on_merge": true,
|
|
279232
|
-
"allow_merge_commit": true,
|
|
279233
|
-
"subscribers_count": 42,
|
|
279234
|
-
"network_count": 0
|
|
279235
|
-
},
|
|
279236
279040
|
"temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O",
|
|
279237
279041
|
"allow_squash_merge": true,
|
|
279238
279042
|
"allow_auto_merge": false,
|