@octokit/openapi 7.3.0 → 7.6.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.
Files changed (35) hide show
  1. package/generated/api.github.com.deref.json +9963 -140
  2. package/generated/api.github.com.json +1055 -110
  3. package/generated/ghes-3.2-diff-to-api.github.com.deref.json +1 -1
  4. package/generated/ghes-3.2-diff-to-api.github.com.json +1 -1
  5. package/generated/ghes-3.2-diff-to-ghes-3.3.deref.json +133 -25
  6. package/generated/ghes-3.2-diff-to-ghes-3.3.json +127 -14
  7. package/generated/ghes-3.2.deref.json +458 -242
  8. package/generated/ghes-3.2.json +694 -35
  9. package/generated/ghes-3.3-anicca-diff-to-ghes-3.4.deref.json +0 -16
  10. package/generated/ghes-3.3-diff-to-ghes-3.4.deref.json +187 -223
  11. package/generated/ghes-3.3-diff-to-ghes-3.4.json +432 -10
  12. package/generated/ghes-3.3.deref.json +458 -244
  13. package/generated/ghes-3.3.json +694 -36
  14. package/generated/ghes-3.4-diff-to-ghes-3.5.deref.json +9 -1
  15. package/generated/ghes-3.4-diff-to-ghes-3.5.json +9 -1
  16. package/generated/ghes-3.4.deref.json +462 -230
  17. package/generated/ghes-3.4.json +703 -38
  18. package/generated/ghes-3.5-anicca-diff-to-ghes-3.6.deref.json +1548 -135
  19. package/generated/ghes-3.5-diff-to-api.github.com.deref.json +1 -1
  20. package/generated/ghes-3.5-diff-to-api.github.com.json +1 -1
  21. package/generated/ghes-3.5-diff-to-ghes-3.6.deref.json +48182 -31728
  22. package/generated/ghes-3.5-diff-to-ghes-3.6.json +9496 -4686
  23. package/generated/ghes-3.5.deref.json +556 -242
  24. package/generated/ghes-3.5.json +797 -50
  25. package/generated/ghes-3.6-anicca-diff-to-api.github.com.deref.json +433 -88
  26. package/generated/ghes-3.6-diff-to-api.github.com.deref.json +17473 -6079
  27. package/generated/ghes-3.6-diff-to-api.github.com.json +4604 -2146
  28. package/generated/ghes-3.6.deref.json +8136 -240
  29. package/generated/ghes-3.6.json +1109 -133
  30. package/generated/github.ae-anicca-diff-to-api.github.com.deref.json +1018 -34
  31. package/generated/github.ae-diff-to-api.github.com.deref.json +24735 -16611
  32. package/generated/github.ae-diff-to-api.github.com.json +1390 -126
  33. package/generated/github.ae.deref.json +1214 -163
  34. package/generated/github.ae.json +821 -44
  35. package/package.json +1 -1
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "7.3.0",
4
+ "version": "7.6.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": {
@@ -2763,14 +2763,6 @@
2763
2763
  "write"
2764
2764
  ]
2765
2765
  },
2766
- "organization_custom_roles": {
2767
- "type": "string",
2768
- "description": "The level of permission to grant the access token for custom roles management.",
2769
- "enum": [
2770
- "read",
2771
- "write"
2772
- ]
2773
- },
2774
2766
  "deployments": {
2775
2767
  "type": "string",
2776
2768
  "description": "The level of permission to grant the access token for deployments and deployment statuses.",
@@ -3572,14 +3564,6 @@
3572
3564
  "write"
3573
3565
  ]
3574
3566
  },
3575
- "organization_custom_roles": {
3576
- "type": "string",
3577
- "description": "The level of permission to grant the access token for custom roles management.",
3578
- "enum": [
3579
- "read",
3580
- "write"
3581
- ]
3582
- },
3583
3567
  "deployments": {
3584
3568
  "type": "string",
3585
3569
  "description": "The level of permission to grant the access token for deployments and deployment statuses.",
@@ -4244,14 +4228,6 @@
4244
4228
  "write"
4245
4229
  ]
4246
4230
  },
4247
- "organization_custom_roles": {
4248
- "type": "string",
4249
- "description": "The level of permission to grant the access token for custom roles management.",
4250
- "enum": [
4251
- "read",
4252
- "write"
4253
- ]
4254
- },
4255
4231
  "deployments": {
4256
4232
  "type": "string",
4257
4233
  "description": "The level of permission to grant the access token for deployments and deployment statuses.",
@@ -6832,14 +6808,6 @@
6832
6808
  "write"
6833
6809
  ]
6834
6810
  },
6835
- "organization_custom_roles": {
6836
- "type": "string",
6837
- "description": "The level of permission to grant the access token for custom roles management.",
6838
- "enum": [
6839
- "read",
6840
- "write"
6841
- ]
6842
- },
6843
6811
  "deployments": {
6844
6812
  "type": "string",
6845
6813
  "description": "The level of permission to grant the access token for deployments and deployment statuses.",
@@ -7319,7 +7287,13 @@
7319
7287
  "category": "apps",
7320
7288
  "subcategory": null
7321
7289
  },
7322
- "x-octokit": {}
7290
+ "x-octokit": {
7291
+ "diff": {
7292
+ "api.github.com": {
7293
+ "type": "changed"
7294
+ }
7295
+ }
7296
+ }
7323
7297
  }
7324
7298
  },
7325
7299
  "/app/installations/{installation_id}": {
@@ -7629,14 +7603,6 @@
7629
7603
  "write"
7630
7604
  ]
7631
7605
  },
7632
- "organization_custom_roles": {
7633
- "type": "string",
7634
- "description": "The level of permission to grant the access token for custom roles management.",
7635
- "enum": [
7636
- "read",
7637
- "write"
7638
- ]
7639
- },
7640
7606
  "deployments": {
7641
7607
  "type": "string",
7642
7608
  "description": "The level of permission to grant the access token for deployments and deployment statuses.",
@@ -8131,7 +8097,13 @@
8131
8097
  "category": "apps",
8132
8098
  "subcategory": null
8133
8099
  },
8134
- "x-octokit": {}
8100
+ "x-octokit": {
8101
+ "diff": {
8102
+ "api.github.com": {
8103
+ "type": "changed"
8104
+ }
8105
+ }
8106
+ }
8135
8107
  },
8136
8108
  "delete": {
8137
8109
  "summary": "Delete an installation for the authenticated app",
@@ -8290,14 +8262,6 @@
8290
8262
  "write"
8291
8263
  ]
8292
8264
  },
8293
- "organization_custom_roles": {
8294
- "type": "string",
8295
- "description": "The level of permission to grant the access token for custom roles management.",
8296
- "enum": [
8297
- "read",
8298
- "write"
8299
- ]
8300
- },
8301
8265
  "deployments": {
8302
8266
  "type": "string",
8303
8267
  "description": "The level of permission to grant the access token for deployments and deployment statuses.",
@@ -8583,14 +8547,6 @@
8583
8547
  "write"
8584
8548
  ]
8585
8549
  },
8586
- "organization_custom_roles": {
8587
- "type": "string",
8588
- "description": "The level of permission to grant the access token for custom roles management.",
8589
- "enum": [
8590
- "read",
8591
- "write"
8592
- ]
8593
- },
8594
8550
  "deployments": {
8595
8551
  "type": "string",
8596
8552
  "description": "The level of permission to grant the access token for deployments and deployment statuses.",
@@ -9828,6 +9784,11 @@
9828
9784
  "description": "Whether to allow forking this repo",
9829
9785
  "type": "boolean"
9830
9786
  },
9787
+ "web_commit_signoff_required": {
9788
+ "description": "Whether to require contributors to sign off on web-based commits",
9789
+ "default": false,
9790
+ "type": "boolean"
9791
+ },
9831
9792
  "subscribers_count": {
9832
9793
  "type": "integer"
9833
9794
  },
@@ -10816,14 +10777,6 @@
10816
10777
  "write"
10817
10778
  ]
10818
10779
  },
10819
- "organization_custom_roles": {
10820
- "type": "string",
10821
- "description": "The level of permission to grant the access token for custom roles management.",
10822
- "enum": [
10823
- "read",
10824
- "write"
10825
- ]
10826
- },
10827
10780
  "deployments": {
10828
10781
  "type": "string",
10829
10782
  "description": "The level of permission to grant the access token for deployments and deployment statuses.",
@@ -11374,7 +11327,13 @@
11374
11327
  "category": "apps",
11375
11328
  "subcategory": "oauth-applications"
11376
11329
  },
11377
- "x-octokit": {}
11330
+ "x-octokit": {
11331
+ "diff": {
11332
+ "api.github.com": {
11333
+ "type": "changed"
11334
+ }
11335
+ }
11336
+ }
11378
11337
  },
11379
11338
  "patch": {
11380
11339
  "summary": "Reset a token",
@@ -11667,14 +11626,6 @@
11667
11626
  "write"
11668
11627
  ]
11669
11628
  },
11670
- "organization_custom_roles": {
11671
- "type": "string",
11672
- "description": "The level of permission to grant the access token for custom roles management.",
11673
- "enum": [
11674
- "read",
11675
- "write"
11676
- ]
11677
- },
11678
11629
  "deployments": {
11679
11630
  "type": "string",
11680
11631
  "description": "The level of permission to grant the access token for deployments and deployment statuses.",
@@ -12199,7 +12150,13 @@
12199
12150
  "category": "apps",
12200
12151
  "subcategory": "oauth-applications"
12201
12152
  },
12202
- "x-octokit": {}
12153
+ "x-octokit": {
12154
+ "diff": {
12155
+ "api.github.com": {
12156
+ "type": "changed"
12157
+ }
12158
+ }
12159
+ }
12203
12160
  },
12204
12161
  "delete": {
12205
12162
  "summary": "Delete an app token",
@@ -12611,14 +12568,6 @@
12611
12568
  "write"
12612
12569
  ]
12613
12570
  },
12614
- "organization_custom_roles": {
12615
- "type": "string",
12616
- "description": "The level of permission to grant the access token for custom roles management.",
12617
- "enum": [
12618
- "read",
12619
- "write"
12620
- ]
12621
- },
12622
12571
  "deployments": {
12623
12572
  "type": "string",
12624
12573
  "description": "The level of permission to grant the access token for deployments and deployment statuses.",
@@ -19761,6 +19710,11 @@
19761
19710
  "description": "Whether to allow forking this repo",
19762
19711
  "type": "boolean"
19763
19712
  },
19713
+ "web_commit_signoff_required": {
19714
+ "description": "Whether to require contributors to sign off on web-based commits",
19715
+ "default": false,
19716
+ "type": "boolean"
19717
+ },
19764
19718
  "subscribers_count": {
19765
19719
  "type": "integer"
19766
19720
  },
@@ -20970,6 +20924,11 @@
20970
20924
  "description": "Whether to allow forking this repo",
20971
20925
  "type": "boolean"
20972
20926
  },
20927
+ "web_commit_signoff_required": {
20928
+ "description": "Whether to require contributors to sign off on web-based commits",
20929
+ "default": false,
20930
+ "type": "boolean"
20931
+ },
20973
20932
  "subscribers_count": {
20974
20933
  "type": "integer"
20975
20934
  },
@@ -33168,6 +33127,11 @@
33168
33127
  "description": "Whether to allow forking this repo",
33169
33128
  "type": "boolean"
33170
33129
  },
33130
+ "web_commit_signoff_required": {
33131
+ "description": "Whether to require contributors to sign off on web-based commits",
33132
+ "default": false,
33133
+ "type": "boolean"
33134
+ },
33171
33135
  "subscribers_count": {
33172
33136
  "type": "integer"
33173
33137
  },
@@ -35558,6 +35522,11 @@
35558
35522
  "description": "Whether to allow forking this repo",
35559
35523
  "type": "boolean"
35560
35524
  },
35525
+ "web_commit_signoff_required": {
35526
+ "description": "Whether to require contributors to sign off on web-based commits",
35527
+ "default": false,
35528
+ "type": "boolean"
35529
+ },
35561
35530
  "subscribers_count": {
35562
35531
  "type": "integer"
35563
35532
  },
@@ -38650,6 +38619,11 @@
38650
38619
  "description": "Whether to allow forking this repo",
38651
38620
  "type": "boolean"
38652
38621
  },
38622
+ "web_commit_signoff_required": {
38623
+ "description": "Whether to require contributors to sign off on web-based commits",
38624
+ "default": false,
38625
+ "type": "boolean"
38626
+ },
38653
38627
  "subscribers_count": {
38654
38628
  "type": "integer"
38655
38629
  },
@@ -38829,6 +38803,10 @@
38829
38803
  },
38830
38804
  "allow_forking": {
38831
38805
  "type": "boolean"
38806
+ },
38807
+ "web_commit_signoff_required": {
38808
+ "type": "boolean",
38809
+ "example": false
38832
38810
  }
38833
38811
  },
38834
38812
  "required": [
@@ -40792,6 +40770,11 @@
40792
40770
  "description": "Whether to allow forking this repo",
40793
40771
  "type": "boolean"
40794
40772
  },
40773
+ "web_commit_signoff_required": {
40774
+ "description": "Whether to require contributors to sign off on web-based commits",
40775
+ "default": false,
40776
+ "type": "boolean"
40777
+ },
40795
40778
  "subscribers_count": {
40796
40779
  "type": "integer"
40797
40780
  },
@@ -40971,6 +40954,10 @@
40971
40954
  },
40972
40955
  "allow_forking": {
40973
40956
  "type": "boolean"
40957
+ },
40958
+ "web_commit_signoff_required": {
40959
+ "type": "boolean",
40960
+ "example": false
40974
40961
  }
40975
40962
  },
40976
40963
  "required": [
@@ -42184,6 +42171,10 @@
42184
42171
  "example": false,
42185
42172
  "nullable": true
42186
42173
  },
42174
+ "web_commit_signoff_required": {
42175
+ "type": "boolean",
42176
+ "example": false
42177
+ },
42187
42178
  "updated_at": {
42188
42179
  "type": "string",
42189
42180
  "format": "date-time"
@@ -42432,6 +42423,11 @@
42432
42423
  "description": "Whether organization members can fork private organization repositories.",
42433
42424
  "default": false
42434
42425
  },
42426
+ "web_commit_signoff_required": {
42427
+ "type": "boolean",
42428
+ "description": "Whether contributors to organization repositories are required to sign off on commits they make through GitHub's web interface.",
42429
+ "default": false
42430
+ },
42435
42431
  "blog": {
42436
42432
  "type": "string",
42437
42433
  "example": "\"http://github.blog\""
@@ -42689,6 +42685,10 @@
42689
42685
  "example": false,
42690
42686
  "nullable": true
42691
42687
  },
42688
+ "web_commit_signoff_required": {
42689
+ "type": "boolean",
42690
+ "example": false
42691
+ },
42692
42692
  "updated_at": {
42693
42693
  "type": "string",
42694
42694
  "format": "date-time"
@@ -42772,6 +42772,7 @@
42772
42772
  "members_can_create_public_pages": true,
42773
42773
  "members_can_create_private_pages": true,
42774
42774
  "members_can_fork_private_repositories": false,
42775
+ "web_commit_signoff_required": false,
42775
42776
  "updated_at": "2014-03-03T18:58:10Z"
42776
42777
  }
42777
42778
  }
@@ -44141,6 +44142,11 @@
44141
44142
  "description": "Whether to allow forking this repo",
44142
44143
  "type": "boolean"
44143
44144
  },
44145
+ "web_commit_signoff_required": {
44146
+ "description": "Whether to require contributors to sign off on web-based commits",
44147
+ "default": false,
44148
+ "type": "boolean"
44149
+ },
44144
44150
  "subscribers_count": {
44145
44151
  "type": "integer"
44146
44152
  },
@@ -46773,6 +46779,11 @@
46773
46779
  "description": "Whether to allow forking this repo",
46774
46780
  "type": "boolean"
46775
46781
  },
46782
+ "web_commit_signoff_required": {
46783
+ "description": "Whether to require contributors to sign off on web-based commits",
46784
+ "default": false,
46785
+ "type": "boolean"
46786
+ },
46776
46787
  "subscribers_count": {
46777
46788
  "type": "integer"
46778
46789
  },
@@ -47982,6 +47993,11 @@
47982
47993
  "description": "Whether to allow forking this repo",
47983
47994
  "type": "boolean"
47984
47995
  },
47996
+ "web_commit_signoff_required": {
47997
+ "description": "Whether to require contributors to sign off on web-based commits",
47998
+ "default": false,
47999
+ "type": "boolean"
48000
+ },
47985
48001
  "subscribers_count": {
47986
48002
  "type": "integer"
47987
48003
  },
@@ -50336,6 +50352,11 @@
50336
50352
  "description": "Whether to allow forking this repo",
50337
50353
  "type": "boolean"
50338
50354
  },
50355
+ "web_commit_signoff_required": {
50356
+ "description": "Whether to require contributors to sign off on web-based commits",
50357
+ "default": false,
50358
+ "type": "boolean"
50359
+ },
50339
50360
  "subscribers_count": {
50340
50361
  "type": "integer"
50341
50362
  },
@@ -50515,6 +50536,10 @@
50515
50536
  },
50516
50537
  "allow_forking": {
50517
50538
  "type": "boolean"
50539
+ },
50540
+ "web_commit_signoff_required": {
50541
+ "type": "boolean",
50542
+ "example": false
50518
50543
  }
50519
50544
  },
50520
50545
  "required": [
@@ -54218,14 +54243,6 @@
54218
54243
  "write"
54219
54244
  ]
54220
54245
  },
54221
- "organization_custom_roles": {
54222
- "type": "string",
54223
- "description": "The level of permission to grant the access token for custom roles management.",
54224
- "enum": [
54225
- "read",
54226
- "write"
54227
- ]
54228
- },
54229
54246
  "deployments": {
54230
54247
  "type": "string",
54231
54248
  "description": "The level of permission to grant the access token for deployments and deployment statuses.",
@@ -54694,7 +54711,13 @@
54694
54711
  "category": "apps",
54695
54712
  "subcategory": null
54696
54713
  },
54697
- "x-octokit": {}
54714
+ "x-octokit": {
54715
+ "diff": {
54716
+ "api.github.com": {
54717
+ "type": "changed"
54718
+ }
54719
+ }
54720
+ }
54698
54721
  }
54699
54722
  },
54700
54723
  "/orgs/{org}/installations": {
@@ -55029,14 +55052,6 @@
55029
55052
  "write"
55030
55053
  ]
55031
55054
  },
55032
- "organization_custom_roles": {
55033
- "type": "string",
55034
- "description": "The level of permission to grant the access token for custom roles management.",
55035
- "enum": [
55036
- "read",
55037
- "write"
55038
- ]
55039
- },
55040
55055
  "deployments": {
55041
55056
  "type": "string",
55042
55057
  "description": "The level of permission to grant the access token for deployments and deployment statuses.",
@@ -55522,7 +55537,13 @@
55522
55537
  "category": "orgs",
55523
55538
  "subcategory": null
55524
55539
  },
55525
- "x-octokit": {}
55540
+ "x-octokit": {
55541
+ "diff": {
55542
+ "api.github.com": {
55543
+ "type": "changed"
55544
+ }
55545
+ }
55546
+ }
55526
55547
  }
55527
55548
  },
55528
55549
  "/orgs/{org}/issues": {
@@ -57553,6 +57574,11 @@
57553
57574
  "description": "Whether to allow forking this repo",
57554
57575
  "type": "boolean"
57555
57576
  },
57577
+ "web_commit_signoff_required": {
57578
+ "description": "Whether to require contributors to sign off on web-based commits",
57579
+ "default": false,
57580
+ "type": "boolean"
57581
+ },
57556
57582
  "subscribers_count": {
57557
57583
  "type": "integer"
57558
57584
  },
@@ -60952,6 +60978,11 @@
60952
60978
  "description": "Whether to allow forking this repo",
60953
60979
  "type": "boolean"
60954
60980
  },
60981
+ "web_commit_signoff_required": {
60982
+ "description": "Whether to require contributors to sign off on web-based commits",
60983
+ "default": false,
60984
+ "type": "boolean"
60985
+ },
60955
60986
  "subscribers_count": {
60956
60987
  "type": "integer"
60957
60988
  },
@@ -62568,6 +62599,11 @@
62568
62599
  "description": "Whether to allow forking this repo",
62569
62600
  "type": "boolean"
62570
62601
  },
62602
+ "web_commit_signoff_required": {
62603
+ "description": "Whether to require contributors to sign off on web-based commits",
62604
+ "default": false,
62605
+ "type": "boolean"
62606
+ },
62571
62607
  "subscribers_count": {
62572
62608
  "type": "integer"
62573
62609
  },
@@ -64213,6 +64249,11 @@
64213
64249
  "description": "Whether to allow forking this repo",
64214
64250
  "type": "boolean"
64215
64251
  },
64252
+ "web_commit_signoff_required": {
64253
+ "description": "Whether to require contributors to sign off on web-based commits",
64254
+ "default": false,
64255
+ "type": "boolean"
64256
+ },
64216
64257
  "subscribers_count": {
64217
64258
  "type": "integer"
64218
64259
  },
@@ -67349,6 +67390,11 @@
67349
67390
  "description": "Whether to allow forking this repo",
67350
67391
  "type": "boolean"
67351
67392
  },
67393
+ "web_commit_signoff_required": {
67394
+ "description": "Whether to require contributors to sign off on web-based commits",
67395
+ "default": false,
67396
+ "type": "boolean"
67397
+ },
67352
67398
  "subscribers_count": {
67353
67399
  "type": "integer"
67354
67400
  },
@@ -67528,6 +67574,10 @@
67528
67574
  },
67529
67575
  "allow_forking": {
67530
67576
  "type": "boolean"
67577
+ },
67578
+ "web_commit_signoff_required": {
67579
+ "type": "boolean",
67580
+ "example": false
67531
67581
  }
67532
67582
  },
67533
67583
  "required": [
@@ -67837,6 +67887,40 @@
67837
67887
  "type": "boolean",
67838
67888
  "description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message.",
67839
67889
  "default": false
67890
+ },
67891
+ "squash_merge_commit_title": {
67892
+ "type": "string",
67893
+ "enum": [
67894
+ "PR_TITLE",
67895
+ "COMMIT_OR_PR_TITLE"
67896
+ ],
67897
+ "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)."
67898
+ },
67899
+ "squash_merge_commit_message": {
67900
+ "type": "string",
67901
+ "enum": [
67902
+ "PR_BODY",
67903
+ "COMMIT_MESSAGES",
67904
+ "BLANK"
67905
+ ],
67906
+ "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."
67907
+ },
67908
+ "merge_commit_title": {
67909
+ "type": "string",
67910
+ "enum": [
67911
+ "PR_TITLE",
67912
+ "MERGE_MESSAGE"
67913
+ ],
67914
+ "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)."
67915
+ },
67916
+ "merge_commit_message": {
67917
+ "type": "string",
67918
+ "enum": [
67919
+ "PR_BODY",
67920
+ "PR_TITLE",
67921
+ "BLANK"
67922
+ ],
67923
+ "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."
67840
67924
  }
67841
67925
  },
67842
67926
  "required": [
@@ -68876,6 +68960,11 @@
68876
68960
  "description": "Whether to allow forking this repo",
68877
68961
  "type": "boolean"
68878
68962
  },
68963
+ "web_commit_signoff_required": {
68964
+ "description": "Whether to require contributors to sign off on web-based commits",
68965
+ "default": false,
68966
+ "type": "boolean"
68967
+ },
68879
68968
  "subscribers_count": {
68880
68969
  "type": "integer"
68881
68970
  },
@@ -69756,8 +69845,8 @@
69756
69845
  "example": "2017-08-17T12:37:15Z"
69757
69846
  },
69758
69847
  "organization": {
69759
- "title": "Organization Full",
69760
- "description": "Organization Full",
69848
+ "title": "Team Organization",
69849
+ "description": "Team Organization",
69761
69850
  "type": "object",
69762
69851
  "properties": {
69763
69852
  "login": {
@@ -69982,6 +70071,10 @@
69982
70071
  "example": false,
69983
70072
  "nullable": true
69984
70073
  },
70074
+ "web_commit_signoff_required": {
70075
+ "type": "boolean",
70076
+ "example": false
70077
+ },
69985
70078
  "updated_at": {
69986
70079
  "type": "string",
69987
70080
  "format": "date-time"
@@ -70393,8 +70486,8 @@
70393
70486
  "example": "2017-08-17T12:37:15Z"
70394
70487
  },
70395
70488
  "organization": {
70396
- "title": "Organization Full",
70397
- "description": "Organization Full",
70489
+ "title": "Team Organization",
70490
+ "description": "Team Organization",
70398
70491
  "type": "object",
70399
70492
  "properties": {
70400
70493
  "login": {
@@ -70619,6 +70712,10 @@
70619
70712
  "example": false,
70620
70713
  "nullable": true
70621
70714
  },
70715
+ "web_commit_signoff_required": {
70716
+ "type": "boolean",
70717
+ "example": false
70718
+ },
70622
70719
  "updated_at": {
70623
70720
  "type": "string",
70624
70721
  "format": "date-time"
@@ -71011,8 +71108,8 @@
71011
71108
  "example": "2017-08-17T12:37:15Z"
71012
71109
  },
71013
71110
  "organization": {
71014
- "title": "Organization Full",
71015
- "description": "Organization Full",
71111
+ "title": "Team Organization",
71112
+ "description": "Team Organization",
71016
71113
  "type": "object",
71017
71114
  "properties": {
71018
71115
  "login": {
@@ -71237,6 +71334,10 @@
71237
71334
  "example": false,
71238
71335
  "nullable": true
71239
71336
  },
71337
+ "web_commit_signoff_required": {
71338
+ "type": "boolean",
71339
+ "example": false
71340
+ },
71240
71341
  "updated_at": {
71241
71342
  "type": "string",
71242
71343
  "format": "date-time"
@@ -79535,6 +79636,11 @@
79535
79636
  "description": "Whether to allow forking this repo",
79536
79637
  "type": "boolean"
79537
79638
  },
79639
+ "web_commit_signoff_required": {
79640
+ "description": "Whether to require contributors to sign off on web-based commits",
79641
+ "default": false,
79642
+ "type": "boolean"
79643
+ },
79538
79644
  "subscribers_count": {
79539
79645
  "type": "integer"
79540
79646
  },
@@ -79714,6 +79820,10 @@
79714
79820
  },
79715
79821
  "allow_forking": {
79716
79822
  "type": "boolean"
79823
+ },
79824
+ "web_commit_signoff_required": {
79825
+ "type": "boolean",
79826
+ "example": false
79717
79827
  }
79718
79828
  },
79719
79829
  "required": [
@@ -81502,6 +81612,11 @@
81502
81612
  "description": "Whether to allow forking this repo",
81503
81613
  "type": "boolean"
81504
81614
  },
81615
+ "web_commit_signoff_required": {
81616
+ "description": "Whether to require contributors to sign off on web-based commits",
81617
+ "default": false,
81618
+ "type": "boolean"
81619
+ },
81505
81620
  "subscribers_count": {
81506
81621
  "type": "integer"
81507
81622
  },
@@ -81632,6 +81747,12 @@
81632
81747
  "type": "boolean",
81633
81748
  "example": false
81634
81749
  },
81750
+ "web_commit_signoff_required": {
81751
+ "description": "Whether to require contributors to sign off on web-based commits",
81752
+ "default": false,
81753
+ "type": "boolean",
81754
+ "example": false
81755
+ },
81635
81756
  "subscribers_count": {
81636
81757
  "type": "integer"
81637
81758
  },
@@ -89480,6 +89601,11 @@
89480
89601
  "description": "Whether to allow forking this repo",
89481
89602
  "type": "boolean"
89482
89603
  },
89604
+ "web_commit_signoff_required": {
89605
+ "description": "Whether to require contributors to sign off on web-based commits",
89606
+ "default": false,
89607
+ "type": "boolean"
89608
+ },
89483
89609
  "subscribers_count": {
89484
89610
  "type": "integer"
89485
89611
  },
@@ -89609,6 +89735,10 @@
89609
89735
  "type": "boolean",
89610
89736
  "example": true
89611
89737
  },
89738
+ "web_commit_signoff_required": {
89739
+ "type": "boolean",
89740
+ "example": false
89741
+ },
89612
89742
  "subscribers_count": {
89613
89743
  "type": "integer",
89614
89744
  "example": 42
@@ -90791,6 +90921,11 @@
90791
90921
  "description": "Whether to allow forking this repo",
90792
90922
  "type": "boolean"
90793
90923
  },
90924
+ "web_commit_signoff_required": {
90925
+ "description": "Whether to require contributors to sign off on web-based commits",
90926
+ "default": false,
90927
+ "type": "boolean"
90928
+ },
90794
90929
  "subscribers_count": {
90795
90930
  "type": "integer"
90796
90931
  },
@@ -91899,6 +92034,11 @@
91899
92034
  "description": "Whether to allow forking this repo",
91900
92035
  "type": "boolean"
91901
92036
  },
92037
+ "web_commit_signoff_required": {
92038
+ "description": "Whether to require contributors to sign off on web-based commits",
92039
+ "default": false,
92040
+ "type": "boolean"
92041
+ },
91902
92042
  "subscribers_count": {
91903
92043
  "type": "integer"
91904
92044
  },
@@ -92933,6 +93073,40 @@
92933
93073
  "description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message.",
92934
93074
  "default": false
92935
93075
  },
93076
+ "squash_merge_commit_title": {
93077
+ "type": "string",
93078
+ "enum": [
93079
+ "PR_TITLE",
93080
+ "COMMIT_OR_PR_TITLE"
93081
+ ],
93082
+ "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)."
93083
+ },
93084
+ "squash_merge_commit_message": {
93085
+ "type": "string",
93086
+ "enum": [
93087
+ "PR_BODY",
93088
+ "COMMIT_MESSAGES",
93089
+ "BLANK"
93090
+ ],
93091
+ "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."
93092
+ },
93093
+ "merge_commit_title": {
93094
+ "type": "string",
93095
+ "enum": [
93096
+ "PR_TITLE",
93097
+ "MERGE_MESSAGE"
93098
+ ],
93099
+ "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)."
93100
+ },
93101
+ "merge_commit_message": {
93102
+ "type": "string",
93103
+ "enum": [
93104
+ "PR_BODY",
93105
+ "PR_TITLE",
93106
+ "BLANK"
93107
+ ],
93108
+ "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."
93109
+ },
92936
93110
  "archived": {
92937
93111
  "type": "boolean",
92938
93112
  "description": "`true` to archive this repository. **Note**: You cannot unarchive repositories through the API.",
@@ -92942,6 +93116,11 @@
92942
93116
  "type": "boolean",
92943
93117
  "description": "Either `true` to allow private forks, or `false` to prevent private forks.",
92944
93118
  "default": false
93119
+ },
93120
+ "web_commit_signoff_required": {
93121
+ "type": "boolean",
93122
+ "description": "Either `true` to require contributors to sign off on web-based commits, or `false` to not require contributors to sign off on web-based commits.",
93123
+ "default": false
92945
93124
  }
92946
93125
  }
92947
93126
  },
@@ -94444,6 +94623,11 @@
94444
94623
  "description": "Whether to allow forking this repo",
94445
94624
  "type": "boolean"
94446
94625
  },
94626
+ "web_commit_signoff_required": {
94627
+ "description": "Whether to require contributors to sign off on web-based commits",
94628
+ "default": false,
94629
+ "type": "boolean"
94630
+ },
94447
94631
  "subscribers_count": {
94448
94632
  "type": "integer"
94449
94633
  },
@@ -94573,6 +94757,10 @@
94573
94757
  "type": "boolean",
94574
94758
  "example": true
94575
94759
  },
94760
+ "web_commit_signoff_required": {
94761
+ "type": "boolean",
94762
+ "example": false
94763
+ },
94576
94764
  "subscribers_count": {
94577
94765
  "type": "integer",
94578
94766
  "example": 42
@@ -95755,6 +95943,11 @@
95755
95943
  "description": "Whether to allow forking this repo",
95756
95944
  "type": "boolean"
95757
95945
  },
95946
+ "web_commit_signoff_required": {
95947
+ "description": "Whether to require contributors to sign off on web-based commits",
95948
+ "default": false,
95949
+ "type": "boolean"
95950
+ },
95758
95951
  "subscribers_count": {
95759
95952
  "type": "integer"
95760
95953
  },
@@ -96863,6 +97056,11 @@
96863
97056
  "description": "Whether to allow forking this repo",
96864
97057
  "type": "boolean"
96865
97058
  },
97059
+ "web_commit_signoff_required": {
97060
+ "description": "Whether to require contributors to sign off on web-based commits",
97061
+ "default": false,
97062
+ "type": "boolean"
97063
+ },
96866
97064
  "subscribers_count": {
96867
97065
  "type": "integer"
96868
97066
  },
@@ -97373,6 +97571,7 @@
97373
97571
  "delete_branch_on_merge": true,
97374
97572
  "allow_merge_commit": true,
97375
97573
  "allow_forking": true,
97574
+ "web_commit_signoff_required": false,
97376
97575
  "subscribers_count": 42,
97377
97576
  "network_count": 0,
97378
97577
  "organization": {
@@ -100659,6 +100858,11 @@
100659
100858
  "description": "Whether to allow forking this repo",
100660
100859
  "type": "boolean"
100661
100860
  },
100861
+ "web_commit_signoff_required": {
100862
+ "description": "Whether to require contributors to sign off on web-based commits",
100863
+ "default": false,
100864
+ "type": "boolean"
100865
+ },
100662
100866
  "subscribers_count": {
100663
100867
  "type": "integer"
100664
100868
  },
@@ -101877,6 +102081,11 @@
101877
102081
  "description": "Whether to allow forking this repo",
101878
102082
  "type": "boolean"
101879
102083
  },
102084
+ "web_commit_signoff_required": {
102085
+ "description": "Whether to require contributors to sign off on web-based commits",
102086
+ "default": false,
102087
+ "type": "boolean"
102088
+ },
101880
102089
  "subscribers_count": {
101881
102090
  "type": "integer"
101882
102091
  },
@@ -104373,6 +104582,11 @@
104373
104582
  "description": "Whether to allow forking this repo",
104374
104583
  "type": "boolean"
104375
104584
  },
104585
+ "web_commit_signoff_required": {
104586
+ "description": "Whether to require contributors to sign off on web-based commits",
104587
+ "default": false,
104588
+ "type": "boolean"
104589
+ },
104376
104590
  "subscribers_count": {
104377
104591
  "type": "integer"
104378
104592
  },
@@ -104552,6 +104766,10 @@
104552
104766
  },
104553
104767
  "allow_forking": {
104554
104768
  "type": "boolean"
104769
+ },
104770
+ "web_commit_signoff_required": {
104771
+ "type": "boolean",
104772
+ "example": false
104555
104773
  }
104556
104774
  },
104557
104775
  "required": [
@@ -106050,6 +106268,11 @@
106050
106268
  "description": "Whether to allow forking this repo",
106051
106269
  "type": "boolean"
106052
106270
  },
106271
+ "web_commit_signoff_required": {
106272
+ "description": "Whether to require contributors to sign off on web-based commits",
106273
+ "default": false,
106274
+ "type": "boolean"
106275
+ },
106053
106276
  "subscribers_count": {
106054
106277
  "type": "integer"
106055
106278
  },
@@ -106229,6 +106452,10 @@
106229
106452
  },
106230
106453
  "allow_forking": {
106231
106454
  "type": "boolean"
106455
+ },
106456
+ "web_commit_signoff_required": {
106457
+ "type": "boolean",
106458
+ "example": false
106232
106459
  }
106233
106460
  },
106234
106461
  "required": [
@@ -108629,6 +108856,11 @@
108629
108856
  "description": "Whether to allow forking this repo",
108630
108857
  "type": "boolean"
108631
108858
  },
108859
+ "web_commit_signoff_required": {
108860
+ "description": "Whether to require contributors to sign off on web-based commits",
108861
+ "default": false,
108862
+ "type": "boolean"
108863
+ },
108632
108864
  "subscribers_count": {
108633
108865
  "type": "integer"
108634
108866
  },
@@ -108808,6 +109040,10 @@
108808
109040
  },
108809
109041
  "allow_forking": {
108810
109042
  "type": "boolean"
109043
+ },
109044
+ "web_commit_signoff_required": {
109045
+ "type": "boolean",
109046
+ "example": false
108811
109047
  }
108812
109048
  },
108813
109049
  "required": [
@@ -110306,6 +110542,11 @@
110306
110542
  "description": "Whether to allow forking this repo",
110307
110543
  "type": "boolean"
110308
110544
  },
110545
+ "web_commit_signoff_required": {
110546
+ "description": "Whether to require contributors to sign off on web-based commits",
110547
+ "default": false,
110548
+ "type": "boolean"
110549
+ },
110309
110550
  "subscribers_count": {
110310
110551
  "type": "integer"
110311
110552
  },
@@ -110485,6 +110726,10 @@
110485
110726
  },
110486
110727
  "allow_forking": {
110487
110728
  "type": "boolean"
110729
+ },
110730
+ "web_commit_signoff_required": {
110731
+ "type": "boolean",
110732
+ "example": false
110488
110733
  }
110489
110734
  },
110490
110735
  "required": [
@@ -113186,6 +113431,11 @@
113186
113431
  "description": "Whether to allow forking this repo",
113187
113432
  "type": "boolean"
113188
113433
  },
113434
+ "web_commit_signoff_required": {
113435
+ "description": "Whether to require contributors to sign off on web-based commits",
113436
+ "default": false,
113437
+ "type": "boolean"
113438
+ },
113189
113439
  "subscribers_count": {
113190
113440
  "type": "integer"
113191
113441
  },
@@ -113365,6 +113615,10 @@
113365
113615
  },
113366
113616
  "allow_forking": {
113367
113617
  "type": "boolean"
113618
+ },
113619
+ "web_commit_signoff_required": {
113620
+ "type": "boolean",
113621
+ "example": false
113368
113622
  }
113369
113623
  },
113370
113624
  "required": [
@@ -114863,6 +115117,11 @@
114863
115117
  "description": "Whether to allow forking this repo",
114864
115118
  "type": "boolean"
114865
115119
  },
115120
+ "web_commit_signoff_required": {
115121
+ "description": "Whether to require contributors to sign off on web-based commits",
115122
+ "default": false,
115123
+ "type": "boolean"
115124
+ },
114866
115125
  "subscribers_count": {
114867
115126
  "type": "integer"
114868
115127
  },
@@ -115042,6 +115301,10 @@
115042
115301
  },
115043
115302
  "allow_forking": {
115044
115303
  "type": "boolean"
115304
+ },
115305
+ "web_commit_signoff_required": {
115306
+ "type": "boolean",
115307
+ "example": false
115045
115308
  }
115046
115309
  },
115047
115310
  "required": [
@@ -115946,9 +116209,16 @@
115946
116209
  "content": {
115947
116210
  "application/json": {
115948
116211
  "schema": {
116212
+ "title": "Empty Object",
116213
+ "description": "An object without any properties.",
115949
116214
  "type": "object",
115950
116215
  "properties": {},
115951
116216
  "additionalProperties": false
116217
+ },
116218
+ "examples": {
116219
+ "default": {
116220
+ "value": null
116221
+ }
115952
116222
  }
115953
116223
  }
115954
116224
  }
@@ -116626,6 +116896,11 @@
116626
116896
  "schema": {
116627
116897
  "type": "object",
116628
116898
  "nullable": true
116899
+ },
116900
+ "examples": {
116901
+ "default": {
116902
+ "value": null
116903
+ }
116629
116904
  }
116630
116905
  }
116631
116906
  }
@@ -116636,9 +116911,16 @@
116636
116911
  "content": {
116637
116912
  "application/json": {
116638
116913
  "schema": {
116914
+ "title": "Empty Object",
116915
+ "description": "An object without any properties.",
116639
116916
  "type": "object",
116640
116917
  "properties": {},
116641
116918
  "additionalProperties": false
116919
+ },
116920
+ "examples": {
116921
+ "default": {
116922
+ "value": null
116923
+ }
116642
116924
  }
116643
116925
  }
116644
116926
  }
@@ -117287,9 +117569,16 @@
117287
117569
  "content": {
117288
117570
  "application/json": {
117289
117571
  "schema": {
117572
+ "title": "Empty Object",
117573
+ "description": "An object without any properties.",
117290
117574
  "type": "object",
117291
117575
  "properties": {},
117292
117576
  "additionalProperties": false
117577
+ },
117578
+ "examples": {
117579
+ "default": {
117580
+ "value": null
117581
+ }
117293
117582
  }
117294
117583
  }
117295
117584
  }
@@ -120093,6 +120382,11 @@
120093
120382
  "description": "Whether to allow forking this repo",
120094
120383
  "type": "boolean"
120095
120384
  },
120385
+ "web_commit_signoff_required": {
120386
+ "description": "Whether to require contributors to sign off on web-based commits",
120387
+ "default": false,
120388
+ "type": "boolean"
120389
+ },
120096
120390
  "subscribers_count": {
120097
120391
  "type": "integer"
120098
120392
  },
@@ -120272,6 +120566,10 @@
120272
120566
  },
120273
120567
  "allow_forking": {
120274
120568
  "type": "boolean"
120569
+ },
120570
+ "web_commit_signoff_required": {
120571
+ "type": "boolean",
120572
+ "example": false
120275
120573
  }
120276
120574
  },
120277
120575
  "required": [
@@ -121770,6 +122068,11 @@
121770
122068
  "description": "Whether to allow forking this repo",
121771
122069
  "type": "boolean"
121772
122070
  },
122071
+ "web_commit_signoff_required": {
122072
+ "description": "Whether to require contributors to sign off on web-based commits",
122073
+ "default": false,
122074
+ "type": "boolean"
122075
+ },
121773
122076
  "subscribers_count": {
121774
122077
  "type": "integer"
121775
122078
  },
@@ -121949,6 +122252,10 @@
121949
122252
  },
121950
122253
  "allow_forking": {
121951
122254
  "type": "boolean"
122255
+ },
122256
+ "web_commit_signoff_required": {
122257
+ "type": "boolean",
122258
+ "example": false
121952
122259
  }
121953
122260
  },
121954
122261
  "required": [
@@ -127155,6 +127462,111 @@
127155
127462
  "protected",
127156
127463
  "protection_url"
127157
127464
  ]
127465
+ },
127466
+ "examples": {
127467
+ "default": {
127468
+ "value": {
127469
+ "name": "main",
127470
+ "commit": {
127471
+ "sha": "7fd1a60b01f91b314f59955a4e4d4e80d8edf11d",
127472
+ "node_id": "MDY6Q29tbWl0MTI5NjI2OTo3ZmQxYTYwYjAxZjkxYjMxNGY1OTk1NWE0ZTRkNGU4MGQ4ZWRmMTFk",
127473
+ "commit": {
127474
+ "author": {
127475
+ "name": "The Octocat",
127476
+ "email": "octocat@nowhere.com",
127477
+ "date": "2012-03-06T23:06:50Z"
127478
+ },
127479
+ "committer": {
127480
+ "name": "The Octocat",
127481
+ "email": "octocat@nowhere.com",
127482
+ "date": "2012-03-06T23:06:50Z"
127483
+ },
127484
+ "message": "Merge pull request #6 from Spaceghost/patch-1\n\nNew line at end of file.",
127485
+ "tree": {
127486
+ "sha": "b4eecafa9be2f2006ce1b709d6857b07069b4608",
127487
+ "url": "https://api.github.com/repos/octocat/Hello-World/git/trees/b4eecafa9be2f2006ce1b709d6857b07069b4608"
127488
+ },
127489
+ "url": "https://api.github.com/repos/octocat/Hello-World/git/commits/7fd1a60b01f91b314f59955a4e4d4e80d8edf11d",
127490
+ "comment_count": 77,
127491
+ "verification": {
127492
+ "verified": false,
127493
+ "reason": "unsigned",
127494
+ "signature": null,
127495
+ "payload": null
127496
+ }
127497
+ },
127498
+ "url": "https://api.github.com/repos/octocat/Hello-World/commits/7fd1a60b01f91b314f59955a4e4d4e80d8edf11d",
127499
+ "html_url": "https://github.com/octocat/Hello-World/commit/7fd1a60b01f91b314f59955a4e4d4e80d8edf11d",
127500
+ "comments_url": "https://api.github.com/repos/octocat/Hello-World/commits/7fd1a60b01f91b314f59955a4e4d4e80d8edf11d/comments",
127501
+ "author": {
127502
+ "login": "octocat",
127503
+ "id": 583231,
127504
+ "node_id": "MDQ6VXNlcjU4MzIzMQ==",
127505
+ "avatar_url": "https://avatars.githubusercontent.com/u/583231?v=4",
127506
+ "gravatar_id": "",
127507
+ "url": "https://api.github.com/users/octocat",
127508
+ "html_url": "https://github.com/octocat",
127509
+ "followers_url": "https://api.github.com/users/octocat/followers",
127510
+ "following_url": "https://api.github.com/users/octocat/following{/other_user}",
127511
+ "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
127512
+ "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
127513
+ "subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
127514
+ "organizations_url": "https://api.github.com/users/octocat/orgs",
127515
+ "repos_url": "https://api.github.com/users/octocat/repos",
127516
+ "events_url": "https://api.github.com/users/octocat/events{/privacy}",
127517
+ "received_events_url": "https://api.github.com/users/octocat/received_events",
127518
+ "type": "User",
127519
+ "site_admin": false
127520
+ },
127521
+ "committer": {
127522
+ "login": "octocat",
127523
+ "id": 583231,
127524
+ "node_id": "MDQ6VXNlcjU4MzIzMQ==",
127525
+ "avatar_url": "https://avatars.githubusercontent.com/u/583231?v=4",
127526
+ "gravatar_id": "",
127527
+ "url": "https://api.github.com/users/octocat",
127528
+ "html_url": "https://github.com/octocat",
127529
+ "followers_url": "https://api.github.com/users/octocat/followers",
127530
+ "following_url": "https://api.github.com/users/octocat/following{/other_user}",
127531
+ "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
127532
+ "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
127533
+ "subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
127534
+ "organizations_url": "https://api.github.com/users/octocat/orgs",
127535
+ "repos_url": "https://api.github.com/users/octocat/repos",
127536
+ "events_url": "https://api.github.com/users/octocat/events{/privacy}",
127537
+ "received_events_url": "https://api.github.com/users/octocat/received_events",
127538
+ "type": "User",
127539
+ "site_admin": false
127540
+ },
127541
+ "parents": [
127542
+ {
127543
+ "sha": "553c2077f0edc3d5dc5d17262f6aa498e69d6f8e",
127544
+ "url": "https://api.github.com/repos/octocat/Hello-World/commits/553c2077f0edc3d5dc5d17262f6aa498e69d6f8e",
127545
+ "html_url": "https://github.com/octocat/Hello-World/commit/553c2077f0edc3d5dc5d17262f6aa498e69d6f8e"
127546
+ },
127547
+ {
127548
+ "sha": "762941318ee16e59dabbacb1b4049eec22f0d303",
127549
+ "url": "https://api.github.com/repos/octocat/Hello-World/commits/762941318ee16e59dabbacb1b4049eec22f0d303",
127550
+ "html_url": "https://github.com/octocat/Hello-World/commit/762941318ee16e59dabbacb1b4049eec22f0d303"
127551
+ }
127552
+ ]
127553
+ },
127554
+ "_links": {
127555
+ "self": "https://api.github.com/repos/octocat/Hello-World/branches/main",
127556
+ "html": "https://github.com/octocat/Hello-World/tree/main"
127557
+ },
127558
+ "protected": false,
127559
+ "protection": {
127560
+ "enabled": false,
127561
+ "required_status_checks": {
127562
+ "enforcement_level": "off",
127563
+ "contexts": [],
127564
+ "checks": []
127565
+ }
127566
+ },
127567
+ "protection_url": "https://api.github.com/repos/octocat/Hello-World/branches/main/protection"
127568
+ }
127569
+ }
127158
127570
  }
127159
127571
  }
127160
127572
  }
@@ -130928,6 +131340,73 @@
130928
131340
  "required": [
130929
131341
  "url"
130930
131342
  ]
131343
+ },
131344
+ "examples": {
131345
+ "default": {
131346
+ "value": {
131347
+ "url": "https://api.github.com/repos/octocat/hello-world/branches/main/protection",
131348
+ "required_status_checks": {
131349
+ "url": "https://api.github.com/repos/octocat/hello-world/branches/main/protection/required_status_checks",
131350
+ "strict": true,
131351
+ "contexts": [
131352
+ "continuous-integration/travis-ci"
131353
+ ],
131354
+ "contexts_url": "https://api.github.com/repos/octocat/hello-world/branches/main/protection/required_status_checks/contexts",
131355
+ "checks": [
131356
+ {
131357
+ "context": "continuous-integration/travis-ci",
131358
+ "app_id": null
131359
+ }
131360
+ ]
131361
+ },
131362
+ "restrictions": {
131363
+ "url": "https://api.github.com/repos/octocat/hello-world/branches/main/protection/restrictions",
131364
+ "users_url": "https://api.github.com/repos/octocat/hello-world/branches/main/protection/restrictions/users",
131365
+ "teams_url": "https://api.github.com/repos/octocat/hello-world/branches/main/protection/restrictions/teams",
131366
+ "apps_url": "https://api.github.com/repos/octocat/hello-world/branches/main/protection/restrictions/apps",
131367
+ "users": [],
131368
+ "teams": [],
131369
+ "apps": []
131370
+ },
131371
+ "required_pull_request_reviews": {
131372
+ "url": "https://api.github.com/repos/octocat/hello-world/branches/main/protection/required_pull_request_reviews",
131373
+ "dismiss_stale_reviews": true,
131374
+ "require_code_owner_reviews": true,
131375
+ "required_approving_review_count": 2,
131376
+ "dismissal_restrictions": {
131377
+ "url": "https://api.github.com/repos/octocat/hello-world/branches/main/protection/dismissal_restrictions",
131378
+ "users_url": "https://api.github.com/repos/octocat/hello-world/branches/main/protection/dismissal_restrictions/users",
131379
+ "teams_url": "https://api.github.com/repos/octocat/hello-world/branches/main/protection/dismissal_restrictions/teams",
131380
+ "users": [],
131381
+ "teams": [],
131382
+ "apps": []
131383
+ }
131384
+ },
131385
+ "required_signatures": {
131386
+ "url": "https://api.github.com/repos/octocat/hello-world/branches/main/protection/required_signatures",
131387
+ "enabled": false
131388
+ },
131389
+ "enforce_admins": {
131390
+ "url": "https://api.github.com/repos/octocat/hello-world/branches/main/protection/enforce_admins",
131391
+ "enabled": true
131392
+ },
131393
+ "required_linear_history": {
131394
+ "enabled": true
131395
+ },
131396
+ "allow_force_pushes": {
131397
+ "enabled": true
131398
+ },
131399
+ "allow_deletions": {
131400
+ "enabled": true
131401
+ },
131402
+ "block_creations": {
131403
+ "enabled": true
131404
+ },
131405
+ "required_conversation_resolution": {
131406
+ "enabled": true
131407
+ }
131408
+ }
131409
+ }
130931
131410
  }
130932
131411
  }
130933
131412
  }
@@ -135131,7 +135610,7 @@
135131
135610
  "properties": {
135132
135611
  "contexts": {
135133
135612
  "type": "array",
135134
- "description": "contexts parameter",
135613
+ "description": "The name of the status checks",
135135
135614
  "items": {
135136
135615
  "type": "string"
135137
135616
  }
@@ -135147,6 +135626,17 @@
135147
135626
  }
135148
135627
  }
135149
135628
  ]
135629
+ },
135630
+ "examples": {
135631
+ "default": {
135632
+ "summary": "Example adding status checks to a branch protection rule",
135633
+ "value": {
135634
+ "contexts": [
135635
+ "continuous-integration/travis-ci",
135636
+ "continuous-integration/jenkins"
135637
+ ]
135638
+ }
135639
+ }
135150
135640
  }
135151
135641
  }
135152
135642
  }
@@ -135356,7 +135846,7 @@
135356
135846
  "properties": {
135357
135847
  "contexts": {
135358
135848
  "type": "array",
135359
- "description": "contexts parameter",
135849
+ "description": "The name of the status checks",
135360
135850
  "items": {
135361
135851
  "type": "string"
135362
135852
  }
@@ -135372,6 +135862,16 @@
135372
135862
  }
135373
135863
  }
135374
135864
  ]
135865
+ },
135866
+ "examples": {
135867
+ "default": {
135868
+ "summary": "Example updating status checks for a branch protection rule",
135869
+ "value": {
135870
+ "contexts": [
135871
+ "continuous-integration/travis-ci"
135872
+ ]
135873
+ }
135874
+ }
135375
135875
  }
135376
135876
  }
135377
135877
  }
@@ -135553,7 +136053,7 @@
135553
136053
  "properties": {
135554
136054
  "contexts": {
135555
136055
  "type": "array",
135556
- "description": "contexts parameter",
136056
+ "description": "The name of the status checks",
135557
136057
  "items": {
135558
136058
  "type": "string"
135559
136059
  }
@@ -135569,6 +136069,16 @@
135569
136069
  }
135570
136070
  }
135571
136071
  ]
136072
+ },
136073
+ "examples": {
136074
+ "default": {
136075
+ "summary": "Example removing status checks from a branch protection rule",
136076
+ "value": {
136077
+ "contexts": [
136078
+ "continuous-integration/travis-ci"
136079
+ ]
136080
+ }
136081
+ }
135572
136082
  }
135573
136083
  }
135574
136084
  }
@@ -138274,7 +138784,7 @@
138274
138784
  "properties": {
138275
138785
  "teams": {
138276
138786
  "type": "array",
138277
- "description": "teams parameter",
138787
+ "description": "The slug values for teams",
138278
138788
  "items": {
138279
138789
  "type": "string"
138280
138790
  }
@@ -138290,6 +138800,16 @@
138290
138800
  }
138291
138801
  }
138292
138802
  ]
138803
+ },
138804
+ "examples": {
138805
+ "default": {
138806
+ "summary": "Example adding a team in a branch protection rule",
138807
+ "value": {
138808
+ "teams": [
138809
+ "justice-league"
138810
+ ]
138811
+ }
138812
+ }
138293
138813
  }
138294
138814
  }
138295
138815
  }
@@ -138620,7 +139140,7 @@
138620
139140
  "properties": {
138621
139141
  "teams": {
138622
139142
  "type": "array",
138623
- "description": "teams parameter",
139143
+ "description": "The slug values for teams",
138624
139144
  "items": {
138625
139145
  "type": "string"
138626
139146
  }
@@ -138631,11 +139151,21 @@
138631
139151
  ],
138632
139152
  "example": {
138633
139153
  "teams": [
138634
- "my-team"
139154
+ "justice-league"
138635
139155
  ]
138636
139156
  }
138637
139157
  }
138638
139158
  ]
139159
+ },
139160
+ "examples": {
139161
+ "default": {
139162
+ "summary": "Example replacing a team in a branch protection rule",
139163
+ "value": {
139164
+ "teams": [
139165
+ "justice-league"
139166
+ ]
139167
+ }
139168
+ }
138639
139169
  }
138640
139170
  }
138641
139171
  }
@@ -138965,7 +139495,7 @@
138965
139495
  "properties": {
138966
139496
  "teams": {
138967
139497
  "type": "array",
138968
- "description": "teams parameter",
139498
+ "description": "The slug values for teams",
138969
139499
  "items": {
138970
139500
  "type": "string"
138971
139501
  }
@@ -138981,6 +139511,16 @@
138981
139511
  }
138982
139512
  }
138983
139513
  ]
139514
+ },
139515
+ "examples": {
139516
+ "default": {
139517
+ "summary": "Example removing a team in a branch protection rule",
139518
+ "value": {
139519
+ "teams": [
139520
+ "justice-league"
139521
+ ]
139522
+ }
139523
+ }
138984
139524
  }
138985
139525
  }
138986
139526
  }
@@ -139545,7 +140085,7 @@
139545
140085
  "properties": {
139546
140086
  "users": {
139547
140087
  "type": "array",
139548
- "description": "users parameter",
140088
+ "description": "The username for users",
139549
140089
  "items": {
139550
140090
  "type": "string"
139551
140091
  }
@@ -139561,6 +140101,16 @@
139561
140101
  }
139562
140102
  }
139563
140103
  ]
140104
+ },
140105
+ "examples": {
140106
+ "default": {
140107
+ "summary": "Example adding a user in a branch protection rule",
140108
+ "value": {
140109
+ "users": [
140110
+ "octocat"
140111
+ ]
140112
+ }
140113
+ }
139564
140114
  }
139565
140115
  }
139566
140116
  }
@@ -139852,7 +140402,7 @@
139852
140402
  "properties": {
139853
140403
  "users": {
139854
140404
  "type": "array",
139855
- "description": "users parameter",
140405
+ "description": "The username for users",
139856
140406
  "items": {
139857
140407
  "type": "string"
139858
140408
  }
@@ -139868,6 +140418,16 @@
139868
140418
  }
139869
140419
  }
139870
140420
  ]
140421
+ },
140422
+ "examples": {
140423
+ "default": {
140424
+ "summary": "Example replacing a user in a branch protection rule",
140425
+ "value": {
140426
+ "users": [
140427
+ "octocat"
140428
+ ]
140429
+ }
140430
+ }
139871
140431
  }
139872
140432
  }
139873
140433
  }
@@ -140158,7 +140718,7 @@
140158
140718
  "properties": {
140159
140719
  "users": {
140160
140720
  "type": "array",
140161
- "description": "users parameter",
140721
+ "description": "The username for users",
140162
140722
  "items": {
140163
140723
  "type": "string"
140164
140724
  }
@@ -140174,6 +140734,16 @@
140174
140734
  }
140175
140735
  }
140176
140736
  ]
140737
+ },
140738
+ "examples": {
140739
+ "default": {
140740
+ "summary": "Example removing a user in a branch protection rule",
140741
+ "value": {
140742
+ "users": [
140743
+ "octocat"
140744
+ ]
140745
+ }
140746
+ }
140177
140747
  }
140178
140748
  }
140179
140749
  }
@@ -146172,6 +146742,11 @@
146172
146742
  "description": "Whether to allow forking this repo",
146173
146743
  "type": "boolean"
146174
146744
  },
146745
+ "web_commit_signoff_required": {
146746
+ "description": "Whether to require contributors to sign off on web-based commits",
146747
+ "default": false,
146748
+ "type": "boolean"
146749
+ },
146175
146750
  "subscribers_count": {
146176
146751
  "type": "integer"
146177
146752
  },
@@ -146351,6 +146926,10 @@
146351
146926
  },
146352
146927
  "allow_forking": {
146353
146928
  "type": "boolean"
146929
+ },
146930
+ "web_commit_signoff_required": {
146931
+ "type": "boolean",
146932
+ "example": false
146354
146933
  }
146355
146934
  },
146356
146935
  "required": [
@@ -148667,6 +149246,11 @@
148667
149246
  "description": "Whether to allow forking this repo",
148668
149247
  "type": "boolean"
148669
149248
  },
149249
+ "web_commit_signoff_required": {
149250
+ "description": "Whether to require contributors to sign off on web-based commits",
149251
+ "default": false,
149252
+ "type": "boolean"
149253
+ },
148670
149254
  "subscribers_count": {
148671
149255
  "type": "integer"
148672
149256
  },
@@ -148846,6 +149430,10 @@
148846
149430
  },
148847
149431
  "allow_forking": {
148848
149432
  "type": "boolean"
149433
+ },
149434
+ "web_commit_signoff_required": {
149435
+ "type": "boolean",
149436
+ "example": false
148849
149437
  }
148850
149438
  },
148851
149439
  "required": [
@@ -150885,6 +151473,11 @@
150885
151473
  "description": "Whether to allow forking this repo",
150886
151474
  "type": "boolean"
150887
151475
  },
151476
+ "web_commit_signoff_required": {
151477
+ "description": "Whether to require contributors to sign off on web-based commits",
151478
+ "default": false,
151479
+ "type": "boolean"
151480
+ },
150888
151481
  "subscribers_count": {
150889
151482
  "type": "integer"
150890
151483
  },
@@ -151064,6 +151657,10 @@
151064
151657
  },
151065
151658
  "allow_forking": {
151066
151659
  "type": "boolean"
151660
+ },
151661
+ "web_commit_signoff_required": {
151662
+ "type": "boolean",
151663
+ "example": false
151067
151664
  }
151068
151665
  },
151069
151666
  "required": [
@@ -153276,6 +153873,11 @@
153276
153873
  "description": "Whether to allow forking this repo",
153277
153874
  "type": "boolean"
153278
153875
  },
153876
+ "web_commit_signoff_required": {
153877
+ "description": "Whether to require contributors to sign off on web-based commits",
153878
+ "default": false,
153879
+ "type": "boolean"
153880
+ },
153279
153881
  "subscribers_count": {
153280
153882
  "type": "integer"
153281
153883
  },
@@ -153455,6 +154057,10 @@
153455
154057
  },
153456
154058
  "allow_forking": {
153457
154059
  "type": "boolean"
154060
+ },
154061
+ "web_commit_signoff_required": {
154062
+ "type": "boolean",
154063
+ "example": false
153458
154064
  }
153459
154065
  },
153460
154066
  "required": [
@@ -157247,6 +157853,33 @@
157247
157853
  "description": "An identifier for the upload.",
157248
157854
  "example": "6c81cd8e-b078-4ac3-a3be-1dad7dbd0b53"
157249
157855
  }
157856
+ },
157857
+ {
157858
+ "name": "direction",
157859
+ "description": "The direction to sort the results by.",
157860
+ "in": "query",
157861
+ "required": false,
157862
+ "schema": {
157863
+ "type": "string",
157864
+ "enum": [
157865
+ "asc",
157866
+ "desc"
157867
+ ],
157868
+ "default": "desc"
157869
+ }
157870
+ },
157871
+ {
157872
+ "name": "sort",
157873
+ "description": "The property by which to sort the results.",
157874
+ "in": "query",
157875
+ "required": false,
157876
+ "schema": {
157877
+ "type": "string",
157878
+ "enum": [
157879
+ "created"
157880
+ ],
157881
+ "default": "created"
157882
+ }
157250
157883
  }
157251
157884
  ],
157252
157885
  "responses": {
@@ -160439,6 +161072,11 @@
160439
161072
  "description": "Whether to allow forking this repo",
160440
161073
  "type": "boolean"
160441
161074
  },
161075
+ "web_commit_signoff_required": {
161076
+ "description": "Whether to require contributors to sign off on web-based commits",
161077
+ "default": false,
161078
+ "type": "boolean"
161079
+ },
160442
161080
  "subscribers_count": {
160443
161081
  "type": "integer"
160444
161082
  },
@@ -160618,6 +161256,10 @@
160618
161256
  },
160619
161257
  "allow_forking": {
160620
161258
  "type": "boolean"
161259
+ },
161260
+ "web_commit_signoff_required": {
161261
+ "type": "boolean",
161262
+ "example": false
160621
161263
  }
160622
161264
  },
160623
161265
  "required": [
@@ -167740,6 +168382,11 @@
167740
168382
  "description": "Whether to allow forking this repo",
167741
168383
  "type": "boolean"
167742
168384
  },
168385
+ "web_commit_signoff_required": {
168386
+ "description": "Whether to require contributors to sign off on web-based commits",
168387
+ "default": false,
168388
+ "type": "boolean"
168389
+ },
167743
168390
  "subscribers_count": {
167744
168391
  "type": "integer"
167745
168392
  },
@@ -168989,6 +169636,11 @@
168989
169636
  "description": "Whether to allow forking this repo",
168990
169637
  "type": "boolean"
168991
169638
  },
169639
+ "web_commit_signoff_required": {
169640
+ "description": "Whether to require contributors to sign off on web-based commits",
169641
+ "default": false,
169642
+ "type": "boolean"
169643
+ },
168992
169644
  "subscribers_count": {
168993
169645
  "type": "integer"
168994
169646
  },
@@ -173901,6 +174553,11 @@
173901
174553
  "description": "Whether to allow forking this repo",
173902
174554
  "type": "boolean"
173903
174555
  },
174556
+ "web_commit_signoff_required": {
174557
+ "description": "Whether to require contributors to sign off on web-based commits",
174558
+ "default": false,
174559
+ "type": "boolean"
174560
+ },
173904
174561
  "subscribers_count": {
173905
174562
  "type": "integer"
173906
174563
  },
@@ -174080,6 +174737,10 @@
174080
174737
  },
174081
174738
  "allow_forking": {
174082
174739
  "type": "boolean"
174740
+ },
174741
+ "web_commit_signoff_required": {
174742
+ "type": "boolean",
174743
+ "example": false
174083
174744
  }
174084
174745
  },
174085
174746
  "required": [
@@ -176040,6 +176701,11 @@
176040
176701
  "description": "Whether to allow forking this repo",
176041
176702
  "type": "boolean"
176042
176703
  },
176704
+ "web_commit_signoff_required": {
176705
+ "description": "Whether to require contributors to sign off on web-based commits",
176706
+ "default": false,
176707
+ "type": "boolean"
176708
+ },
176043
176709
  "subscribers_count": {
176044
176710
  "type": "integer"
176045
176711
  },
@@ -176219,6 +176885,10 @@
176219
176885
  },
176220
176886
  "allow_forking": {
176221
176887
  "type": "boolean"
176888
+ },
176889
+ "web_commit_signoff_required": {
176890
+ "type": "boolean",
176891
+ "example": false
176222
176892
  }
176223
176893
  },
176224
176894
  "required": [
@@ -178834,7 +179504,7 @@
178834
179504
  "/repos/{owner}/{repo}/contents/{path}": {
178835
179505
  "get": {
178836
179506
  "summary": "Get repository content",
178837
- "description": "Gets the contents of a file or directory in a repository. Specify the file path or directory in `:path`. If you omit\n`:path`, you will receive the contents of the repository's root directory. See the description below regarding what the API response includes for directories. \n\nFiles and symlinks support [a custom media type](https://docs.github.com/github-ae@latest/rest/reference/repos#custom-media-types) for\nretrieving the raw content or rendered HTML (when supported). All content types support [a custom media\ntype](https://docs.github.com/github-ae@latest/rest/reference/repos#custom-media-types) to ensure the content is returned in a consistent\nobject format.\n\n**Note**:\n* To get a repository's contents recursively, you can [recursively get the tree](https://docs.github.com/github-ae@latest/rest/reference/git#trees).\n* This API has an upper limit of 1,000 files for a directory. If you need to retrieve more files, use the [Git Trees\nAPI](https://docs.github.com/github-ae@latest/rest/reference/git#get-a-tree).\n* This API supports files up to 1 megabyte in size.\n\n#### If the content is a directory\nThe response will be an array of objects, one object for each item in the directory.\nWhen listing the contents of a directory, submodules have their \"type\" specified as \"file\". Logically, the value\n_should_ be \"submodule\". This behavior exists in API v3 [for backwards compatibility purposes](https://git.io/v1YCW).\nIn the next major version of the API, the type will be returned as \"submodule\".\n\n#### If the content is a symlink \nIf the requested `:path` points to a symlink, and the symlink's target is a normal file in the repository, then the\nAPI responds with the content of the file (in the format shown in the example. Otherwise, the API responds with an object \ndescribing the symlink itself.\n\n#### If the content is a submodule\nThe `submodule_git_url` identifies the location of the submodule repository, and the `sha` identifies a specific\ncommit within the submodule repository. Git uses the given URL when cloning the submodule repository, and checks out\nthe submodule at that specific commit.\n\nIf the submodule repository is not hosted on github.com, the Git URLs (`git_url` and `_links[\"git\"]`) and the\ngithub.com URLs (`html_url` and `_links[\"html\"]`) will have null values.",
179507
+ "description": "Gets the contents of a file or directory in a repository. Specify the file path or directory in `:path`. If you omit\n`:path`, you will receive the contents of the repository's root directory. See the description below regarding what the API response includes for directories. \n\nFiles and symlinks support [a custom media type](https://docs.github.com/github-ae@latest/rest/reference/repos#custom-media-types) for\nretrieving the raw content or rendered HTML (when supported). All content types support [a custom media\ntype](https://docs.github.com/github-ae@latest/rest/reference/repos#custom-media-types) to ensure the content is returned in a consistent\nobject format.\n\n**Notes**:\n* To get a repository's contents recursively, you can [recursively get the tree](https://docs.github.com/github-ae@latest/rest/reference/git#trees).\n* This API has an upper limit of 1,000 files for a directory. If you need to retrieve more files, use the [Git Trees\nAPI](https://docs.github.com/github-ae@latest/rest/reference/git#get-a-tree).\n * Download URLs expire and are meant to be used just once. To ensure the download URL does not expire, please use the contents API to obtain a fresh download URL for each download. \n* This API supports files up to 1 megabyte in size.\n\n#### If the content is a directory\nThe response will be an array of objects, one object for each item in the directory.\nWhen listing the contents of a directory, submodules have their \"type\" specified as \"file\". Logically, the value\n_should_ be \"submodule\". This behavior exists in API v3 [for backwards compatibility purposes](https://git.io/v1YCW).\nIn the next major version of the API, the type will be returned as \"submodule\".\n\n#### If the content is a symlink \nIf the requested `:path` points to a symlink, and the symlink's target is a normal file in the repository, then the\nAPI responds with the content of the file (in the format shown in the example. Otherwise, the API responds with an object \ndescribing the symlink itself.\n\n#### If the content is a submodule\nThe `submodule_git_url` identifies the location of the submodule repository, and the `sha` identifies a specific\ncommit within the submodule repository. Git uses the given URL when cloning the submodule repository, and checks out\nthe submodule at that specific commit.\n\nIf the submodule repository is not hosted on github.com, the Git URLs (`git_url` and `_links[\"git\"]`) and the\ngithub.com URLs (`html_url` and `_links[\"html\"]`) will have null values.",
178838
179508
  "tags": [
178839
179509
  "repos"
178840
179510
  ],
@@ -189741,6 +190411,11 @@
189741
190411
  "description": "Whether to allow forking this repo",
189742
190412
  "type": "boolean"
189743
190413
  },
190414
+ "web_commit_signoff_required": {
190415
+ "description": "Whether to require contributors to sign off on web-based commits",
190416
+ "default": false,
190417
+ "type": "boolean"
190418
+ },
189744
190419
  "subscribers_count": {
189745
190420
  "type": "integer"
189746
190421
  },
@@ -192320,6 +192995,11 @@
192320
192995
  "description": "Whether to allow forking this repo",
192321
192996
  "type": "boolean"
192322
192997
  },
192998
+ "web_commit_signoff_required": {
192999
+ "description": "Whether to require contributors to sign off on web-based commits",
193000
+ "default": false,
193001
+ "type": "boolean"
193002
+ },
192323
193003
  "subscribers_count": {
192324
193004
  "type": "integer"
192325
193005
  },
@@ -192499,6 +193179,10 @@
192499
193179
  },
192500
193180
  "allow_forking": {
192501
193181
  "type": "boolean"
193182
+ },
193183
+ "web_commit_signoff_required": {
193184
+ "type": "boolean",
193185
+ "example": false
192502
193186
  }
192503
193187
  },
192504
193188
  "required": [
@@ -194288,6 +194972,11 @@
194288
194972
  "description": "Whether to allow forking this repo",
194289
194973
  "type": "boolean"
194290
194974
  },
194975
+ "web_commit_signoff_required": {
194976
+ "description": "Whether to require contributors to sign off on web-based commits",
194977
+ "default": false,
194978
+ "type": "boolean"
194979
+ },
194291
194980
  "subscribers_count": {
194292
194981
  "type": "integer"
194293
194982
  },
@@ -194417,6 +195106,10 @@
194417
195106
  "type": "boolean",
194418
195107
  "example": true
194419
195108
  },
195109
+ "web_commit_signoff_required": {
195110
+ "type": "boolean",
195111
+ "example": false
195112
+ },
194420
195113
  "subscribers_count": {
194421
195114
  "type": "integer",
194422
195115
  "example": 42
@@ -195599,6 +196292,11 @@
195599
196292
  "description": "Whether to allow forking this repo",
195600
196293
  "type": "boolean"
195601
196294
  },
196295
+ "web_commit_signoff_required": {
196296
+ "description": "Whether to require contributors to sign off on web-based commits",
196297
+ "default": false,
196298
+ "type": "boolean"
196299
+ },
195602
196300
  "subscribers_count": {
195603
196301
  "type": "integer"
195604
196302
  },
@@ -196707,6 +197405,11 @@
196707
197405
  "description": "Whether to allow forking this repo",
196708
197406
  "type": "boolean"
196709
197407
  },
197408
+ "web_commit_signoff_required": {
197409
+ "description": "Whether to require contributors to sign off on web-based commits",
197410
+ "default": false,
197411
+ "type": "boolean"
197412
+ },
196710
197413
  "subscribers_count": {
196711
197414
  "type": "integer"
196712
197415
  },
@@ -197217,6 +197920,7 @@
197217
197920
  "delete_branch_on_merge": true,
197218
197921
  "allow_merge_commit": true,
197219
197922
  "allow_forking": true,
197923
+ "web_commit_signoff_required": false,
197220
197924
  "subscribers_count": 42,
197221
197925
  "network_count": 0,
197222
197926
  "organization": {
@@ -204166,14 +204870,6 @@
204166
204870
  "write"
204167
204871
  ]
204168
204872
  },
204169
- "organization_custom_roles": {
204170
- "type": "string",
204171
- "description": "The level of permission to grant the access token for custom roles management.",
204172
- "enum": [
204173
- "read",
204174
- "write"
204175
- ]
204176
- },
204177
204873
  "deployments": {
204178
204874
  "type": "string",
204179
204875
  "description": "The level of permission to grant the access token for deployments and deployment statuses.",
@@ -204694,7 +205390,13 @@
204694
205390
  "category": "apps",
204695
205391
  "subcategory": null
204696
205392
  },
204697
- "x-octokit": {}
205393
+ "x-octokit": {
205394
+ "diff": {
205395
+ "api.github.com": {
205396
+ "type": "changed"
205397
+ }
205398
+ }
205399
+ }
204698
205400
  }
204699
205401
  },
204700
205402
  "/repos/{owner}/{repo}/invitations": {
@@ -206211,6 +206913,11 @@
206211
206913
  "description": "Whether to allow forking this repo",
206212
206914
  "type": "boolean"
206213
206915
  },
206916
+ "web_commit_signoff_required": {
206917
+ "description": "Whether to require contributors to sign off on web-based commits",
206918
+ "default": false,
206919
+ "type": "boolean"
206920
+ },
206214
206921
  "subscribers_count": {
206215
206922
  "type": "integer"
206216
206923
  },
@@ -206390,6 +207097,10 @@
206390
207097
  },
206391
207098
  "allow_forking": {
206392
207099
  "type": "boolean"
207100
+ },
207101
+ "web_commit_signoff_required": {
207102
+ "type": "boolean",
207103
+ "example": false
206393
207104
  }
206394
207105
  },
206395
207106
  "required": [
@@ -206938,6 +207649,14 @@
206938
207649
  ]
206939
207650
  }
206940
207651
  }
207652
+ },
207653
+ "examples": {
207654
+ "default": {
207655
+ "summary": "Example request body",
207656
+ "value": {
207657
+ "permissions": "write"
207658
+ }
207659
+ }
206941
207660
  }
206942
207661
  }
206943
207662
  }
@@ -208404,6 +209123,11 @@
208404
209123
  "description": "Whether to allow forking this repo",
208405
209124
  "type": "boolean"
208406
209125
  },
209126
+ "web_commit_signoff_required": {
209127
+ "description": "Whether to require contributors to sign off on web-based commits",
209128
+ "default": false,
209129
+ "type": "boolean"
209130
+ },
208407
209131
  "subscribers_count": {
208408
209132
  "type": "integer"
208409
209133
  },
@@ -208583,6 +209307,10 @@
208583
209307
  },
208584
209308
  "allow_forking": {
208585
209309
  "type": "boolean"
209310
+ },
209311
+ "web_commit_signoff_required": {
209312
+ "type": "boolean",
209313
+ "example": false
208586
209314
  }
208587
209315
  },
208588
209316
  "required": [
@@ -211169,6 +211897,11 @@
211169
211897
  "description": "Whether to allow forking this repo",
211170
211898
  "type": "boolean"
211171
211899
  },
211900
+ "web_commit_signoff_required": {
211901
+ "description": "Whether to require contributors to sign off on web-based commits",
211902
+ "default": false,
211903
+ "type": "boolean"
211904
+ },
211172
211905
  "subscribers_count": {
211173
211906
  "type": "integer"
211174
211907
  },
@@ -211760,7 +212493,8 @@
211760
212493
  "type": "User",
211761
212494
  "site_admin": false
211762
212495
  },
211763
- "author_association": "COLLABORATOR"
212496
+ "author_association": "COLLABORATOR",
212497
+ "state_reason": "completed"
211764
212498
  }
211765
212499
  ]
211766
212500
  }
@@ -213946,6 +214680,11 @@
213946
214680
  "description": "Whether to allow forking this repo",
213947
214681
  "type": "boolean"
213948
214682
  },
214683
+ "web_commit_signoff_required": {
214684
+ "description": "Whether to require contributors to sign off on web-based commits",
214685
+ "default": false,
214686
+ "type": "boolean"
214687
+ },
213949
214688
  "subscribers_count": {
213950
214689
  "type": "integer"
213951
214690
  },
@@ -214535,7 +215274,8 @@
214535
215274
  "type": "User",
214536
215275
  "site_admin": false
214537
215276
  },
214538
- "author_association": "COLLABORATOR"
215277
+ "author_association": "COLLABORATOR",
215278
+ "state_reason": "completed"
214539
215279
  }
214540
215280
  }
214541
215281
  }
@@ -219891,6 +220631,11 @@
219891
220631
  "description": "Whether to allow forking this repo",
219892
220632
  "type": "boolean"
219893
220633
  },
220634
+ "web_commit_signoff_required": {
220635
+ "description": "Whether to require contributors to sign off on web-based commits",
220636
+ "default": false,
220637
+ "type": "boolean"
220638
+ },
219894
220639
  "subscribers_count": {
219895
220640
  "type": "integer"
219896
220641
  },
@@ -221521,7 +222266,8 @@
221521
222266
  "closed_at": null,
221522
222267
  "created_at": "2011-04-22T13:33:48Z",
221523
222268
  "updated_at": "2011-04-22T13:33:48Z",
221524
- "author_association": "COLLABORATOR"
222269
+ "author_association": "COLLABORATOR",
222270
+ "state_reason": "completed"
221525
222271
  }
221526
222272
  }
221527
222273
  ]
@@ -223724,6 +224470,11 @@
223724
224470
  "description": "Whether to allow forking this repo",
223725
224471
  "type": "boolean"
223726
224472
  },
224473
+ "web_commit_signoff_required": {
224474
+ "description": "Whether to require contributors to sign off on web-based commits",
224475
+ "default": false,
224476
+ "type": "boolean"
224477
+ },
223727
224478
  "subscribers_count": {
223728
224479
  "type": "integer"
223729
224480
  },
@@ -225392,7 +226143,8 @@
225392
226143
  "closed_at": null,
225393
226144
  "created_at": "2011-04-22T13:33:48Z",
225394
226145
  "updated_at": "2011-04-22T13:33:48Z",
225395
- "author_association": "COLLABORATOR"
226146
+ "author_association": "COLLABORATOR",
226147
+ "state_reason": "completed"
225396
226148
  }
225397
226149
  }
225398
226150
  }
@@ -227439,6 +228191,11 @@
227439
228191
  "description": "Whether to allow forking this repo",
227440
228192
  "type": "boolean"
227441
228193
  },
228194
+ "web_commit_signoff_required": {
228195
+ "description": "Whether to require contributors to sign off on web-based commits",
228196
+ "default": false,
228197
+ "type": "boolean"
228198
+ },
227442
228199
  "subscribers_count": {
227443
228200
  "type": "integer"
227444
228201
  },
@@ -228028,7 +228785,8 @@
228028
228785
  "type": "User",
228029
228786
  "site_admin": false
228030
228787
  },
228031
- "author_association": "COLLABORATOR"
228788
+ "author_association": "COLLABORATOR",
228789
+ "state_reason": "completed"
228032
228790
  }
228033
228791
  }
228034
228792
  }
@@ -228208,6 +228966,12 @@
228208
228966
  "closed"
228209
228967
  ]
228210
228968
  },
228969
+ "state_reason": {
228970
+ "type": "string",
228971
+ "nullable": true,
228972
+ "description": "The reason for the current state",
228973
+ "example": "not_planned"
228974
+ },
228211
228975
  "milestone": {
228212
228976
  "oneOf": [
228213
228977
  {
@@ -230182,6 +230946,11 @@
230182
230946
  "description": "Whether to allow forking this repo",
230183
230947
  "type": "boolean"
230184
230948
  },
230949
+ "web_commit_signoff_required": {
230950
+ "description": "Whether to require contributors to sign off on web-based commits",
230951
+ "default": false,
230952
+ "type": "boolean"
230953
+ },
230185
230954
  "subscribers_count": {
230186
230955
  "type": "integer"
230187
230956
  },
@@ -230771,7 +231540,8 @@
230771
231540
  "type": "User",
230772
231541
  "site_admin": false
230773
231542
  },
230774
- "author_association": "COLLABORATOR"
231543
+ "author_association": "COLLABORATOR",
231544
+ "state_reason": "completed"
230775
231545
  }
230776
231546
  }
230777
231547
  }
@@ -232962,6 +233732,11 @@
232962
233732
  "description": "Whether to allow forking this repo",
232963
233733
  "type": "boolean"
232964
233734
  },
233735
+ "web_commit_signoff_required": {
233736
+ "description": "Whether to require contributors to sign off on web-based commits",
233737
+ "default": false,
233738
+ "type": "boolean"
233739
+ },
232965
233740
  "subscribers_count": {
232966
233741
  "type": "integer"
232967
233742
  },
@@ -233551,7 +234326,8 @@
233551
234326
  "type": "User",
233552
234327
  "site_admin": false
233553
234328
  },
233554
- "author_association": "COLLABORATOR"
234329
+ "author_association": "COLLABORATOR",
234330
+ "state_reason": "completed"
233555
234331
  }
233556
234332
  }
233557
234333
  }
@@ -256754,6 +257530,11 @@
256754
257530
  "description": "Whether to allow forking this repo",
256755
257531
  "type": "boolean"
256756
257532
  },
257533
+ "web_commit_signoff_required": {
257534
+ "description": "Whether to require contributors to sign off on web-based commits",
257535
+ "default": false,
257536
+ "type": "boolean"
257537
+ },
256757
257538
  "subscribers_count": {
256758
257539
  "type": "integer"
256759
257540
  },
@@ -265961,6 +266742,11 @@
265961
266742
  "description": "Whether to allow forking this repo",
265962
266743
  "type": "boolean"
265963
266744
  },
266745
+ "web_commit_signoff_required": {
266746
+ "description": "Whether to require contributors to sign off on web-based commits",
266747
+ "default": false,
266748
+ "type": "boolean"
266749
+ },
265964
266750
  "subscribers_count": {
265965
266751
  "type": "integer"
265966
266752
  },
@@ -266140,6 +266926,10 @@
266140
266926
  },
266141
266927
  "allow_forking": {
266142
266928
  "type": "boolean"
266929
+ },
266930
+ "web_commit_signoff_required": {
266931
+ "type": "boolean",
266932
+ "example": false
266143
266933
  }
266144
266934
  },
266145
266935
  "required": [
@@ -271488,6 +272278,11 @@
271488
272278
  "description": "Whether to allow forking this repo",
271489
272279
  "type": "boolean"
271490
272280
  },
272281
+ "web_commit_signoff_required": {
272282
+ "description": "Whether to require contributors to sign off on web-based commits",
272283
+ "default": false,
272284
+ "type": "boolean"
272285
+ },
271491
272286
  "subscribers_count": {
271492
272287
  "type": "integer"
271493
272288
  },
@@ -272737,6 +273532,11 @@
272737
273532
  "description": "Whether to allow forking this repo",
272738
273533
  "type": "boolean"
272739
273534
  },
273535
+ "web_commit_signoff_required": {
273536
+ "description": "Whether to require contributors to sign off on web-based commits",
273537
+ "default": false,
273538
+ "type": "boolean"
273539
+ },
272740
273540
  "subscribers_count": {
272741
273541
  "type": "integer"
272742
273542
  },
@@ -275383,6 +276183,9 @@
275383
276183
  },
275384
276184
  "is_template": {
275385
276185
  "type": "boolean"
276186
+ },
276187
+ "web_commit_signoff_required": {
276188
+ "type": "boolean"
275386
276189
  }
275387
276190
  },
275388
276191
  "required": [
@@ -275996,6 +276799,9 @@
275996
276799
  },
275997
276800
  "allow_forking": {
275998
276801
  "type": "boolean"
276802
+ },
276803
+ "web_commit_signoff_required": {
276804
+ "type": "boolean"
275999
276805
  }
276000
276806
  },
276001
276807
  "required": [
@@ -281434,6 +282240,9 @@
281434
282240
  },
281435
282241
  "is_template": {
281436
282242
  "type": "boolean"
282243
+ },
282244
+ "web_commit_signoff_required": {
282245
+ "type": "boolean"
281437
282246
  }
281438
282247
  },
281439
282248
  "required": [
@@ -282047,6 +282856,9 @@
282047
282856
  },
282048
282857
  "allow_forking": {
282049
282858
  "type": "boolean"
282859
+ },
282860
+ "web_commit_signoff_required": {
282861
+ "type": "boolean"
282050
282862
  }
282051
282863
  },
282052
282864
  "required": [
@@ -284801,6 +285613,9 @@
284801
285613
  },
284802
285614
  "is_template": {
284803
285615
  "type": "boolean"
285616
+ },
285617
+ "web_commit_signoff_required": {
285618
+ "type": "boolean"
284804
285619
  }
284805
285620
  },
284806
285621
  "required": [
@@ -285414,6 +286229,9 @@
285414
286229
  },
285415
286230
  "allow_forking": {
285416
286231
  "type": "boolean"
286232
+ },
286233
+ "web_commit_signoff_required": {
286234
+ "type": "boolean"
285417
286235
  }
285418
286236
  },
285419
286237
  "required": [
@@ -292460,6 +293278,11 @@
292460
293278
  "description": "Whether to allow forking this repo",
292461
293279
  "type": "boolean"
292462
293280
  },
293281
+ "web_commit_signoff_required": {
293282
+ "description": "Whether to require contributors to sign off on web-based commits",
293283
+ "default": false,
293284
+ "type": "boolean"
293285
+ },
292463
293286
  "subscribers_count": {
292464
293287
  "type": "integer"
292465
293288
  },
@@ -293709,6 +294532,11 @@
293709
294532
  "description": "Whether to allow forking this repo",
293710
294533
  "type": "boolean"
293711
294534
  },
294535
+ "web_commit_signoff_required": {
294536
+ "description": "Whether to require contributors to sign off on web-based commits",
294537
+ "default": false,
294538
+ "type": "boolean"
294539
+ },
293712
294540
  "subscribers_count": {
293713
294541
  "type": "integer"
293714
294542
  },
@@ -297013,6 +297841,11 @@
297013
297841
  "description": "Whether to allow forking this repo",
297014
297842
  "type": "boolean"
297015
297843
  },
297844
+ "web_commit_signoff_required": {
297845
+ "description": "Whether to require contributors to sign off on web-based commits",
297846
+ "default": false,
297847
+ "type": "boolean"
297848
+ },
297016
297849
  "subscribers_count": {
297017
297850
  "type": "integer"
297018
297851
  },
@@ -298262,6 +299095,11 @@
298262
299095
  "description": "Whether to allow forking this repo",
298263
299096
  "type": "boolean"
298264
299097
  },
299098
+ "web_commit_signoff_required": {
299099
+ "description": "Whether to require contributors to sign off on web-based commits",
299100
+ "default": false,
299101
+ "type": "boolean"
299102
+ },
298265
299103
  "subscribers_count": {
298266
299104
  "type": "integer"
298267
299105
  },
@@ -315283,6 +316121,11 @@
315283
316121
  "description": "Whether to allow forking this repo",
315284
316122
  "type": "boolean"
315285
316123
  },
316124
+ "web_commit_signoff_required": {
316125
+ "description": "Whether to require contributors to sign off on web-based commits",
316126
+ "default": false,
316127
+ "type": "boolean"
316128
+ },
315286
316129
  "subscribers_count": {
315287
316130
  "type": "integer"
315288
316131
  },
@@ -315462,6 +316305,10 @@
315462
316305
  },
315463
316306
  "allow_forking": {
315464
316307
  "type": "boolean"
316308
+ },
316309
+ "web_commit_signoff_required": {
316310
+ "type": "boolean",
316311
+ "example": false
315465
316312
  }
315466
316313
  },
315467
316314
  "required": [
@@ -316929,6 +317776,11 @@
316929
317776
  "description": "Whether to allow forking this repo",
316930
317777
  "type": "boolean"
316931
317778
  },
317779
+ "web_commit_signoff_required": {
317780
+ "description": "Whether to require contributors to sign off on web-based commits",
317781
+ "default": false,
317782
+ "type": "boolean"
317783
+ },
316932
317784
  "subscribers_count": {
316933
317785
  "type": "integer"
316934
317786
  },
@@ -319742,6 +320594,11 @@
319742
320594
  "description": "Whether to allow forking this repo",
319743
320595
  "type": "boolean"
319744
320596
  },
320597
+ "web_commit_signoff_required": {
320598
+ "description": "Whether to require contributors to sign off on web-based commits",
320599
+ "default": false,
320600
+ "type": "boolean"
320601
+ },
319745
320602
  "subscribers_count": {
319746
320603
  "type": "integer"
319747
320604
  },
@@ -319921,6 +320778,10 @@
319921
320778
  },
319922
320779
  "allow_forking": {
319923
320780
  "type": "boolean"
320781
+ },
320782
+ "web_commit_signoff_required": {
320783
+ "type": "boolean",
320784
+ "example": false
319924
320785
  }
319925
320786
  },
319926
320787
  "required": [
@@ -322092,6 +322953,11 @@
322092
322953
  "description": "Whether to allow forking this repo",
322093
322954
  "type": "boolean"
322094
322955
  },
322956
+ "web_commit_signoff_required": {
322957
+ "description": "Whether to require contributors to sign off on web-based commits",
322958
+ "default": false,
322959
+ "type": "boolean"
322960
+ },
322095
322961
  "subscribers_count": {
322096
322962
  "type": "integer"
322097
322963
  },
@@ -322271,6 +323137,10 @@
322271
323137
  },
322272
323138
  "allow_forking": {
322273
323139
  "type": "boolean"
323140
+ },
323141
+ "web_commit_signoff_required": {
323142
+ "type": "boolean",
323143
+ "example": false
322274
323144
  }
322275
323145
  },
322276
323146
  "required": [
@@ -324437,6 +325307,11 @@
324437
325307
  "description": "Whether to allow forking this repo",
324438
325308
  "type": "boolean"
324439
325309
  },
325310
+ "web_commit_signoff_required": {
325311
+ "description": "Whether to require contributors to sign off on web-based commits",
325312
+ "default": false,
325313
+ "type": "boolean"
325314
+ },
324440
325315
  "subscribers_count": {
324441
325316
  "type": "integer"
324442
325317
  },
@@ -324965,7 +325840,8 @@
324965
325840
  "body": "...",
324966
325841
  "score": 1,
324967
325842
  "locked": true,
324968
- "author_association": "COLLABORATOR"
325843
+ "author_association": "COLLABORATOR",
325844
+ "state_reason": "completed"
324969
325845
  }
324970
325846
  ]
324971
325847
  }
@@ -326059,6 +326935,10 @@
326059
326935
  },
326060
326936
  "is_template": {
326061
326937
  "type": "boolean"
326938
+ },
326939
+ "web_commit_signoff_required": {
326940
+ "type": "boolean",
326941
+ "example": false
326062
326942
  }
326063
326943
  },
326064
326944
  "required": [
@@ -327295,8 +328175,8 @@
327295
328175
  "example": "2017-08-17T12:37:15Z"
327296
328176
  },
327297
328177
  "organization": {
327298
- "title": "Organization Full",
327299
- "description": "Organization Full",
328178
+ "title": "Team Organization",
328179
+ "description": "Team Organization",
327300
328180
  "type": "object",
327301
328181
  "properties": {
327302
328182
  "login": {
@@ -327521,6 +328401,10 @@
327521
328401
  "example": false,
327522
328402
  "nullable": true
327523
328403
  },
328404
+ "web_commit_signoff_required": {
328405
+ "type": "boolean",
328406
+ "example": false
328407
+ },
327524
328408
  "updated_at": {
327525
328409
  "type": "string",
327526
328410
  "format": "date-time"
@@ -327910,8 +328794,8 @@
327910
328794
  "example": "2017-08-17T12:37:15Z"
327911
328795
  },
327912
328796
  "organization": {
327913
- "title": "Organization Full",
327914
- "description": "Organization Full",
328797
+ "title": "Team Organization",
328798
+ "description": "Team Organization",
327915
328799
  "type": "object",
327916
328800
  "properties": {
327917
328801
  "login": {
@@ -328136,6 +329020,10 @@
328136
329020
  "example": false,
328137
329021
  "nullable": true
328138
329022
  },
329023
+ "web_commit_signoff_required": {
329024
+ "type": "boolean",
329025
+ "example": false
329026
+ },
328139
329027
  "updated_at": {
328140
329028
  "type": "string",
328141
329029
  "format": "date-time"
@@ -328409,8 +329297,8 @@
328409
329297
  "example": "2017-08-17T12:37:15Z"
328410
329298
  },
328411
329299
  "organization": {
328412
- "title": "Organization Full",
328413
- "description": "Organization Full",
329300
+ "title": "Team Organization",
329301
+ "description": "Team Organization",
328414
329302
  "type": "object",
328415
329303
  "properties": {
328416
329304
  "login": {
@@ -328635,6 +329523,10 @@
328635
329523
  "example": false,
328636
329524
  "nullable": true
328637
329525
  },
329526
+ "web_commit_signoff_required": {
329527
+ "type": "boolean",
329528
+ "example": false
329529
+ },
328638
329530
  "updated_at": {
328639
329531
  "type": "string",
328640
329532
  "format": "date-time"
@@ -335464,6 +336356,11 @@
335464
336356
  "description": "Whether to allow forking this repo",
335465
336357
  "type": "boolean"
335466
336358
  },
336359
+ "web_commit_signoff_required": {
336360
+ "description": "Whether to require contributors to sign off on web-based commits",
336361
+ "default": false,
336362
+ "type": "boolean"
336363
+ },
335467
336364
  "subscribers_count": {
335468
336365
  "type": "integer"
335469
336366
  },
@@ -335643,6 +336540,10 @@
335643
336540
  },
335644
336541
  "allow_forking": {
335645
336542
  "type": "boolean"
336543
+ },
336544
+ "web_commit_signoff_required": {
336545
+ "type": "boolean",
336546
+ "example": false
335646
336547
  }
335647
336548
  },
335648
336549
  "required": [
@@ -337451,6 +338352,11 @@
337451
338352
  "description": "Whether to allow forking this repo",
337452
338353
  "type": "boolean"
337453
338354
  },
338355
+ "web_commit_signoff_required": {
338356
+ "description": "Whether to require contributors to sign off on web-based commits",
338357
+ "default": false,
338358
+ "type": "boolean"
338359
+ },
337454
338360
  "subscribers_count": {
337455
338361
  "type": "integer"
337456
338362
  },
@@ -337581,6 +338487,12 @@
337581
338487
  "type": "boolean",
337582
338488
  "example": false
337583
338489
  },
338490
+ "web_commit_signoff_required": {
338491
+ "description": "Whether to require contributors to sign off on web-based commits",
338492
+ "default": false,
338493
+ "type": "boolean",
338494
+ "example": false
338495
+ },
337584
338496
  "subscribers_count": {
337585
338497
  "type": "integer"
337586
338498
  },
@@ -342220,14 +343132,6 @@
342220
343132
  "write"
342221
343133
  ]
342222
343134
  },
342223
- "organization_custom_roles": {
342224
- "type": "string",
342225
- "description": "The level of permission to grant the access token for custom roles management.",
342226
- "enum": [
342227
- "read",
342228
- "write"
342229
- ]
342230
- },
342231
343135
  "deployments": {
342232
343136
  "type": "string",
342233
343137
  "description": "The level of permission to grant the access token for deployments and deployment statuses.",
@@ -342817,7 +343721,13 @@
342817
343721
  "category": "apps",
342818
343722
  "subcategory": "installations"
342819
343723
  },
342820
- "x-octokit": {}
343724
+ "x-octokit": {
343725
+ "diff": {
343726
+ "api.github.com": {
343727
+ "type": "changed"
343728
+ }
343729
+ }
343730
+ }
342821
343731
  }
342822
343732
  },
342823
343733
  "/user/installations/{installation_id}/repositories": {
@@ -343898,6 +344808,11 @@
343898
344808
  "description": "Whether to allow forking this repo",
343899
344809
  "type": "boolean"
343900
344810
  },
344811
+ "web_commit_signoff_required": {
344812
+ "description": "Whether to require contributors to sign off on web-based commits",
344813
+ "default": false,
344814
+ "type": "boolean"
344815
+ },
343901
344816
  "subscribers_count": {
343902
344817
  "type": "integer"
343903
344818
  },
@@ -346460,6 +347375,11 @@
346460
347375
  "description": "Whether to allow forking this repo",
346461
347376
  "type": "boolean"
346462
347377
  },
347378
+ "web_commit_signoff_required": {
347379
+ "description": "Whether to require contributors to sign off on web-based commits",
347380
+ "default": false,
347381
+ "type": "boolean"
347382
+ },
346463
347383
  "subscribers_count": {
346464
347384
  "type": "integer"
346465
347385
  },
@@ -350613,6 +351533,11 @@
350613
351533
  "description": "Whether to allow forking this repo",
350614
351534
  "type": "boolean"
350615
351535
  },
351536
+ "web_commit_signoff_required": {
351537
+ "description": "Whether to require contributors to sign off on web-based commits",
351538
+ "default": false,
351539
+ "type": "boolean"
351540
+ },
350616
351541
  "subscribers_count": {
350617
351542
  "type": "integer"
350618
351543
  },
@@ -352283,6 +353208,11 @@
352283
353208
  "description": "Whether to allow forking this repo",
352284
353209
  "type": "boolean"
352285
353210
  },
353211
+ "web_commit_signoff_required": {
353212
+ "description": "Whether to require contributors to sign off on web-based commits",
353213
+ "default": false,
353214
+ "type": "boolean"
353215
+ },
352286
353216
  "subscribers_count": {
352287
353217
  "type": "integer"
352288
353218
  },
@@ -354318,6 +355248,11 @@
354318
355248
  "description": "Whether to allow forking this repo",
354319
355249
  "type": "boolean"
354320
355250
  },
355251
+ "web_commit_signoff_required": {
355252
+ "description": "Whether to require contributors to sign off on web-based commits",
355253
+ "default": false,
355254
+ "type": "boolean"
355255
+ },
354321
355256
  "subscribers_count": {
354322
355257
  "type": "integer"
354323
355258
  },
@@ -354497,6 +355432,10 @@
354497
355432
  },
354498
355433
  "allow_forking": {
354499
355434
  "type": "boolean"
355435
+ },
355436
+ "web_commit_signoff_required": {
355437
+ "type": "boolean",
355438
+ "example": false
354500
355439
  }
354501
355440
  },
354502
355441
  "required": [
@@ -356475,6 +357414,11 @@
356475
357414
  "description": "Whether to allow forking this repo",
356476
357415
  "type": "boolean"
356477
357416
  },
357417
+ "web_commit_signoff_required": {
357418
+ "description": "Whether to require contributors to sign off on web-based commits",
357419
+ "default": false,
357420
+ "type": "boolean"
357421
+ },
356478
357422
  "subscribers_count": {
356479
357423
  "type": "integer"
356480
357424
  },
@@ -356947,6 +357891,40 @@
356947
357891
  "type": "boolean",
356948
357892
  "example": false
356949
357893
  },
357894
+ "squash_merge_commit_title": {
357895
+ "type": "string",
357896
+ "enum": [
357897
+ "PR_TITLE",
357898
+ "COMMIT_OR_PR_TITLE"
357899
+ ],
357900
+ "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)."
357901
+ },
357902
+ "squash_merge_commit_message": {
357903
+ "type": "string",
357904
+ "enum": [
357905
+ "PR_BODY",
357906
+ "COMMIT_MESSAGES",
357907
+ "BLANK"
357908
+ ],
357909
+ "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."
357910
+ },
357911
+ "merge_commit_title": {
357912
+ "type": "string",
357913
+ "enum": [
357914
+ "PR_TITLE",
357915
+ "MERGE_MESSAGE"
357916
+ ],
357917
+ "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)."
357918
+ },
357919
+ "merge_commit_message": {
357920
+ "type": "string",
357921
+ "enum": [
357922
+ "PR_BODY",
357923
+ "PR_TITLE",
357924
+ "BLANK"
357925
+ ],
357926
+ "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."
357927
+ },
356950
357928
  "has_downloads": {
356951
357929
  "description": "Whether downloads are enabled.",
356952
357930
  "default": true,
@@ -357985,6 +358963,11 @@
357985
358963
  "description": "Whether to allow forking this repo",
357986
358964
  "type": "boolean"
357987
358965
  },
358966
+ "web_commit_signoff_required": {
358967
+ "description": "Whether to require contributors to sign off on web-based commits",
358968
+ "default": false,
358969
+ "type": "boolean"
358970
+ },
357988
358971
  "subscribers_count": {
357989
358972
  "type": "integer"
357990
358973
  },
@@ -359942,6 +360925,11 @@
359942
360925
  "description": "Whether to allow forking this repo",
359943
360926
  "type": "boolean"
359944
360927
  },
360928
+ "web_commit_signoff_required": {
360929
+ "description": "Whether to require contributors to sign off on web-based commits",
360930
+ "default": false,
360931
+ "type": "boolean"
360932
+ },
359945
360933
  "subscribers_count": {
359946
360934
  "type": "integer"
359947
360935
  },
@@ -360121,6 +361109,10 @@
360121
361109
  },
360122
361110
  "allow_forking": {
360123
361111
  "type": "boolean"
361112
+ },
361113
+ "web_commit_signoff_required": {
361114
+ "type": "boolean",
361115
+ "example": false
360124
361116
  }
360125
361117
  },
360126
361118
  "required": [
@@ -362023,6 +363015,11 @@
362023
363015
  "description": "Whether to allow forking this repo",
362024
363016
  "type": "boolean"
362025
363017
  },
363018
+ "web_commit_signoff_required": {
363019
+ "description": "Whether to require contributors to sign off on web-based commits",
363020
+ "default": false,
363021
+ "type": "boolean"
363022
+ },
362026
363023
  "subscribers_count": {
362027
363024
  "type": "integer"
362028
363025
  },
@@ -363275,6 +364272,11 @@
363275
364272
  "description": "Whether to allow forking this repo",
363276
364273
  "type": "boolean"
363277
364274
  },
364275
+ "web_commit_signoff_required": {
364276
+ "description": "Whether to require contributors to sign off on web-based commits",
364277
+ "default": false,
364278
+ "type": "boolean"
364279
+ },
363278
364280
  "subscribers_count": {
363279
364281
  "type": "integer"
363280
364282
  },
@@ -365456,6 +366458,11 @@
365456
366458
  "description": "Whether to allow forking this repo",
365457
366459
  "type": "boolean"
365458
366460
  },
366461
+ "web_commit_signoff_required": {
366462
+ "description": "Whether to require contributors to sign off on web-based commits",
366463
+ "default": false,
366464
+ "type": "boolean"
366465
+ },
365459
366466
  "subscribers_count": {
365460
366467
  "type": "integer"
365461
366468
  },
@@ -365635,6 +366642,10 @@
365635
366642
  },
365636
366643
  "allow_forking": {
365637
366644
  "type": "boolean"
366645
+ },
366646
+ "web_commit_signoff_required": {
366647
+ "type": "boolean",
366648
+ "example": false
365638
366649
  }
365639
366650
  },
365640
366651
  "required": [
@@ -366078,8 +367089,8 @@
366078
367089
  "example": "2017-08-17T12:37:15Z"
366079
367090
  },
366080
367091
  "organization": {
366081
- "title": "Organization Full",
366082
- "description": "Organization Full",
367092
+ "title": "Team Organization",
367093
+ "description": "Team Organization",
366083
367094
  "type": "object",
366084
367095
  "properties": {
366085
367096
  "login": {
@@ -366304,6 +367315,10 @@
366304
367315
  "example": false,
366305
367316
  "nullable": true
366306
367317
  },
367318
+ "web_commit_signoff_required": {
367319
+ "type": "boolean",
367320
+ "example": false
367321
+ },
366307
367322
  "updated_at": {
366308
367323
  "type": "string",
366309
367324
  "format": "date-time"
@@ -369361,6 +370376,11 @@
369361
370376
  "description": "Whether to allow forking this repo",
369362
370377
  "type": "boolean"
369363
370378
  },
370379
+ "web_commit_signoff_required": {
370380
+ "description": "Whether to require contributors to sign off on web-based commits",
370381
+ "default": false,
370382
+ "type": "boolean"
370383
+ },
369364
370384
  "subscribers_count": {
369365
370385
  "type": "integer"
369366
370386
  },
@@ -372484,6 +373504,11 @@
372484
373504
  "description": "Whether to allow forking this repo",
372485
373505
  "type": "boolean"
372486
373506
  },
373507
+ "web_commit_signoff_required": {
373508
+ "description": "Whether to require contributors to sign off on web-based commits",
373509
+ "default": false,
373510
+ "type": "boolean"
373511
+ },
372487
373512
  "subscribers_count": {
372488
373513
  "type": "integer"
372489
373514
  },
@@ -375356,14 +376381,6 @@
375356
376381
  "write"
375357
376382
  ]
375358
376383
  },
375359
- "organization_custom_roles": {
375360
- "type": "string",
375361
- "description": "The level of permission to grant the access token for custom roles management.",
375362
- "enum": [
375363
- "read",
375364
- "write"
375365
- ]
375366
- },
375367
376384
  "deployments": {
375368
376385
  "type": "string",
375369
376386
  "description": "The level of permission to grant the access token for deployments and deployment statuses.",
@@ -375832,7 +376849,13 @@
375832
376849
  "category": "apps",
375833
376850
  "subcategory": null
375834
376851
  },
375835
- "x-octokit": {}
376852
+ "x-octokit": {
376853
+ "diff": {
376854
+ "api.github.com": {
376855
+ "type": "changed"
376856
+ }
376857
+ }
376858
+ }
375836
376859
  }
375837
376860
  },
375838
376861
  "/users/{username}/keys": {
@@ -378042,6 +379065,11 @@
378042
379065
  "description": "Whether to allow forking this repo",
378043
379066
  "type": "boolean"
378044
379067
  },
379068
+ "web_commit_signoff_required": {
379069
+ "description": "Whether to require contributors to sign off on web-based commits",
379070
+ "default": false,
379071
+ "type": "boolean"
379072
+ },
378045
379073
  "subscribers_count": {
378046
379074
  "type": "integer"
378047
379075
  },
@@ -378221,6 +379249,10 @@
378221
379249
  },
378222
379250
  "allow_forking": {
378223
379251
  "type": "boolean"
379252
+ },
379253
+ "web_commit_signoff_required": {
379254
+ "type": "boolean",
379255
+ "example": false
378224
379256
  }
378225
379257
  },
378226
379258
  "required": [
@@ -379509,6 +380541,11 @@
379509
380541
  "description": "Whether to allow forking this repo",
379510
380542
  "type": "boolean"
379511
380543
  },
380544
+ "web_commit_signoff_required": {
380545
+ "description": "Whether to require contributors to sign off on web-based commits",
380546
+ "default": false,
380547
+ "type": "boolean"
380548
+ },
379512
380549
  "subscribers_count": {
379513
380550
  "type": "integer"
379514
380551
  },
@@ -380626,6 +381663,11 @@
380626
381663
  "description": "Whether to allow forking this repo",
380627
381664
  "type": "boolean"
380628
381665
  },
381666
+ "web_commit_signoff_required": {
381667
+ "description": "Whether to require contributors to sign off on web-based commits",
381668
+ "default": false,
381669
+ "type": "boolean"
381670
+ },
380629
381671
  "subscribers_count": {
380630
381672
  "type": "integer"
380631
381673
  },
@@ -382371,6 +383413,11 @@
382371
383413
  "description": "Whether to allow forking this repo",
382372
383414
  "type": "boolean"
382373
383415
  },
383416
+ "web_commit_signoff_required": {
383417
+ "description": "Whether to require contributors to sign off on web-based commits",
383418
+ "default": false,
383419
+ "type": "boolean"
383420
+ },
382374
383421
  "subscribers_count": {
382375
383422
  "type": "integer"
382376
383423
  },
@@ -382550,6 +383597,10 @@
382550
383597
  },
382551
383598
  "allow_forking": {
382552
383599
  "type": "boolean"
383600
+ },
383601
+ "web_commit_signoff_required": {
383602
+ "type": "boolean",
383603
+ "example": false
382553
383604
  }
382554
383605
  },
382555
383606
  "required": [