@octokit/openapi 7.5.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.
- package/generated/api.github.com.deref.json +466 -140
- package/generated/api.github.com.json +607 -28
- package/generated/ghes-3.2-diff-to-api.github.com.deref.json +1 -1
- package/generated/ghes-3.2-diff-to-api.github.com.json +1 -1
- package/generated/ghes-3.2-diff-to-ghes-3.3.deref.json +31 -25
- package/generated/ghes-3.2-diff-to-ghes-3.3.json +25 -14
- package/generated/ghes-3.2.deref.json +319 -242
- package/generated/ghes-3.2.json +558 -26
- package/generated/ghes-3.3-anicca-diff-to-ghes-3.4.deref.json +0 -16
- package/generated/ghes-3.3-diff-to-ghes-3.4.deref.json +187 -223
- package/generated/ghes-3.3-diff-to-ghes-3.4.json +432 -10
- package/generated/ghes-3.3.deref.json +319 -242
- package/generated/ghes-3.3.json +558 -26
- package/generated/ghes-3.4-diff-to-ghes-3.5.deref.json +9 -1
- package/generated/ghes-3.4-diff-to-ghes-3.5.json +9 -1
- package/generated/ghes-3.4.deref.json +322 -228
- package/generated/ghes-3.4.json +566 -28
- package/generated/ghes-3.5-diff-to-api.github.com.deref.json +1 -1
- package/generated/ghes-3.5-diff-to-api.github.com.json +1 -1
- package/generated/ghes-3.5-diff-to-ghes-3.6.deref.json +45 -39
- package/generated/ghes-3.5-diff-to-ghes-3.6.json +283 -15
- package/generated/ghes-3.5.deref.json +322 -228
- package/generated/ghes-3.5.json +566 -28
- package/generated/ghes-3.6-anicca-diff-to-api.github.com.deref.json +433 -88
- package/generated/ghes-3.6-diff-to-api.github.com.deref.json +17464 -6423
- package/generated/ghes-3.6-diff-to-api.github.com.json +4502 -2247
- package/generated/ghes-3.6.deref.json +406 -240
- package/generated/ghes-3.6.json +654 -40
- package/generated/github.ae-anicca-diff-to-api.github.com.deref.json +318 -32
- package/generated/github.ae-diff-to-api.github.com.deref.json +15845 -8423
- package/generated/github.ae-diff-to-api.github.com.json +1168 -44
- package/generated/github.ae.deref.json +409 -163
- package/generated/github.ae.json +646 -35
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "7.
|
|
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": {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "7.
|
|
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": {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "7.
|
|
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": {
|
|
@@ -270,14 +270,6 @@
|
|
|
270
270
|
"write"
|
|
271
271
|
]
|
|
272
272
|
},
|
|
273
|
-
"organization_custom_roles": {
|
|
274
|
-
"type": "string",
|
|
275
|
-
"description": "The level of permission to grant the access token for custom roles management.",
|
|
276
|
-
"enum": [
|
|
277
|
-
"read",
|
|
278
|
-
"write"
|
|
279
|
-
]
|
|
280
|
-
},
|
|
281
273
|
"deployments": {
|
|
282
274
|
"type": "string",
|
|
283
275
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -563,14 +555,6 @@
|
|
|
563
555
|
"write"
|
|
564
556
|
]
|
|
565
557
|
},
|
|
566
|
-
"organization_custom_roles": {
|
|
567
|
-
"type": "string",
|
|
568
|
-
"description": "The level of permission to grant the access token for custom roles management.",
|
|
569
|
-
"enum": [
|
|
570
|
-
"read",
|
|
571
|
-
"write"
|
|
572
|
-
]
|
|
573
|
-
},
|
|
574
558
|
"deployments": {
|
|
575
559
|
"type": "string",
|
|
576
560
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -47673,8 +47657,8 @@
|
|
|
47673
47657
|
"example": "2017-08-17T12:37:15Z"
|
|
47674
47658
|
},
|
|
47675
47659
|
"organization": {
|
|
47676
|
-
"title": "Organization
|
|
47677
|
-
"description": "Organization
|
|
47660
|
+
"title": "Team Organization",
|
|
47661
|
+
"description": "Team Organization",
|
|
47678
47662
|
"type": "object",
|
|
47679
47663
|
"properties": {
|
|
47680
47664
|
"login": {
|
|
@@ -48315,8 +48299,8 @@
|
|
|
48315
48299
|
"example": "2017-08-17T12:37:15Z"
|
|
48316
48300
|
},
|
|
48317
48301
|
"organization": {
|
|
48318
|
-
"title": "Organization
|
|
48319
|
-
"description": "Organization
|
|
48302
|
+
"title": "Team Organization",
|
|
48303
|
+
"description": "Team Organization",
|
|
48320
48304
|
"type": "object",
|
|
48321
48305
|
"properties": {
|
|
48322
48306
|
"login": {
|
|
@@ -48938,8 +48922,8 @@
|
|
|
48938
48922
|
"example": "2017-08-17T12:37:15Z"
|
|
48939
48923
|
},
|
|
48940
48924
|
"organization": {
|
|
48941
|
-
"title": "Organization
|
|
48942
|
-
"description": "Organization
|
|
48925
|
+
"title": "Team Organization",
|
|
48926
|
+
"description": "Team Organization",
|
|
48943
48927
|
"type": "object",
|
|
48944
48928
|
"properties": {
|
|
48945
48929
|
"login": {
|
|
@@ -117320,6 +117304,14 @@
|
|
|
117320
117304
|
]
|
|
117321
117305
|
}
|
|
117322
117306
|
}
|
|
117307
|
+
},
|
|
117308
|
+
"examples": {
|
|
117309
|
+
"default": {
|
|
117310
|
+
"summary": "Example request body",
|
|
117311
|
+
"value": {
|
|
117312
|
+
"permissions": "write"
|
|
117313
|
+
}
|
|
117314
|
+
}
|
|
117323
117315
|
}
|
|
117324
117316
|
}
|
|
117325
117317
|
}
|
|
@@ -122089,7 +122081,8 @@
|
|
|
122089
122081
|
"type": "User",
|
|
122090
122082
|
"site_admin": false
|
|
122091
122083
|
},
|
|
122092
|
-
"author_association": "COLLABORATOR"
|
|
122084
|
+
"author_association": "COLLABORATOR",
|
|
122085
|
+
"state_reason": "completed"
|
|
122093
122086
|
}
|
|
122094
122087
|
]
|
|
122095
122088
|
}
|
|
@@ -124864,7 +124857,8 @@
|
|
|
124864
124857
|
"type": "User",
|
|
124865
124858
|
"site_admin": false
|
|
124866
124859
|
},
|
|
124867
|
-
"author_association": "COLLABORATOR"
|
|
124860
|
+
"author_association": "COLLABORATOR",
|
|
124861
|
+
"state_reason": "completed"
|
|
124868
124862
|
}
|
|
124869
124863
|
}
|
|
124870
124864
|
}
|
|
@@ -128807,7 +128801,8 @@
|
|
|
128807
128801
|
"closed_at": null,
|
|
128808
128802
|
"created_at": "2011-04-22T13:33:48Z",
|
|
128809
128803
|
"updated_at": "2011-04-22T13:33:48Z",
|
|
128810
|
-
"author_association": "COLLABORATOR"
|
|
128804
|
+
"author_association": "COLLABORATOR",
|
|
128805
|
+
"state_reason": "completed"
|
|
128811
128806
|
}
|
|
128812
128807
|
}
|
|
128813
128808
|
]
|
|
@@ -132678,7 +132673,8 @@
|
|
|
132678
132673
|
"closed_at": null,
|
|
132679
132674
|
"created_at": "2011-04-22T13:33:48Z",
|
|
132680
132675
|
"updated_at": "2011-04-22T13:33:48Z",
|
|
132681
|
-
"author_association": "COLLABORATOR"
|
|
132676
|
+
"author_association": "COLLABORATOR",
|
|
132677
|
+
"state_reason": "completed"
|
|
132682
132678
|
}
|
|
132683
132679
|
}
|
|
132684
132680
|
}
|
|
@@ -135314,7 +135310,8 @@
|
|
|
135314
135310
|
"type": "User",
|
|
135315
135311
|
"site_admin": false
|
|
135316
135312
|
},
|
|
135317
|
-
"author_association": "COLLABORATOR"
|
|
135313
|
+
"author_association": "COLLABORATOR",
|
|
135314
|
+
"state_reason": "completed"
|
|
135318
135315
|
}
|
|
135319
135316
|
}
|
|
135320
135317
|
}
|
|
@@ -135494,6 +135491,12 @@
|
|
|
135494
135491
|
"closed"
|
|
135495
135492
|
]
|
|
135496
135493
|
},
|
|
135494
|
+
"state_reason": {
|
|
135495
|
+
"type": "string",
|
|
135496
|
+
"nullable": true,
|
|
135497
|
+
"description": "The reason for the current state",
|
|
135498
|
+
"example": "not_planned"
|
|
135499
|
+
},
|
|
135497
135500
|
"milestone": {
|
|
135498
135501
|
"oneOf": [
|
|
135499
135502
|
{
|
|
@@ -138057,7 +138060,8 @@
|
|
|
138057
138060
|
"type": "User",
|
|
138058
138061
|
"site_admin": false
|
|
138059
138062
|
},
|
|
138060
|
-
"author_association": "COLLABORATOR"
|
|
138063
|
+
"author_association": "COLLABORATOR",
|
|
138064
|
+
"state_reason": "completed"
|
|
138061
138065
|
}
|
|
138062
138066
|
}
|
|
138063
138067
|
}
|
|
@@ -140837,7 +140841,8 @@
|
|
|
140837
140841
|
"type": "User",
|
|
140838
140842
|
"site_admin": false
|
|
140839
140843
|
},
|
|
140840
|
-
"author_association": "COLLABORATOR"
|
|
140844
|
+
"author_association": "COLLABORATOR",
|
|
140845
|
+
"state_reason": "completed"
|
|
140841
140846
|
}
|
|
140842
140847
|
}
|
|
140843
140848
|
}
|
|
@@ -175222,7 +175227,8 @@
|
|
|
175222
175227
|
"body": "...",
|
|
175223
175228
|
"score": 1,
|
|
175224
175229
|
"locked": true,
|
|
175225
|
-
"author_association": "COLLABORATOR"
|
|
175230
|
+
"author_association": "COLLABORATOR",
|
|
175231
|
+
"state_reason": "completed"
|
|
175226
175232
|
}
|
|
175227
175233
|
]
|
|
175228
175234
|
}
|
|
@@ -176462,8 +176468,8 @@
|
|
|
176462
176468
|
"example": "2017-08-17T12:37:15Z"
|
|
176463
176469
|
},
|
|
176464
176470
|
"organization": {
|
|
176465
|
-
"title": "Organization
|
|
176466
|
-
"description": "Organization
|
|
176471
|
+
"title": "Team Organization",
|
|
176472
|
+
"description": "Team Organization",
|
|
176467
176473
|
"type": "object",
|
|
176468
176474
|
"properties": {
|
|
176469
176475
|
"login": {
|
|
@@ -177082,8 +177088,8 @@
|
|
|
177082
177088
|
"example": "2017-08-17T12:37:15Z"
|
|
177083
177089
|
},
|
|
177084
177090
|
"organization": {
|
|
177085
|
-
"title": "Organization
|
|
177086
|
-
"description": "Organization
|
|
177091
|
+
"title": "Team Organization",
|
|
177092
|
+
"description": "Team Organization",
|
|
177087
177093
|
"type": "object",
|
|
177088
177094
|
"properties": {
|
|
177089
177095
|
"login": {
|
|
@@ -177580,8 +177586,8 @@
|
|
|
177580
177586
|
"example": "2017-08-17T12:37:15Z"
|
|
177581
177587
|
},
|
|
177582
177588
|
"organization": {
|
|
177583
|
-
"title": "Organization
|
|
177584
|
-
"description": "Organization
|
|
177589
|
+
"title": "Team Organization",
|
|
177590
|
+
"description": "Team Organization",
|
|
177585
177591
|
"type": "object",
|
|
177586
177592
|
"properties": {
|
|
177587
177593
|
"login": {
|
|
@@ -202665,8 +202671,8 @@
|
|
|
202665
202671
|
"example": "2017-08-17T12:37:15Z"
|
|
202666
202672
|
},
|
|
202667
202673
|
"organization": {
|
|
202668
|
-
"title": "Organization
|
|
202669
|
-
"description": "Organization
|
|
202674
|
+
"title": "Team Organization",
|
|
202675
|
+
"description": "Team Organization",
|
|
202670
202676
|
"type": "object",
|
|
202671
202677
|
"properties": {
|
|
202672
202678
|
"login": {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "7.
|
|
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": {
|
|
@@ -5177,6 +5177,14 @@
|
|
|
5177
5177
|
]
|
|
5178
5178
|
}
|
|
5179
5179
|
}
|
|
5180
|
+
},
|
|
5181
|
+
"examples": {
|
|
5182
|
+
"default": {
|
|
5183
|
+
"summary": "Example request body",
|
|
5184
|
+
"value": {
|
|
5185
|
+
"permissions": "write"
|
|
5186
|
+
}
|
|
5187
|
+
}
|
|
5180
5188
|
}
|
|
5181
5189
|
}
|
|
5182
5190
|
}
|
|
@@ -5799,6 +5807,12 @@
|
|
|
5799
5807
|
"closed"
|
|
5800
5808
|
]
|
|
5801
5809
|
},
|
|
5810
|
+
"state_reason": {
|
|
5811
|
+
"type": "string",
|
|
5812
|
+
"nullable": true,
|
|
5813
|
+
"description": "The reason for the current state",
|
|
5814
|
+
"example": "not_planned"
|
|
5815
|
+
},
|
|
5802
5816
|
"milestone": {
|
|
5803
5817
|
"oneOf": [
|
|
5804
5818
|
{
|
|
@@ -10344,14 +10358,6 @@
|
|
|
10344
10358
|
"write"
|
|
10345
10359
|
]
|
|
10346
10360
|
},
|
|
10347
|
-
"organization_custom_roles": {
|
|
10348
|
-
"type": "string",
|
|
10349
|
-
"description": "The level of permission to grant the access token for custom roles management.",
|
|
10350
|
-
"enum": [
|
|
10351
|
-
"read",
|
|
10352
|
-
"write"
|
|
10353
|
-
]
|
|
10354
|
-
},
|
|
10355
10361
|
"deployments": {
|
|
10356
10362
|
"type": "string",
|
|
10357
10363
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -13092,7 +13098,7 @@
|
|
|
13092
13098
|
"example": "2017-08-17T12:37:15Z"
|
|
13093
13099
|
},
|
|
13094
13100
|
"organization": {
|
|
13095
|
-
"$ref": "#/components/schemas/organization
|
|
13101
|
+
"$ref": "#/components/schemas/team-organization"
|
|
13096
13102
|
},
|
|
13097
13103
|
"ldap_dn": {
|
|
13098
13104
|
"description": "Distinguished Name (DN) that team maps to within LDAP environment",
|
|
@@ -19841,6 +19847,263 @@
|
|
|
19841
19847
|
],
|
|
19842
19848
|
"nullable": true
|
|
19843
19849
|
},
|
|
19850
|
+
"team-organization": {
|
|
19851
|
+
"title": "Team Organization",
|
|
19852
|
+
"description": "Team Organization",
|
|
19853
|
+
"type": "object",
|
|
19854
|
+
"properties": {
|
|
19855
|
+
"login": {
|
|
19856
|
+
"type": "string",
|
|
19857
|
+
"example": "github"
|
|
19858
|
+
},
|
|
19859
|
+
"id": {
|
|
19860
|
+
"type": "integer",
|
|
19861
|
+
"example": 1
|
|
19862
|
+
},
|
|
19863
|
+
"node_id": {
|
|
19864
|
+
"type": "string",
|
|
19865
|
+
"example": "MDEyOk9yZ2FuaXphdGlvbjE="
|
|
19866
|
+
},
|
|
19867
|
+
"url": {
|
|
19868
|
+
"type": "string",
|
|
19869
|
+
"format": "uri",
|
|
19870
|
+
"example": "https://api.github.com/orgs/github"
|
|
19871
|
+
},
|
|
19872
|
+
"repos_url": {
|
|
19873
|
+
"type": "string",
|
|
19874
|
+
"format": "uri",
|
|
19875
|
+
"example": "https://api.github.com/orgs/github/repos"
|
|
19876
|
+
},
|
|
19877
|
+
"events_url": {
|
|
19878
|
+
"type": "string",
|
|
19879
|
+
"format": "uri",
|
|
19880
|
+
"example": "https://api.github.com/orgs/github/events"
|
|
19881
|
+
},
|
|
19882
|
+
"hooks_url": {
|
|
19883
|
+
"type": "string",
|
|
19884
|
+
"example": "https://api.github.com/orgs/github/hooks"
|
|
19885
|
+
},
|
|
19886
|
+
"issues_url": {
|
|
19887
|
+
"type": "string",
|
|
19888
|
+
"example": "https://api.github.com/orgs/github/issues"
|
|
19889
|
+
},
|
|
19890
|
+
"members_url": {
|
|
19891
|
+
"type": "string",
|
|
19892
|
+
"example": "https://api.github.com/orgs/github/members{/member}"
|
|
19893
|
+
},
|
|
19894
|
+
"public_members_url": {
|
|
19895
|
+
"type": "string",
|
|
19896
|
+
"example": "https://api.github.com/orgs/github/public_members{/member}"
|
|
19897
|
+
},
|
|
19898
|
+
"avatar_url": {
|
|
19899
|
+
"type": "string",
|
|
19900
|
+
"example": "https://github.com/images/error/octocat_happy.gif"
|
|
19901
|
+
},
|
|
19902
|
+
"description": {
|
|
19903
|
+
"type": "string",
|
|
19904
|
+
"example": "A great organization",
|
|
19905
|
+
"nullable": true
|
|
19906
|
+
},
|
|
19907
|
+
"name": {
|
|
19908
|
+
"type": "string",
|
|
19909
|
+
"example": "github"
|
|
19910
|
+
},
|
|
19911
|
+
"company": {
|
|
19912
|
+
"type": "string",
|
|
19913
|
+
"example": "GitHub"
|
|
19914
|
+
},
|
|
19915
|
+
"blog": {
|
|
19916
|
+
"type": "string",
|
|
19917
|
+
"format": "uri",
|
|
19918
|
+
"example": "https://github.com/blog"
|
|
19919
|
+
},
|
|
19920
|
+
"location": {
|
|
19921
|
+
"type": "string",
|
|
19922
|
+
"example": "San Francisco"
|
|
19923
|
+
},
|
|
19924
|
+
"email": {
|
|
19925
|
+
"type": "string",
|
|
19926
|
+
"format": "email",
|
|
19927
|
+
"example": "octocat@github.com"
|
|
19928
|
+
},
|
|
19929
|
+
"twitter_username": {
|
|
19930
|
+
"type": "string",
|
|
19931
|
+
"example": "github",
|
|
19932
|
+
"nullable": true
|
|
19933
|
+
},
|
|
19934
|
+
"is_verified": {
|
|
19935
|
+
"type": "boolean",
|
|
19936
|
+
"example": true
|
|
19937
|
+
},
|
|
19938
|
+
"has_organization_projects": {
|
|
19939
|
+
"type": "boolean",
|
|
19940
|
+
"example": true
|
|
19941
|
+
},
|
|
19942
|
+
"has_repository_projects": {
|
|
19943
|
+
"type": "boolean",
|
|
19944
|
+
"example": true
|
|
19945
|
+
},
|
|
19946
|
+
"public_repos": {
|
|
19947
|
+
"type": "integer",
|
|
19948
|
+
"example": 2
|
|
19949
|
+
},
|
|
19950
|
+
"public_gists": {
|
|
19951
|
+
"type": "integer",
|
|
19952
|
+
"example": 1
|
|
19953
|
+
},
|
|
19954
|
+
"followers": {
|
|
19955
|
+
"type": "integer",
|
|
19956
|
+
"example": 20
|
|
19957
|
+
},
|
|
19958
|
+
"following": {
|
|
19959
|
+
"type": "integer",
|
|
19960
|
+
"example": 0
|
|
19961
|
+
},
|
|
19962
|
+
"html_url": {
|
|
19963
|
+
"type": "string",
|
|
19964
|
+
"format": "uri",
|
|
19965
|
+
"example": "https://github.com/octocat"
|
|
19966
|
+
},
|
|
19967
|
+
"created_at": {
|
|
19968
|
+
"type": "string",
|
|
19969
|
+
"format": "date-time",
|
|
19970
|
+
"example": "2008-01-14T04:33:35Z"
|
|
19971
|
+
},
|
|
19972
|
+
"type": {
|
|
19973
|
+
"type": "string",
|
|
19974
|
+
"example": "Organization"
|
|
19975
|
+
},
|
|
19976
|
+
"total_private_repos": {
|
|
19977
|
+
"type": "integer",
|
|
19978
|
+
"example": 100
|
|
19979
|
+
},
|
|
19980
|
+
"owned_private_repos": {
|
|
19981
|
+
"type": "integer",
|
|
19982
|
+
"example": 100
|
|
19983
|
+
},
|
|
19984
|
+
"private_gists": {
|
|
19985
|
+
"type": "integer",
|
|
19986
|
+
"example": 81,
|
|
19987
|
+
"nullable": true
|
|
19988
|
+
},
|
|
19989
|
+
"disk_usage": {
|
|
19990
|
+
"type": "integer",
|
|
19991
|
+
"example": 10000,
|
|
19992
|
+
"nullable": true
|
|
19993
|
+
},
|
|
19994
|
+
"collaborators": {
|
|
19995
|
+
"type": "integer",
|
|
19996
|
+
"example": 8,
|
|
19997
|
+
"nullable": true
|
|
19998
|
+
},
|
|
19999
|
+
"billing_email": {
|
|
20000
|
+
"type": "string",
|
|
20001
|
+
"format": "email",
|
|
20002
|
+
"example": "org@example.com",
|
|
20003
|
+
"nullable": true
|
|
20004
|
+
},
|
|
20005
|
+
"plan": {
|
|
20006
|
+
"type": "object",
|
|
20007
|
+
"properties": {
|
|
20008
|
+
"name": {
|
|
20009
|
+
"type": "string"
|
|
20010
|
+
},
|
|
20011
|
+
"space": {
|
|
20012
|
+
"type": "integer"
|
|
20013
|
+
},
|
|
20014
|
+
"private_repos": {
|
|
20015
|
+
"type": "integer"
|
|
20016
|
+
},
|
|
20017
|
+
"filled_seats": {
|
|
20018
|
+
"type": "integer"
|
|
20019
|
+
},
|
|
20020
|
+
"seats": {
|
|
20021
|
+
"type": "integer"
|
|
20022
|
+
}
|
|
20023
|
+
},
|
|
20024
|
+
"required": [
|
|
20025
|
+
"name",
|
|
20026
|
+
"space",
|
|
20027
|
+
"private_repos"
|
|
20028
|
+
]
|
|
20029
|
+
},
|
|
20030
|
+
"default_repository_permission": {
|
|
20031
|
+
"type": "string",
|
|
20032
|
+
"nullable": true
|
|
20033
|
+
},
|
|
20034
|
+
"members_can_create_repositories": {
|
|
20035
|
+
"type": "boolean",
|
|
20036
|
+
"example": true,
|
|
20037
|
+
"nullable": true
|
|
20038
|
+
},
|
|
20039
|
+
"two_factor_requirement_enabled": {
|
|
20040
|
+
"type": "boolean",
|
|
20041
|
+
"example": true,
|
|
20042
|
+
"nullable": true
|
|
20043
|
+
},
|
|
20044
|
+
"members_allowed_repository_creation_type": {
|
|
20045
|
+
"type": "string",
|
|
20046
|
+
"example": "all"
|
|
20047
|
+
},
|
|
20048
|
+
"members_can_create_public_repositories": {
|
|
20049
|
+
"type": "boolean",
|
|
20050
|
+
"example": true
|
|
20051
|
+
},
|
|
20052
|
+
"members_can_create_private_repositories": {
|
|
20053
|
+
"type": "boolean",
|
|
20054
|
+
"example": true
|
|
20055
|
+
},
|
|
20056
|
+
"members_can_create_internal_repositories": {
|
|
20057
|
+
"type": "boolean",
|
|
20058
|
+
"example": true
|
|
20059
|
+
},
|
|
20060
|
+
"members_can_create_pages": {
|
|
20061
|
+
"type": "boolean",
|
|
20062
|
+
"example": true
|
|
20063
|
+
},
|
|
20064
|
+
"members_can_create_public_pages": {
|
|
20065
|
+
"type": "boolean",
|
|
20066
|
+
"example": true
|
|
20067
|
+
},
|
|
20068
|
+
"members_can_create_private_pages": {
|
|
20069
|
+
"type": "boolean",
|
|
20070
|
+
"example": true
|
|
20071
|
+
},
|
|
20072
|
+
"members_can_fork_private_repositories": {
|
|
20073
|
+
"type": "boolean",
|
|
20074
|
+
"example": false,
|
|
20075
|
+
"nullable": true
|
|
20076
|
+
},
|
|
20077
|
+
"updated_at": {
|
|
20078
|
+
"type": "string",
|
|
20079
|
+
"format": "date-time"
|
|
20080
|
+
}
|
|
20081
|
+
},
|
|
20082
|
+
"required": [
|
|
20083
|
+
"login",
|
|
20084
|
+
"url",
|
|
20085
|
+
"id",
|
|
20086
|
+
"node_id",
|
|
20087
|
+
"repos_url",
|
|
20088
|
+
"events_url",
|
|
20089
|
+
"hooks_url",
|
|
20090
|
+
"issues_url",
|
|
20091
|
+
"members_url",
|
|
20092
|
+
"public_members_url",
|
|
20093
|
+
"avatar_url",
|
|
20094
|
+
"description",
|
|
20095
|
+
"html_url",
|
|
20096
|
+
"has_organization_projects",
|
|
20097
|
+
"has_repository_projects",
|
|
20098
|
+
"public_repos",
|
|
20099
|
+
"public_gists",
|
|
20100
|
+
"followers",
|
|
20101
|
+
"following",
|
|
20102
|
+
"type",
|
|
20103
|
+
"created_at",
|
|
20104
|
+
"updated_at"
|
|
20105
|
+
]
|
|
20106
|
+
},
|
|
19844
20107
|
"code-of-conduct-simple": {
|
|
19845
20108
|
"title": "Code Of Conduct Simple",
|
|
19846
20109
|
"description": "Code of Conduct Simple",
|
|
@@ -27537,7 +27800,8 @@
|
|
|
27537
27800
|
"type": "User",
|
|
27538
27801
|
"site_admin": false
|
|
27539
27802
|
},
|
|
27540
|
-
"author_association": "COLLABORATOR"
|
|
27803
|
+
"author_association": "COLLABORATOR",
|
|
27804
|
+
"state_reason": "completed"
|
|
27541
27805
|
}
|
|
27542
27806
|
]
|
|
27543
27807
|
},
|
|
@@ -27697,7 +27961,8 @@
|
|
|
27697
27961
|
"type": "User",
|
|
27698
27962
|
"site_admin": false
|
|
27699
27963
|
},
|
|
27700
|
-
"author_association": "COLLABORATOR"
|
|
27964
|
+
"author_association": "COLLABORATOR",
|
|
27965
|
+
"state_reason": "completed"
|
|
27701
27966
|
}
|
|
27702
27967
|
},
|
|
27703
27968
|
"issue-event-items": {
|
|
@@ -27865,7 +28130,8 @@
|
|
|
27865
28130
|
"closed_at": null,
|
|
27866
28131
|
"created_at": "2011-04-22T13:33:48Z",
|
|
27867
28132
|
"updated_at": "2011-04-22T13:33:48Z",
|
|
27868
|
-
"author_association": "COLLABORATOR"
|
|
28133
|
+
"author_association": "COLLABORATOR",
|
|
28134
|
+
"state_reason": "completed"
|
|
27869
28135
|
}
|
|
27870
28136
|
}
|
|
27871
28137
|
]
|
|
@@ -28074,7 +28340,8 @@
|
|
|
28074
28340
|
"closed_at": null,
|
|
28075
28341
|
"created_at": "2011-04-22T13:33:48Z",
|
|
28076
28342
|
"updated_at": "2011-04-22T13:33:48Z",
|
|
28077
|
-
"author_association": "COLLABORATOR"
|
|
28343
|
+
"author_association": "COLLABORATOR",
|
|
28344
|
+
"state_reason": "completed"
|
|
28078
28345
|
}
|
|
28079
28346
|
}
|
|
28080
28347
|
},
|
|
@@ -30002,7 +30269,8 @@
|
|
|
30002
30269
|
"body": "...",
|
|
30003
30270
|
"score": 1,
|
|
30004
30271
|
"locked": true,
|
|
30005
|
-
"author_association": "COLLABORATOR"
|
|
30272
|
+
"author_association": "COLLABORATOR",
|
|
30273
|
+
"state_reason": "completed"
|
|
30006
30274
|
}
|
|
30007
30275
|
]
|
|
30008
30276
|
}
|