@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": {
@@ -96873,9 +96873,9 @@
96873
96873
  "permissions"
96874
96874
  ]
96875
96875
  },
96876
- "nullable-repository": {
96877
- "title": "Repository",
96878
- "description": "A repository on GitHub.",
96876
+ "team-repository": {
96877
+ "title": "Team Repository",
96878
+ "description": "A team's access to a repository.",
96879
96879
  "type": "object",
96880
96880
  "properties": {
96881
96881
  "id": {
@@ -96899,9 +96899,6 @@
96899
96899
  "license": {
96900
96900
  "$ref": "#/components/schemas/nullable-license-simple"
96901
96901
  },
96902
- "organization": {
96903
- "$ref": "#/components/schemas/nullable-simple-user"
96904
- },
96905
96902
  "forks": {
96906
96903
  "type": "integer"
96907
96904
  },
@@ -96930,8 +96927,12 @@
96930
96927
  "push"
96931
96928
  ]
96932
96929
  },
96930
+ "role_name": {
96931
+ "type": "string",
96932
+ "example": "admin"
96933
+ },
96933
96934
  "owner": {
96934
- "$ref": "#/components/schemas/simple-user"
96935
+ "$ref": "#/components/schemas/nullable-simple-user"
96935
96936
  },
96936
96937
  "private": {
96937
96938
  "description": "Whether the repository is private or public.",
@@ -97159,7 +97160,6 @@
97159
97160
  "example": 80
97160
97161
  },
97161
97162
  "size": {
97162
- "description": "The size of the repository. Size is calculated hourly. When a repository is initially created, the size is 0.",
97163
97163
  "type": "integer",
97164
97164
  "example": 108
97165
97165
  },
@@ -97209,13 +97209,6 @@
97209
97209
  "description": "Whether downloads are enabled.",
97210
97210
  "default": true,
97211
97211
  "type": "boolean",
97212
- "example": true,
97213
- "deprecated": true
97214
- },
97215
- "has_discussions": {
97216
- "description": "Whether discussions are enabled.",
97217
- "default": false,
97218
- "type": "boolean",
97219
97212
  "example": true
97220
97213
  },
97221
97214
  "archived": {
@@ -97256,371 +97249,6 @@
97256
97249
  "type": "boolean",
97257
97250
  "example": true
97258
97251
  },
97259
- "template_repository": {
97260
- "nullable": true,
97261
- "type": "object",
97262
- "properties": {
97263
- "id": {
97264
- "type": "integer"
97265
- },
97266
- "node_id": {
97267
- "type": "string"
97268
- },
97269
- "name": {
97270
- "type": "string"
97271
- },
97272
- "full_name": {
97273
- "type": "string"
97274
- },
97275
- "owner": {
97276
- "type": "object",
97277
- "properties": {
97278
- "login": {
97279
- "type": "string"
97280
- },
97281
- "id": {
97282
- "type": "integer"
97283
- },
97284
- "node_id": {
97285
- "type": "string"
97286
- },
97287
- "avatar_url": {
97288
- "type": "string"
97289
- },
97290
- "gravatar_id": {
97291
- "type": "string"
97292
- },
97293
- "url": {
97294
- "type": "string"
97295
- },
97296
- "html_url": {
97297
- "type": "string"
97298
- },
97299
- "followers_url": {
97300
- "type": "string"
97301
- },
97302
- "following_url": {
97303
- "type": "string"
97304
- },
97305
- "gists_url": {
97306
- "type": "string"
97307
- },
97308
- "starred_url": {
97309
- "type": "string"
97310
- },
97311
- "subscriptions_url": {
97312
- "type": "string"
97313
- },
97314
- "organizations_url": {
97315
- "type": "string"
97316
- },
97317
- "repos_url": {
97318
- "type": "string"
97319
- },
97320
- "events_url": {
97321
- "type": "string"
97322
- },
97323
- "received_events_url": {
97324
- "type": "string"
97325
- },
97326
- "type": {
97327
- "type": "string"
97328
- },
97329
- "site_admin": {
97330
- "type": "boolean"
97331
- }
97332
- }
97333
- },
97334
- "private": {
97335
- "type": "boolean"
97336
- },
97337
- "html_url": {
97338
- "type": "string"
97339
- },
97340
- "description": {
97341
- "type": "string"
97342
- },
97343
- "fork": {
97344
- "type": "boolean"
97345
- },
97346
- "url": {
97347
- "type": "string"
97348
- },
97349
- "archive_url": {
97350
- "type": "string"
97351
- },
97352
- "assignees_url": {
97353
- "type": "string"
97354
- },
97355
- "blobs_url": {
97356
- "type": "string"
97357
- },
97358
- "branches_url": {
97359
- "type": "string"
97360
- },
97361
- "collaborators_url": {
97362
- "type": "string"
97363
- },
97364
- "comments_url": {
97365
- "type": "string"
97366
- },
97367
- "commits_url": {
97368
- "type": "string"
97369
- },
97370
- "compare_url": {
97371
- "type": "string"
97372
- },
97373
- "contents_url": {
97374
- "type": "string"
97375
- },
97376
- "contributors_url": {
97377
- "type": "string"
97378
- },
97379
- "deployments_url": {
97380
- "type": "string"
97381
- },
97382
- "downloads_url": {
97383
- "type": "string"
97384
- },
97385
- "events_url": {
97386
- "type": "string"
97387
- },
97388
- "forks_url": {
97389
- "type": "string"
97390
- },
97391
- "git_commits_url": {
97392
- "type": "string"
97393
- },
97394
- "git_refs_url": {
97395
- "type": "string"
97396
- },
97397
- "git_tags_url": {
97398
- "type": "string"
97399
- },
97400
- "git_url": {
97401
- "type": "string"
97402
- },
97403
- "issue_comment_url": {
97404
- "type": "string"
97405
- },
97406
- "issue_events_url": {
97407
- "type": "string"
97408
- },
97409
- "issues_url": {
97410
- "type": "string"
97411
- },
97412
- "keys_url": {
97413
- "type": "string"
97414
- },
97415
- "labels_url": {
97416
- "type": "string"
97417
- },
97418
- "languages_url": {
97419
- "type": "string"
97420
- },
97421
- "merges_url": {
97422
- "type": "string"
97423
- },
97424
- "milestones_url": {
97425
- "type": "string"
97426
- },
97427
- "notifications_url": {
97428
- "type": "string"
97429
- },
97430
- "pulls_url": {
97431
- "type": "string"
97432
- },
97433
- "releases_url": {
97434
- "type": "string"
97435
- },
97436
- "ssh_url": {
97437
- "type": "string"
97438
- },
97439
- "stargazers_url": {
97440
- "type": "string"
97441
- },
97442
- "statuses_url": {
97443
- "type": "string"
97444
- },
97445
- "subscribers_url": {
97446
- "type": "string"
97447
- },
97448
- "subscription_url": {
97449
- "type": "string"
97450
- },
97451
- "tags_url": {
97452
- "type": "string"
97453
- },
97454
- "teams_url": {
97455
- "type": "string"
97456
- },
97457
- "trees_url": {
97458
- "type": "string"
97459
- },
97460
- "clone_url": {
97461
- "type": "string"
97462
- },
97463
- "mirror_url": {
97464
- "type": "string"
97465
- },
97466
- "hooks_url": {
97467
- "type": "string"
97468
- },
97469
- "svn_url": {
97470
- "type": "string"
97471
- },
97472
- "homepage": {
97473
- "type": "string"
97474
- },
97475
- "language": {
97476
- "type": "string"
97477
- },
97478
- "forks_count": {
97479
- "type": "integer"
97480
- },
97481
- "stargazers_count": {
97482
- "type": "integer"
97483
- },
97484
- "watchers_count": {
97485
- "type": "integer"
97486
- },
97487
- "size": {
97488
- "type": "integer"
97489
- },
97490
- "default_branch": {
97491
- "type": "string"
97492
- },
97493
- "open_issues_count": {
97494
- "type": "integer"
97495
- },
97496
- "is_template": {
97497
- "type": "boolean"
97498
- },
97499
- "topics": {
97500
- "type": "array",
97501
- "items": {
97502
- "type": "string"
97503
- }
97504
- },
97505
- "has_issues": {
97506
- "type": "boolean"
97507
- },
97508
- "has_projects": {
97509
- "type": "boolean"
97510
- },
97511
- "has_wiki": {
97512
- "type": "boolean"
97513
- },
97514
- "has_pages": {
97515
- "type": "boolean"
97516
- },
97517
- "has_downloads": {
97518
- "type": "boolean"
97519
- },
97520
- "archived": {
97521
- "type": "boolean"
97522
- },
97523
- "disabled": {
97524
- "type": "boolean"
97525
- },
97526
- "visibility": {
97527
- "type": "string"
97528
- },
97529
- "pushed_at": {
97530
- "type": "string"
97531
- },
97532
- "created_at": {
97533
- "type": "string"
97534
- },
97535
- "updated_at": {
97536
- "type": "string"
97537
- },
97538
- "permissions": {
97539
- "type": "object",
97540
- "properties": {
97541
- "admin": {
97542
- "type": "boolean"
97543
- },
97544
- "maintain": {
97545
- "type": "boolean"
97546
- },
97547
- "push": {
97548
- "type": "boolean"
97549
- },
97550
- "triage": {
97551
- "type": "boolean"
97552
- },
97553
- "pull": {
97554
- "type": "boolean"
97555
- }
97556
- }
97557
- },
97558
- "allow_rebase_merge": {
97559
- "type": "boolean"
97560
- },
97561
- "temp_clone_token": {
97562
- "type": "string"
97563
- },
97564
- "allow_squash_merge": {
97565
- "type": "boolean"
97566
- },
97567
- "allow_auto_merge": {
97568
- "type": "boolean"
97569
- },
97570
- "delete_branch_on_merge": {
97571
- "type": "boolean"
97572
- },
97573
- "allow_update_branch": {
97574
- "type": "boolean"
97575
- },
97576
- "use_squash_pr_title_as_default": {
97577
- "type": "boolean"
97578
- },
97579
- "squash_merge_commit_title": {
97580
- "type": "string",
97581
- "enum": [
97582
- "PR_TITLE",
97583
- "COMMIT_OR_PR_TITLE"
97584
- ],
97585
- "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)."
97586
- },
97587
- "squash_merge_commit_message": {
97588
- "type": "string",
97589
- "enum": [
97590
- "PR_BODY",
97591
- "COMMIT_MESSAGES",
97592
- "BLANK"
97593
- ],
97594
- "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."
97595
- },
97596
- "merge_commit_title": {
97597
- "type": "string",
97598
- "enum": [
97599
- "PR_TITLE",
97600
- "MERGE_MESSAGE"
97601
- ],
97602
- "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)."
97603
- },
97604
- "merge_commit_message": {
97605
- "type": "string",
97606
- "enum": [
97607
- "PR_BODY",
97608
- "PR_TITLE",
97609
- "BLANK"
97610
- ],
97611
- "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."
97612
- },
97613
- "allow_merge_commit": {
97614
- "type": "boolean"
97615
- },
97616
- "subscribers_count": {
97617
- "type": "integer"
97618
- },
97619
- "network_count": {
97620
- "type": "integer"
97621
- }
97622
- }
97623
- },
97624
97252
  "temp_clone_token": {
97625
97253
  "type": "string"
97626
97254
  },
@@ -97642,52 +97270,6 @@
97642
97270
  "type": "boolean",
97643
97271
  "example": false
97644
97272
  },
97645
- "allow_update_branch": {
97646
- "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.",
97647
- "default": false,
97648
- "type": "boolean",
97649
- "example": false
97650
- },
97651
- "use_squash_pr_title_as_default": {
97652
- "type": "boolean",
97653
- "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.",
97654
- "default": false,
97655
- "deprecated": true
97656
- },
97657
- "squash_merge_commit_title": {
97658
- "type": "string",
97659
- "enum": [
97660
- "PR_TITLE",
97661
- "COMMIT_OR_PR_TITLE"
97662
- ],
97663
- "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)."
97664
- },
97665
- "squash_merge_commit_message": {
97666
- "type": "string",
97667
- "enum": [
97668
- "PR_BODY",
97669
- "COMMIT_MESSAGES",
97670
- "BLANK"
97671
- ],
97672
- "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."
97673
- },
97674
- "merge_commit_title": {
97675
- "type": "string",
97676
- "enum": [
97677
- "PR_TITLE",
97678
- "MERGE_MESSAGE"
97679
- ],
97680
- "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)."
97681
- },
97682
- "merge_commit_message": {
97683
- "type": "string",
97684
- "enum": [
97685
- "PR_BODY",
97686
- "PR_TITLE",
97687
- "BLANK"
97688
- ],
97689
- "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."
97690
- },
97691
97273
  "allow_merge_commit": {
97692
97274
  "description": "Whether to allow merge commits for pull requests.",
97693
97275
  "default": true,
@@ -97696,12 +97278,15 @@
97696
97278
  },
97697
97279
  "allow_forking": {
97698
97280
  "description": "Whether to allow forking this repo",
97699
- "type": "boolean"
97281
+ "default": false,
97282
+ "type": "boolean",
97283
+ "example": false
97700
97284
  },
97701
97285
  "web_commit_signoff_required": {
97702
97286
  "description": "Whether to require contributors to sign off on web-based commits",
97703
97287
  "default": false,
97704
- "type": "boolean"
97288
+ "type": "boolean",
97289
+ "example": false
97705
97290
  },
97706
97291
  "subscribers_count": {
97707
97292
  "type": "integer"
@@ -97717,14 +97302,6 @@
97717
97302
  },
97718
97303
  "master_branch": {
97719
97304
  "type": "string"
97720
- },
97721
- "starred_at": {
97722
- "type": "string",
97723
- "example": "\"2020-07-09T00:17:42Z\""
97724
- },
97725
- "anonymous_access_enabled": {
97726
- "type": "boolean",
97727
- "description": "Whether anonymous git access is enabled for this repository"
97728
97305
  }
97729
97306
  },
97730
97307
  "required": [
@@ -97801,12 +97378,234 @@
97801
97378
  "watchers_count",
97802
97379
  "created_at",
97803
97380
  "updated_at"
97804
- ],
97805
- "nullable": true
97381
+ ]
97806
97382
  },
97807
- "team-repository": {
97808
- "title": "Team Repository",
97809
- "description": "A team's access to a repository.",
97383
+ "project-card": {
97384
+ "title": "Project Card",
97385
+ "description": "Project cards represent a scope of work.",
97386
+ "type": "object",
97387
+ "properties": {
97388
+ "url": {
97389
+ "type": "string",
97390
+ "format": "uri",
97391
+ "example": "https://api.github.com/projects/columns/cards/1478"
97392
+ },
97393
+ "id": {
97394
+ "description": "The project card's ID",
97395
+ "example": 42,
97396
+ "type": "integer"
97397
+ },
97398
+ "node_id": {
97399
+ "type": "string",
97400
+ "example": "MDExOlByb2plY3RDYXJkMTQ3OA=="
97401
+ },
97402
+ "note": {
97403
+ "type": "string",
97404
+ "example": "Add payload for delete Project column",
97405
+ "nullable": true
97406
+ },
97407
+ "creator": {
97408
+ "$ref": "#/components/schemas/nullable-simple-user"
97409
+ },
97410
+ "created_at": {
97411
+ "type": "string",
97412
+ "format": "date-time",
97413
+ "example": "2016-09-05T14:21:06Z"
97414
+ },
97415
+ "updated_at": {
97416
+ "type": "string",
97417
+ "format": "date-time",
97418
+ "example": "2016-09-05T14:20:22Z"
97419
+ },
97420
+ "archived": {
97421
+ "description": "Whether or not the card is archived",
97422
+ "example": false,
97423
+ "type": "boolean"
97424
+ },
97425
+ "column_name": {
97426
+ "type": "string"
97427
+ },
97428
+ "project_id": {
97429
+ "type": "string"
97430
+ },
97431
+ "column_url": {
97432
+ "type": "string",
97433
+ "format": "uri",
97434
+ "example": "https://api.github.com/projects/columns/367"
97435
+ },
97436
+ "content_url": {
97437
+ "type": "string",
97438
+ "format": "uri",
97439
+ "example": "https://api.github.com/repos/api-playground/projects-test/issues/3"
97440
+ },
97441
+ "project_url": {
97442
+ "type": "string",
97443
+ "format": "uri",
97444
+ "example": "https://api.github.com/projects/120"
97445
+ }
97446
+ },
97447
+ "required": [
97448
+ "id",
97449
+ "node_id",
97450
+ "note",
97451
+ "url",
97452
+ "column_url",
97453
+ "project_url",
97454
+ "creator",
97455
+ "created_at",
97456
+ "updated_at"
97457
+ ]
97458
+ },
97459
+ "project-column": {
97460
+ "title": "Project Column",
97461
+ "description": "Project columns contain cards of work.",
97462
+ "type": "object",
97463
+ "properties": {
97464
+ "url": {
97465
+ "type": "string",
97466
+ "format": "uri",
97467
+ "example": "https://api.github.com/projects/columns/367"
97468
+ },
97469
+ "project_url": {
97470
+ "type": "string",
97471
+ "format": "uri",
97472
+ "example": "https://api.github.com/projects/120"
97473
+ },
97474
+ "cards_url": {
97475
+ "type": "string",
97476
+ "format": "uri",
97477
+ "example": "https://api.github.com/projects/columns/367/cards"
97478
+ },
97479
+ "id": {
97480
+ "description": "The unique identifier of the project column",
97481
+ "example": 42,
97482
+ "type": "integer"
97483
+ },
97484
+ "node_id": {
97485
+ "type": "string",
97486
+ "example": "MDEzOlByb2plY3RDb2x1bW4zNjc="
97487
+ },
97488
+ "name": {
97489
+ "description": "Name of the project column",
97490
+ "example": "Remaining tasks",
97491
+ "type": "string"
97492
+ },
97493
+ "created_at": {
97494
+ "type": "string",
97495
+ "format": "date-time",
97496
+ "example": "2016-09-05T14:18:44Z"
97497
+ },
97498
+ "updated_at": {
97499
+ "type": "string",
97500
+ "format": "date-time",
97501
+ "example": "2016-09-05T14:22:28Z"
97502
+ }
97503
+ },
97504
+ "required": [
97505
+ "id",
97506
+ "node_id",
97507
+ "url",
97508
+ "project_url",
97509
+ "cards_url",
97510
+ "name",
97511
+ "created_at",
97512
+ "updated_at"
97513
+ ]
97514
+ },
97515
+ "project-collaborator-permission": {
97516
+ "title": "Project Collaborator Permission",
97517
+ "description": "Project Collaborator Permission",
97518
+ "type": "object",
97519
+ "properties": {
97520
+ "permission": {
97521
+ "type": "string"
97522
+ },
97523
+ "user": {
97524
+ "$ref": "#/components/schemas/nullable-simple-user"
97525
+ }
97526
+ },
97527
+ "required": [
97528
+ "permission",
97529
+ "user"
97530
+ ]
97531
+ },
97532
+ "rate-limit": {
97533
+ "title": "Rate Limit",
97534
+ "type": "object",
97535
+ "properties": {
97536
+ "limit": {
97537
+ "type": "integer"
97538
+ },
97539
+ "remaining": {
97540
+ "type": "integer"
97541
+ },
97542
+ "reset": {
97543
+ "type": "integer"
97544
+ },
97545
+ "used": {
97546
+ "type": "integer"
97547
+ }
97548
+ },
97549
+ "required": [
97550
+ "limit",
97551
+ "remaining",
97552
+ "reset",
97553
+ "used"
97554
+ ]
97555
+ },
97556
+ "rate-limit-overview": {
97557
+ "title": "Rate Limit Overview",
97558
+ "description": "Rate Limit Overview",
97559
+ "type": "object",
97560
+ "properties": {
97561
+ "resources": {
97562
+ "type": "object",
97563
+ "properties": {
97564
+ "core": {
97565
+ "$ref": "#/components/schemas/rate-limit"
97566
+ },
97567
+ "graphql": {
97568
+ "$ref": "#/components/schemas/rate-limit"
97569
+ },
97570
+ "search": {
97571
+ "$ref": "#/components/schemas/rate-limit"
97572
+ },
97573
+ "code_search": {
97574
+ "$ref": "#/components/schemas/rate-limit"
97575
+ },
97576
+ "source_import": {
97577
+ "$ref": "#/components/schemas/rate-limit"
97578
+ },
97579
+ "integration_manifest": {
97580
+ "$ref": "#/components/schemas/rate-limit"
97581
+ },
97582
+ "code_scanning_upload": {
97583
+ "$ref": "#/components/schemas/rate-limit"
97584
+ },
97585
+ "actions_runner_registration": {
97586
+ "$ref": "#/components/schemas/rate-limit"
97587
+ },
97588
+ "scim": {
97589
+ "$ref": "#/components/schemas/rate-limit"
97590
+ }
97591
+ },
97592
+ "required": [
97593
+ "core",
97594
+ "search"
97595
+ ]
97596
+ },
97597
+ "rate": {
97598
+ "$ref": "#/components/schemas/rate-limit"
97599
+ }
97600
+ },
97601
+ "required": [
97602
+ "rate",
97603
+ "resources"
97604
+ ]
97605
+ },
97606
+ "nullable-repository": {
97607
+ "title": "Repository",
97608
+ "description": "A repository on GitHub.",
97810
97609
  "type": "object",
97811
97610
  "properties": {
97812
97611
  "id": {
@@ -97830,6 +97629,9 @@
97830
97629
  "license": {
97831
97630
  "$ref": "#/components/schemas/nullable-license-simple"
97832
97631
  },
97632
+ "organization": {
97633
+ "$ref": "#/components/schemas/nullable-simple-user"
97634
+ },
97833
97635
  "forks": {
97834
97636
  "type": "integer"
97835
97637
  },
@@ -97858,12 +97660,8 @@
97858
97660
  "push"
97859
97661
  ]
97860
97662
  },
97861
- "role_name": {
97862
- "type": "string",
97863
- "example": "admin"
97864
- },
97865
97663
  "owner": {
97866
- "$ref": "#/components/schemas/nullable-simple-user"
97664
+ "$ref": "#/components/schemas/simple-user"
97867
97665
  },
97868
97666
  "private": {
97869
97667
  "description": "Whether the repository is private or public.",
@@ -98091,6 +97889,7 @@
98091
97889
  "example": 80
98092
97890
  },
98093
97891
  "size": {
97892
+ "description": "The size of the repository. Size is calculated hourly. When a repository is initially created, the size is 0.",
98094
97893
  "type": "integer",
98095
97894
  "example": 108
98096
97895
  },
@@ -98140,6 +97939,13 @@
98140
97939
  "description": "Whether downloads are enabled.",
98141
97940
  "default": true,
98142
97941
  "type": "boolean",
97942
+ "example": true,
97943
+ "deprecated": true
97944
+ },
97945
+ "has_discussions": {
97946
+ "description": "Whether discussions are enabled.",
97947
+ "default": false,
97948
+ "type": "boolean",
98143
97949
  "example": true
98144
97950
  },
98145
97951
  "archived": {
@@ -98181,7 +97987,369 @@
98181
97987
  "example": true
98182
97988
  },
98183
97989
  "template_repository": {
98184
- "$ref": "#/components/schemas/nullable-repository"
97990
+ "nullable": true,
97991
+ "type": "object",
97992
+ "properties": {
97993
+ "id": {
97994
+ "type": "integer"
97995
+ },
97996
+ "node_id": {
97997
+ "type": "string"
97998
+ },
97999
+ "name": {
98000
+ "type": "string"
98001
+ },
98002
+ "full_name": {
98003
+ "type": "string"
98004
+ },
98005
+ "owner": {
98006
+ "type": "object",
98007
+ "properties": {
98008
+ "login": {
98009
+ "type": "string"
98010
+ },
98011
+ "id": {
98012
+ "type": "integer"
98013
+ },
98014
+ "node_id": {
98015
+ "type": "string"
98016
+ },
98017
+ "avatar_url": {
98018
+ "type": "string"
98019
+ },
98020
+ "gravatar_id": {
98021
+ "type": "string"
98022
+ },
98023
+ "url": {
98024
+ "type": "string"
98025
+ },
98026
+ "html_url": {
98027
+ "type": "string"
98028
+ },
98029
+ "followers_url": {
98030
+ "type": "string"
98031
+ },
98032
+ "following_url": {
98033
+ "type": "string"
98034
+ },
98035
+ "gists_url": {
98036
+ "type": "string"
98037
+ },
98038
+ "starred_url": {
98039
+ "type": "string"
98040
+ },
98041
+ "subscriptions_url": {
98042
+ "type": "string"
98043
+ },
98044
+ "organizations_url": {
98045
+ "type": "string"
98046
+ },
98047
+ "repos_url": {
98048
+ "type": "string"
98049
+ },
98050
+ "events_url": {
98051
+ "type": "string"
98052
+ },
98053
+ "received_events_url": {
98054
+ "type": "string"
98055
+ },
98056
+ "type": {
98057
+ "type": "string"
98058
+ },
98059
+ "site_admin": {
98060
+ "type": "boolean"
98061
+ }
98062
+ }
98063
+ },
98064
+ "private": {
98065
+ "type": "boolean"
98066
+ },
98067
+ "html_url": {
98068
+ "type": "string"
98069
+ },
98070
+ "description": {
98071
+ "type": "string"
98072
+ },
98073
+ "fork": {
98074
+ "type": "boolean"
98075
+ },
98076
+ "url": {
98077
+ "type": "string"
98078
+ },
98079
+ "archive_url": {
98080
+ "type": "string"
98081
+ },
98082
+ "assignees_url": {
98083
+ "type": "string"
98084
+ },
98085
+ "blobs_url": {
98086
+ "type": "string"
98087
+ },
98088
+ "branches_url": {
98089
+ "type": "string"
98090
+ },
98091
+ "collaborators_url": {
98092
+ "type": "string"
98093
+ },
98094
+ "comments_url": {
98095
+ "type": "string"
98096
+ },
98097
+ "commits_url": {
98098
+ "type": "string"
98099
+ },
98100
+ "compare_url": {
98101
+ "type": "string"
98102
+ },
98103
+ "contents_url": {
98104
+ "type": "string"
98105
+ },
98106
+ "contributors_url": {
98107
+ "type": "string"
98108
+ },
98109
+ "deployments_url": {
98110
+ "type": "string"
98111
+ },
98112
+ "downloads_url": {
98113
+ "type": "string"
98114
+ },
98115
+ "events_url": {
98116
+ "type": "string"
98117
+ },
98118
+ "forks_url": {
98119
+ "type": "string"
98120
+ },
98121
+ "git_commits_url": {
98122
+ "type": "string"
98123
+ },
98124
+ "git_refs_url": {
98125
+ "type": "string"
98126
+ },
98127
+ "git_tags_url": {
98128
+ "type": "string"
98129
+ },
98130
+ "git_url": {
98131
+ "type": "string"
98132
+ },
98133
+ "issue_comment_url": {
98134
+ "type": "string"
98135
+ },
98136
+ "issue_events_url": {
98137
+ "type": "string"
98138
+ },
98139
+ "issues_url": {
98140
+ "type": "string"
98141
+ },
98142
+ "keys_url": {
98143
+ "type": "string"
98144
+ },
98145
+ "labels_url": {
98146
+ "type": "string"
98147
+ },
98148
+ "languages_url": {
98149
+ "type": "string"
98150
+ },
98151
+ "merges_url": {
98152
+ "type": "string"
98153
+ },
98154
+ "milestones_url": {
98155
+ "type": "string"
98156
+ },
98157
+ "notifications_url": {
98158
+ "type": "string"
98159
+ },
98160
+ "pulls_url": {
98161
+ "type": "string"
98162
+ },
98163
+ "releases_url": {
98164
+ "type": "string"
98165
+ },
98166
+ "ssh_url": {
98167
+ "type": "string"
98168
+ },
98169
+ "stargazers_url": {
98170
+ "type": "string"
98171
+ },
98172
+ "statuses_url": {
98173
+ "type": "string"
98174
+ },
98175
+ "subscribers_url": {
98176
+ "type": "string"
98177
+ },
98178
+ "subscription_url": {
98179
+ "type": "string"
98180
+ },
98181
+ "tags_url": {
98182
+ "type": "string"
98183
+ },
98184
+ "teams_url": {
98185
+ "type": "string"
98186
+ },
98187
+ "trees_url": {
98188
+ "type": "string"
98189
+ },
98190
+ "clone_url": {
98191
+ "type": "string"
98192
+ },
98193
+ "mirror_url": {
98194
+ "type": "string"
98195
+ },
98196
+ "hooks_url": {
98197
+ "type": "string"
98198
+ },
98199
+ "svn_url": {
98200
+ "type": "string"
98201
+ },
98202
+ "homepage": {
98203
+ "type": "string"
98204
+ },
98205
+ "language": {
98206
+ "type": "string"
98207
+ },
98208
+ "forks_count": {
98209
+ "type": "integer"
98210
+ },
98211
+ "stargazers_count": {
98212
+ "type": "integer"
98213
+ },
98214
+ "watchers_count": {
98215
+ "type": "integer"
98216
+ },
98217
+ "size": {
98218
+ "type": "integer"
98219
+ },
98220
+ "default_branch": {
98221
+ "type": "string"
98222
+ },
98223
+ "open_issues_count": {
98224
+ "type": "integer"
98225
+ },
98226
+ "is_template": {
98227
+ "type": "boolean"
98228
+ },
98229
+ "topics": {
98230
+ "type": "array",
98231
+ "items": {
98232
+ "type": "string"
98233
+ }
98234
+ },
98235
+ "has_issues": {
98236
+ "type": "boolean"
98237
+ },
98238
+ "has_projects": {
98239
+ "type": "boolean"
98240
+ },
98241
+ "has_wiki": {
98242
+ "type": "boolean"
98243
+ },
98244
+ "has_pages": {
98245
+ "type": "boolean"
98246
+ },
98247
+ "has_downloads": {
98248
+ "type": "boolean"
98249
+ },
98250
+ "archived": {
98251
+ "type": "boolean"
98252
+ },
98253
+ "disabled": {
98254
+ "type": "boolean"
98255
+ },
98256
+ "visibility": {
98257
+ "type": "string"
98258
+ },
98259
+ "pushed_at": {
98260
+ "type": "string"
98261
+ },
98262
+ "created_at": {
98263
+ "type": "string"
98264
+ },
98265
+ "updated_at": {
98266
+ "type": "string"
98267
+ },
98268
+ "permissions": {
98269
+ "type": "object",
98270
+ "properties": {
98271
+ "admin": {
98272
+ "type": "boolean"
98273
+ },
98274
+ "maintain": {
98275
+ "type": "boolean"
98276
+ },
98277
+ "push": {
98278
+ "type": "boolean"
98279
+ },
98280
+ "triage": {
98281
+ "type": "boolean"
98282
+ },
98283
+ "pull": {
98284
+ "type": "boolean"
98285
+ }
98286
+ }
98287
+ },
98288
+ "allow_rebase_merge": {
98289
+ "type": "boolean"
98290
+ },
98291
+ "temp_clone_token": {
98292
+ "type": "string"
98293
+ },
98294
+ "allow_squash_merge": {
98295
+ "type": "boolean"
98296
+ },
98297
+ "allow_auto_merge": {
98298
+ "type": "boolean"
98299
+ },
98300
+ "delete_branch_on_merge": {
98301
+ "type": "boolean"
98302
+ },
98303
+ "allow_update_branch": {
98304
+ "type": "boolean"
98305
+ },
98306
+ "use_squash_pr_title_as_default": {
98307
+ "type": "boolean"
98308
+ },
98309
+ "squash_merge_commit_title": {
98310
+ "type": "string",
98311
+ "enum": [
98312
+ "PR_TITLE",
98313
+ "COMMIT_OR_PR_TITLE"
98314
+ ],
98315
+ "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)."
98316
+ },
98317
+ "squash_merge_commit_message": {
98318
+ "type": "string",
98319
+ "enum": [
98320
+ "PR_BODY",
98321
+ "COMMIT_MESSAGES",
98322
+ "BLANK"
98323
+ ],
98324
+ "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."
98325
+ },
98326
+ "merge_commit_title": {
98327
+ "type": "string",
98328
+ "enum": [
98329
+ "PR_TITLE",
98330
+ "MERGE_MESSAGE"
98331
+ ],
98332
+ "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)."
98333
+ },
98334
+ "merge_commit_message": {
98335
+ "type": "string",
98336
+ "enum": [
98337
+ "PR_BODY",
98338
+ "PR_TITLE",
98339
+ "BLANK"
98340
+ ],
98341
+ "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."
98342
+ },
98343
+ "allow_merge_commit": {
98344
+ "type": "boolean"
98345
+ },
98346
+ "subscribers_count": {
98347
+ "type": "integer"
98348
+ },
98349
+ "network_count": {
98350
+ "type": "integer"
98351
+ }
98352
+ }
98185
98353
  },
98186
98354
  "temp_clone_token": {
98187
98355
  "type": "string"
@@ -98204,6 +98372,52 @@
98204
98372
  "type": "boolean",
98205
98373
  "example": false
98206
98374
  },
98375
+ "allow_update_branch": {
98376
+ "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.",
98377
+ "default": false,
98378
+ "type": "boolean",
98379
+ "example": false
98380
+ },
98381
+ "use_squash_pr_title_as_default": {
98382
+ "type": "boolean",
98383
+ "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.",
98384
+ "default": false,
98385
+ "deprecated": true
98386
+ },
98387
+ "squash_merge_commit_title": {
98388
+ "type": "string",
98389
+ "enum": [
98390
+ "PR_TITLE",
98391
+ "COMMIT_OR_PR_TITLE"
98392
+ ],
98393
+ "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)."
98394
+ },
98395
+ "squash_merge_commit_message": {
98396
+ "type": "string",
98397
+ "enum": [
98398
+ "PR_BODY",
98399
+ "COMMIT_MESSAGES",
98400
+ "BLANK"
98401
+ ],
98402
+ "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."
98403
+ },
98404
+ "merge_commit_title": {
98405
+ "type": "string",
98406
+ "enum": [
98407
+ "PR_TITLE",
98408
+ "MERGE_MESSAGE"
98409
+ ],
98410
+ "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)."
98411
+ },
98412
+ "merge_commit_message": {
98413
+ "type": "string",
98414
+ "enum": [
98415
+ "PR_BODY",
98416
+ "PR_TITLE",
98417
+ "BLANK"
98418
+ ],
98419
+ "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."
98420
+ },
98207
98421
  "allow_merge_commit": {
98208
98422
  "description": "Whether to allow merge commits for pull requests.",
98209
98423
  "default": true,
@@ -98212,15 +98426,12 @@
98212
98426
  },
98213
98427
  "allow_forking": {
98214
98428
  "description": "Whether to allow forking this repo",
98215
- "default": false,
98216
- "type": "boolean",
98217
- "example": false
98429
+ "type": "boolean"
98218
98430
  },
98219
98431
  "web_commit_signoff_required": {
98220
98432
  "description": "Whether to require contributors to sign off on web-based commits",
98221
98433
  "default": false,
98222
- "type": "boolean",
98223
- "example": false
98434
+ "type": "boolean"
98224
98435
  },
98225
98436
  "subscribers_count": {
98226
98437
  "type": "integer"
@@ -98236,6 +98447,14 @@
98236
98447
  },
98237
98448
  "master_branch": {
98238
98449
  "type": "string"
98450
+ },
98451
+ "starred_at": {
98452
+ "type": "string",
98453
+ "example": "\"2020-07-09T00:17:42Z\""
98454
+ },
98455
+ "anonymous_access_enabled": {
98456
+ "type": "boolean",
98457
+ "description": "Whether anonymous git access is enabled for this repository"
98239
98458
  }
98240
98459
  },
98241
98460
  "required": [
@@ -98312,230 +98531,8 @@
98312
98531
  "watchers_count",
98313
98532
  "created_at",
98314
98533
  "updated_at"
98315
- ]
98316
- },
98317
- "project-card": {
98318
- "title": "Project Card",
98319
- "description": "Project cards represent a scope of work.",
98320
- "type": "object",
98321
- "properties": {
98322
- "url": {
98323
- "type": "string",
98324
- "format": "uri",
98325
- "example": "https://api.github.com/projects/columns/cards/1478"
98326
- },
98327
- "id": {
98328
- "description": "The project card's ID",
98329
- "example": 42,
98330
- "type": "integer"
98331
- },
98332
- "node_id": {
98333
- "type": "string",
98334
- "example": "MDExOlByb2plY3RDYXJkMTQ3OA=="
98335
- },
98336
- "note": {
98337
- "type": "string",
98338
- "example": "Add payload for delete Project column",
98339
- "nullable": true
98340
- },
98341
- "creator": {
98342
- "$ref": "#/components/schemas/nullable-simple-user"
98343
- },
98344
- "created_at": {
98345
- "type": "string",
98346
- "format": "date-time",
98347
- "example": "2016-09-05T14:21:06Z"
98348
- },
98349
- "updated_at": {
98350
- "type": "string",
98351
- "format": "date-time",
98352
- "example": "2016-09-05T14:20:22Z"
98353
- },
98354
- "archived": {
98355
- "description": "Whether or not the card is archived",
98356
- "example": false,
98357
- "type": "boolean"
98358
- },
98359
- "column_name": {
98360
- "type": "string"
98361
- },
98362
- "project_id": {
98363
- "type": "string"
98364
- },
98365
- "column_url": {
98366
- "type": "string",
98367
- "format": "uri",
98368
- "example": "https://api.github.com/projects/columns/367"
98369
- },
98370
- "content_url": {
98371
- "type": "string",
98372
- "format": "uri",
98373
- "example": "https://api.github.com/repos/api-playground/projects-test/issues/3"
98374
- },
98375
- "project_url": {
98376
- "type": "string",
98377
- "format": "uri",
98378
- "example": "https://api.github.com/projects/120"
98379
- }
98380
- },
98381
- "required": [
98382
- "id",
98383
- "node_id",
98384
- "note",
98385
- "url",
98386
- "column_url",
98387
- "project_url",
98388
- "creator",
98389
- "created_at",
98390
- "updated_at"
98391
- ]
98392
- },
98393
- "project-column": {
98394
- "title": "Project Column",
98395
- "description": "Project columns contain cards of work.",
98396
- "type": "object",
98397
- "properties": {
98398
- "url": {
98399
- "type": "string",
98400
- "format": "uri",
98401
- "example": "https://api.github.com/projects/columns/367"
98402
- },
98403
- "project_url": {
98404
- "type": "string",
98405
- "format": "uri",
98406
- "example": "https://api.github.com/projects/120"
98407
- },
98408
- "cards_url": {
98409
- "type": "string",
98410
- "format": "uri",
98411
- "example": "https://api.github.com/projects/columns/367/cards"
98412
- },
98413
- "id": {
98414
- "description": "The unique identifier of the project column",
98415
- "example": 42,
98416
- "type": "integer"
98417
- },
98418
- "node_id": {
98419
- "type": "string",
98420
- "example": "MDEzOlByb2plY3RDb2x1bW4zNjc="
98421
- },
98422
- "name": {
98423
- "description": "Name of the project column",
98424
- "example": "Remaining tasks",
98425
- "type": "string"
98426
- },
98427
- "created_at": {
98428
- "type": "string",
98429
- "format": "date-time",
98430
- "example": "2016-09-05T14:18:44Z"
98431
- },
98432
- "updated_at": {
98433
- "type": "string",
98434
- "format": "date-time",
98435
- "example": "2016-09-05T14:22:28Z"
98436
- }
98437
- },
98438
- "required": [
98439
- "id",
98440
- "node_id",
98441
- "url",
98442
- "project_url",
98443
- "cards_url",
98444
- "name",
98445
- "created_at",
98446
- "updated_at"
98447
- ]
98448
- },
98449
- "project-collaborator-permission": {
98450
- "title": "Project Collaborator Permission",
98451
- "description": "Project Collaborator Permission",
98452
- "type": "object",
98453
- "properties": {
98454
- "permission": {
98455
- "type": "string"
98456
- },
98457
- "user": {
98458
- "$ref": "#/components/schemas/nullable-simple-user"
98459
- }
98460
- },
98461
- "required": [
98462
- "permission",
98463
- "user"
98464
- ]
98465
- },
98466
- "rate-limit": {
98467
- "title": "Rate Limit",
98468
- "type": "object",
98469
- "properties": {
98470
- "limit": {
98471
- "type": "integer"
98472
- },
98473
- "remaining": {
98474
- "type": "integer"
98475
- },
98476
- "reset": {
98477
- "type": "integer"
98478
- },
98479
- "used": {
98480
- "type": "integer"
98481
- }
98482
- },
98483
- "required": [
98484
- "limit",
98485
- "remaining",
98486
- "reset",
98487
- "used"
98488
- ]
98489
- },
98490
- "rate-limit-overview": {
98491
- "title": "Rate Limit Overview",
98492
- "description": "Rate Limit Overview",
98493
- "type": "object",
98494
- "properties": {
98495
- "resources": {
98496
- "type": "object",
98497
- "properties": {
98498
- "core": {
98499
- "$ref": "#/components/schemas/rate-limit"
98500
- },
98501
- "graphql": {
98502
- "$ref": "#/components/schemas/rate-limit"
98503
- },
98504
- "search": {
98505
- "$ref": "#/components/schemas/rate-limit"
98506
- },
98507
- "code_search": {
98508
- "$ref": "#/components/schemas/rate-limit"
98509
- },
98510
- "source_import": {
98511
- "$ref": "#/components/schemas/rate-limit"
98512
- },
98513
- "integration_manifest": {
98514
- "$ref": "#/components/schemas/rate-limit"
98515
- },
98516
- "code_scanning_upload": {
98517
- "$ref": "#/components/schemas/rate-limit"
98518
- },
98519
- "actions_runner_registration": {
98520
- "$ref": "#/components/schemas/rate-limit"
98521
- },
98522
- "scim": {
98523
- "$ref": "#/components/schemas/rate-limit"
98524
- }
98525
- },
98526
- "required": [
98527
- "core",
98528
- "search"
98529
- ]
98530
- },
98531
- "rate": {
98532
- "$ref": "#/components/schemas/rate-limit"
98533
- }
98534
- },
98535
- "required": [
98536
- "rate",
98537
- "resources"
98538
- ]
98534
+ ],
98535
+ "nullable": true
98539
98536
  },
98540
98537
  "code-of-conduct-simple": {
98541
98538
  "title": "Code Of Conduct Simple",
@@ -114877,6 +114874,11 @@
114877
114874
  "type": "string"
114878
114875
  }
114879
114876
  },
114877
+ "custom_properties": {
114878
+ "type": "object",
114879
+ "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.",
114880
+ "additionalProperties": true
114881
+ },
114880
114882
  "has_issues": {
114881
114883
  "description": "Whether issues are enabled.",
114882
114884
  "default": true,
@@ -116553,6 +116555,11 @@
116553
116555
  "type": "string"
116554
116556
  }
116555
116557
  },
116558
+ "custom_properties": {
116559
+ "type": "object",
116560
+ "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.",
116561
+ "additionalProperties": true
116562
+ },
116556
116563
  "has_issues": {
116557
116564
  "description": "Whether issues are enabled.",
116558
116565
  "default": true,
@@ -132923,6 +132930,11 @@
132923
132930
  }
132924
132931
  ]
132925
132932
  },
132933
+ "custom_properties": {
132934
+ "type": "object",
132935
+ "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.",
132936
+ "additionalProperties": true
132937
+ },
132926
132938
  "default_branch": {
132927
132939
  "description": "The default branch of the repository.",
132928
132940
  "type": "string"
@@ -152817,6 +152829,11 @@
152817
152829
  }
152818
152830
  ]
152819
152831
  },
152832
+ "custom_properties": {
152833
+ "type": "object",
152834
+ "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.",
152835
+ "additionalProperties": true
152836
+ },
152820
152837
  "default_branch": {
152821
152838
  "description": "The default branch of the repository.",
152822
152839
  "type": "string"
@@ -158416,6 +158433,11 @@
158416
158433
  }
158417
158434
  ]
158418
158435
  },
158436
+ "custom_properties": {
158437
+ "type": "object",
158438
+ "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.",
158439
+ "additionalProperties": true
158440
+ },
158419
158441
  "default_branch": {
158420
158442
  "description": "The default branch of the repository.",
158421
158443
  "type": "string"
@@ -244347,6 +244369,11 @@
244347
244369
  }
244348
244370
  ]
244349
244371
  },
244372
+ "custom_properties": {
244373
+ "type": "object",
244374
+ "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.",
244375
+ "additionalProperties": true
244376
+ },
244350
244377
  "default_branch": {
244351
244378
  "description": "The default branch of the repository.",
244352
244379
  "type": "string"
@@ -255253,6 +255280,11 @@
255253
255280
  }
255254
255281
  ]
255255
255282
  },
255283
+ "custom_properties": {
255284
+ "type": "object",
255285
+ "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.",
255286
+ "additionalProperties": true
255287
+ },
255256
255288
  "default_branch": {
255257
255289
  "description": "The default branch of the repository.",
255258
255290
  "type": "string"
@@ -255999,6 +256031,11 @@
255999
256031
  }
256000
256032
  ]
256001
256033
  },
256034
+ "custom_properties": {
256035
+ "type": "object",
256036
+ "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.",
256037
+ "additionalProperties": true
256038
+ },
256002
256039
  "default_branch": {
256003
256040
  "description": "The default branch of the repository.",
256004
256041
  "type": "string"
@@ -256746,6 +256783,11 @@
256746
256783
  }
256747
256784
  ]
256748
256785
  },
256786
+ "custom_properties": {
256787
+ "type": "object",
256788
+ "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.",
256789
+ "additionalProperties": true
256790
+ },
256749
256791
  "default_branch": {
256750
256792
  "description": "The default branch of the repository.",
256751
256793
  "type": "string"
@@ -257567,6 +257609,11 @@
257567
257609
  }
257568
257610
  ]
257569
257611
  },
257612
+ "custom_properties": {
257613
+ "type": "object",
257614
+ "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.",
257615
+ "additionalProperties": true
257616
+ },
257570
257617
  "default_branch": {
257571
257618
  "description": "The default branch of the repository.",
257572
257619
  "type": "string"
@@ -258315,6 +258362,11 @@
258315
258362
  }
258316
258363
  ]
258317
258364
  },
258365
+ "custom_properties": {
258366
+ "type": "object",
258367
+ "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.",
258368
+ "additionalProperties": true
258369
+ },
258318
258370
  "default_branch": {
258319
258371
  "description": "The default branch of the repository.",
258320
258372
  "type": "string"
@@ -274416,130 +274468,6 @@
274416
274468
  },
274417
274469
  "role_name": "read",
274418
274470
  "allow_rebase_merge": true,
274419
- "template_repository": {
274420
- "id": 1296269,
274421
- "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5",
274422
- "name": "Hello-World-Template",
274423
- "full_name": "octocat/Hello-World-Template",
274424
- "owner": {
274425
- "login": "octocat",
274426
- "id": 1,
274427
- "node_id": "MDQ6VXNlcjE=",
274428
- "avatar_url": "https://github.com/images/error/octocat_happy.gif",
274429
- "gravatar_id": "",
274430
- "url": "https://api.github.com/users/octocat",
274431
- "html_url": "https://github.com/octocat",
274432
- "followers_url": "https://api.github.com/users/octocat/followers",
274433
- "following_url": "https://api.github.com/users/octocat/following{/other_user}",
274434
- "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
274435
- "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
274436
- "subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
274437
- "organizations_url": "https://api.github.com/users/octocat/orgs",
274438
- "repos_url": "https://api.github.com/users/octocat/repos",
274439
- "events_url": "https://api.github.com/users/octocat/events{/privacy}",
274440
- "received_events_url": "https://api.github.com/users/octocat/received_events",
274441
- "type": "User",
274442
- "site_admin": false
274443
- },
274444
- "private": false,
274445
- "html_url": "https://github.com/octocat/Hello-World-Template",
274446
- "description": "This your first repo!",
274447
- "fork": false,
274448
- "url": "https://api.github.com/repos/octocat/Hello-World-Template",
274449
- "archive_url": "https://api.github.com/repos/octocat/Hello-World-Template/{archive_format}{/ref}",
274450
- "assignees_url": "https://api.github.com/repos/octocat/Hello-World-Template/assignees{/user}",
274451
- "blobs_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/blobs{/sha}",
274452
- "branches_url": "https://api.github.com/repos/octocat/Hello-World-Template/branches{/branch}",
274453
- "collaborators_url": "https://api.github.com/repos/octocat/Hello-World-Template/collaborators{/collaborator}",
274454
- "comments_url": "https://api.github.com/repos/octocat/Hello-World-Template/comments{/number}",
274455
- "commits_url": "https://api.github.com/repos/octocat/Hello-World-Template/commits{/sha}",
274456
- "compare_url": "https://api.github.com/repos/octocat/Hello-World-Template/compare/{base}...{head}",
274457
- "contents_url": "https://api.github.com/repos/octocat/Hello-World-Template/contents/{+path}",
274458
- "contributors_url": "https://api.github.com/repos/octocat/Hello-World-Template/contributors",
274459
- "deployments_url": "https://api.github.com/repos/octocat/Hello-World-Template/deployments",
274460
- "downloads_url": "https://api.github.com/repos/octocat/Hello-World-Template/downloads",
274461
- "events_url": "https://api.github.com/repos/octocat/Hello-World-Template/events",
274462
- "forks_url": "https://api.github.com/repos/octocat/Hello-World-Template/forks",
274463
- "git_commits_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/commits{/sha}",
274464
- "git_refs_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/refs{/sha}",
274465
- "git_tags_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/tags{/sha}",
274466
- "git_url": "git:github.com/octocat/Hello-World-Template.git",
274467
- "issue_comment_url": "https://api.github.com/repos/octocat/Hello-World-Template/issues/comments{/number}",
274468
- "issue_events_url": "https://api.github.com/repos/octocat/Hello-World-Template/issues/events{/number}",
274469
- "issues_url": "https://api.github.com/repos/octocat/Hello-World-Template/issues{/number}",
274470
- "keys_url": "https://api.github.com/repos/octocat/Hello-World-Template/keys{/key_id}",
274471
- "labels_url": "https://api.github.com/repos/octocat/Hello-World-Template/labels{/name}",
274472
- "languages_url": "https://api.github.com/repos/octocat/Hello-World-Template/languages",
274473
- "merges_url": "https://api.github.com/repos/octocat/Hello-World-Template/merges",
274474
- "milestones_url": "https://api.github.com/repos/octocat/Hello-World-Template/milestones{/number}",
274475
- "notifications_url": "https://api.github.com/repos/octocat/Hello-World-Template/notifications{?since,all,participating}",
274476
- "pulls_url": "https://api.github.com/repos/octocat/Hello-World-Template/pulls{/number}",
274477
- "releases_url": "https://api.github.com/repos/octocat/Hello-World-Template/releases{/id}",
274478
- "ssh_url": "git@github.com:octocat/Hello-World-Template.git",
274479
- "stargazers_url": "https://api.github.com/repos/octocat/Hello-World-Template/stargazers",
274480
- "statuses_url": "https://api.github.com/repos/octocat/Hello-World-Template/statuses/{sha}",
274481
- "subscribers_url": "https://api.github.com/repos/octocat/Hello-World-Template/subscribers",
274482
- "subscription_url": "https://api.github.com/repos/octocat/Hello-World-Template/subscription",
274483
- "tags_url": "https://api.github.com/repos/octocat/Hello-World-Template/tags",
274484
- "teams_url": "https://api.github.com/repos/octocat/Hello-World-Template/teams",
274485
- "trees_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/trees{/sha}",
274486
- "clone_url": "https://github.com/octocat/Hello-World-Template.git",
274487
- "mirror_url": "git:git.example.com/octocat/Hello-World-Template",
274488
- "hooks_url": "https://api.github.com/repos/octocat/Hello-World-Template/hooks",
274489
- "svn_url": "https://svn.github.com/octocat/Hello-World-Template",
274490
- "homepage": "https://github.com",
274491
- "language": null,
274492
- "forks": 9,
274493
- "forks_count": 9,
274494
- "stargazers_count": 80,
274495
- "watchers_count": 80,
274496
- "watchers": 80,
274497
- "size": 108,
274498
- "default_branch": "master",
274499
- "open_issues": 0,
274500
- "open_issues_count": 0,
274501
- "is_template": true,
274502
- "license": {
274503
- "key": "mit",
274504
- "name": "MIT License",
274505
- "url": "https://api.github.com/licenses/mit",
274506
- "spdx_id": "MIT",
274507
- "node_id": "MDc6TGljZW5zZW1pdA==",
274508
- "html_url": "https://api.github.com/licenses/mit"
274509
- },
274510
- "topics": [
274511
- "octocat",
274512
- "atom",
274513
- "electron",
274514
- "api"
274515
- ],
274516
- "has_issues": true,
274517
- "has_projects": true,
274518
- "has_wiki": true,
274519
- "has_pages": false,
274520
- "has_downloads": true,
274521
- "archived": false,
274522
- "disabled": false,
274523
- "visibility": "public",
274524
- "pushed_at": "2011-01-26T19:06:43Z",
274525
- "created_at": "2011-01-26T19:01:12Z",
274526
- "updated_at": "2011-01-26T19:14:43Z",
274527
- "permissions": {
274528
- "pull": true,
274529
- "triage": false,
274530
- "push": false,
274531
- "maintain": false,
274532
- "admin": false
274533
- },
274534
- "allow_rebase_merge": true,
274535
- "temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O",
274536
- "allow_squash_merge": true,
274537
- "allow_auto_merge": false,
274538
- "delete_branch_on_merge": true,
274539
- "allow_merge_commit": true,
274540
- "subscribers_count": 42,
274541
- "network_count": 0
274542
- },
274543
274471
  "temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O",
274544
274472
  "allow_squash_merge": true,
274545
274473
  "allow_auto_merge": false,
@@ -276124,6 +276052,7 @@
276124
276052
  "check_suite_node_id": "MDEwOkNoZWNrU3VpdGU0Mg==",
276125
276053
  "head_branch": "master",
276126
276054
  "head_sha": "acb5820ced9479c074f688cc328bf03f341a511d",
276055
+ "path": ".github/workflows/build.yml@main",
276127
276056
  "run_number": 562,
276128
276057
  "event": "push",
276129
276058
  "display_title": "Update README.md",
@@ -288361,130 +288290,6 @@
288361
288290
  },
288362
288291
  "role_name": "read",
288363
288292
  "allow_rebase_merge": true,
288364
- "template_repository": {
288365
- "id": 1296269,
288366
- "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5",
288367
- "name": "Hello-World-Template",
288368
- "full_name": "octocat/Hello-World-Template",
288369
- "owner": {
288370
- "login": "octocat",
288371
- "id": 1,
288372
- "node_id": "MDQ6VXNlcjE=",
288373
- "avatar_url": "https://github.com/images/error/octocat_happy.gif",
288374
- "gravatar_id": "",
288375
- "url": "https://api.github.com/users/octocat",
288376
- "html_url": "https://github.com/octocat",
288377
- "followers_url": "https://api.github.com/users/octocat/followers",
288378
- "following_url": "https://api.github.com/users/octocat/following{/other_user}",
288379
- "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
288380
- "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
288381
- "subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
288382
- "organizations_url": "https://api.github.com/users/octocat/orgs",
288383
- "repos_url": "https://api.github.com/users/octocat/repos",
288384
- "events_url": "https://api.github.com/users/octocat/events{/privacy}",
288385
- "received_events_url": "https://api.github.com/users/octocat/received_events",
288386
- "type": "User",
288387
- "site_admin": false
288388
- },
288389
- "private": false,
288390
- "html_url": "https://github.com/octocat/Hello-World-Template",
288391
- "description": "This your first repo!",
288392
- "fork": false,
288393
- "url": "https://api.github.com/repos/octocat/Hello-World-Template",
288394
- "archive_url": "https://api.github.com/repos/octocat/Hello-World-Template/{archive_format}{/ref}",
288395
- "assignees_url": "https://api.github.com/repos/octocat/Hello-World-Template/assignees{/user}",
288396
- "blobs_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/blobs{/sha}",
288397
- "branches_url": "https://api.github.com/repos/octocat/Hello-World-Template/branches{/branch}",
288398
- "collaborators_url": "https://api.github.com/repos/octocat/Hello-World-Template/collaborators{/collaborator}",
288399
- "comments_url": "https://api.github.com/repos/octocat/Hello-World-Template/comments{/number}",
288400
- "commits_url": "https://api.github.com/repos/octocat/Hello-World-Template/commits{/sha}",
288401
- "compare_url": "https://api.github.com/repos/octocat/Hello-World-Template/compare/{base}...{head}",
288402
- "contents_url": "https://api.github.com/repos/octocat/Hello-World-Template/contents/{+path}",
288403
- "contributors_url": "https://api.github.com/repos/octocat/Hello-World-Template/contributors",
288404
- "deployments_url": "https://api.github.com/repos/octocat/Hello-World-Template/deployments",
288405
- "downloads_url": "https://api.github.com/repos/octocat/Hello-World-Template/downloads",
288406
- "events_url": "https://api.github.com/repos/octocat/Hello-World-Template/events",
288407
- "forks_url": "https://api.github.com/repos/octocat/Hello-World-Template/forks",
288408
- "git_commits_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/commits{/sha}",
288409
- "git_refs_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/refs{/sha}",
288410
- "git_tags_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/tags{/sha}",
288411
- "git_url": "git:github.com/octocat/Hello-World-Template.git",
288412
- "issue_comment_url": "https://api.github.com/repos/octocat/Hello-World-Template/issues/comments{/number}",
288413
- "issue_events_url": "https://api.github.com/repos/octocat/Hello-World-Template/issues/events{/number}",
288414
- "issues_url": "https://api.github.com/repos/octocat/Hello-World-Template/issues{/number}",
288415
- "keys_url": "https://api.github.com/repos/octocat/Hello-World-Template/keys{/key_id}",
288416
- "labels_url": "https://api.github.com/repos/octocat/Hello-World-Template/labels{/name}",
288417
- "languages_url": "https://api.github.com/repos/octocat/Hello-World-Template/languages",
288418
- "merges_url": "https://api.github.com/repos/octocat/Hello-World-Template/merges",
288419
- "milestones_url": "https://api.github.com/repos/octocat/Hello-World-Template/milestones{/number}",
288420
- "notifications_url": "https://api.github.com/repos/octocat/Hello-World-Template/notifications{?since,all,participating}",
288421
- "pulls_url": "https://api.github.com/repos/octocat/Hello-World-Template/pulls{/number}",
288422
- "releases_url": "https://api.github.com/repos/octocat/Hello-World-Template/releases{/id}",
288423
- "ssh_url": "git@github.com:octocat/Hello-World-Template.git",
288424
- "stargazers_url": "https://api.github.com/repos/octocat/Hello-World-Template/stargazers",
288425
- "statuses_url": "https://api.github.com/repos/octocat/Hello-World-Template/statuses/{sha}",
288426
- "subscribers_url": "https://api.github.com/repos/octocat/Hello-World-Template/subscribers",
288427
- "subscription_url": "https://api.github.com/repos/octocat/Hello-World-Template/subscription",
288428
- "tags_url": "https://api.github.com/repos/octocat/Hello-World-Template/tags",
288429
- "teams_url": "https://api.github.com/repos/octocat/Hello-World-Template/teams",
288430
- "trees_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/trees{/sha}",
288431
- "clone_url": "https://github.com/octocat/Hello-World-Template.git",
288432
- "mirror_url": "git:git.example.com/octocat/Hello-World-Template",
288433
- "hooks_url": "https://api.github.com/repos/octocat/Hello-World-Template/hooks",
288434
- "svn_url": "https://svn.github.com/octocat/Hello-World-Template",
288435
- "homepage": "https://github.com",
288436
- "language": null,
288437
- "forks": 9,
288438
- "forks_count": 9,
288439
- "stargazers_count": 80,
288440
- "watchers_count": 80,
288441
- "watchers": 80,
288442
- "size": 108,
288443
- "default_branch": "master",
288444
- "open_issues": 0,
288445
- "open_issues_count": 0,
288446
- "is_template": true,
288447
- "license": {
288448
- "key": "mit",
288449
- "name": "MIT License",
288450
- "url": "https://api.github.com/licenses/mit",
288451
- "spdx_id": "MIT",
288452
- "node_id": "MDc6TGljZW5zZW1pdA==",
288453
- "html_url": "https://api.github.com/licenses/mit"
288454
- },
288455
- "topics": [
288456
- "octocat",
288457
- "atom",
288458
- "electron",
288459
- "api"
288460
- ],
288461
- "has_issues": true,
288462
- "has_projects": true,
288463
- "has_wiki": true,
288464
- "has_pages": false,
288465
- "has_downloads": true,
288466
- "archived": false,
288467
- "disabled": false,
288468
- "visibility": "public",
288469
- "pushed_at": "2011-01-26T19:06:43Z",
288470
- "created_at": "2011-01-26T19:01:12Z",
288471
- "updated_at": "2011-01-26T19:14:43Z",
288472
- "permissions": {
288473
- "pull": true,
288474
- "triage": false,
288475
- "push": false,
288476
- "maintain": false,
288477
- "admin": false
288478
- },
288479
- "allow_rebase_merge": true,
288480
- "temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O",
288481
- "allow_squash_merge": true,
288482
- "allow_auto_merge": false,
288483
- "delete_branch_on_merge": true,
288484
- "allow_merge_commit": true,
288485
- "subscribers_count": 42,
288486
- "network_count": 0
288487
- },
288488
288293
  "temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O",
288489
288294
  "allow_squash_merge": true,
288490
288295
  "allow_auto_merge": false,