@octokit/openapi 18.1.0 → 18.2.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 +4294 -322
- package/generated/api.github.com.json +538 -9
- package/generated/ghec.deref.json +11926 -3270
- package/generated/ghec.json +1041 -86
- package/generated/ghes-3.12.deref.json +2809 -282
- package/generated/ghes-3.12.json +175 -5
- package/generated/ghes-3.13.deref.json +2820 -283
- package/generated/ghes-3.13.json +186 -6
- package/generated/ghes-3.14.deref.json +2842 -65
- package/generated/ghes-3.14.json +242 -8
- package/generated/ghes-3.15.deref.json +3227 -363
- package/generated/ghes-3.15.json +399 -78
- package/generated/ghes-3.16.deref.json +3249 -145
- package/generated/ghes-3.16.json +399 -78
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "18.
|
|
4
|
+
"version": "18.2.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": {
|
|
@@ -4141,7 +4141,7 @@
|
|
|
4141
4141
|
},
|
|
4142
4142
|
"dependabot_secrets": {
|
|
4143
4143
|
"type": "string",
|
|
4144
|
-
"description": "The
|
|
4144
|
+
"description": "The level of permission to grant the access token to manage Dependabot secrets.",
|
|
4145
4145
|
"enum": [
|
|
4146
4146
|
"read",
|
|
4147
4147
|
"write"
|
|
@@ -5378,7 +5378,7 @@
|
|
|
5378
5378
|
},
|
|
5379
5379
|
"dependabot_secrets": {
|
|
5380
5380
|
"type": "string",
|
|
5381
|
-
"description": "The
|
|
5381
|
+
"description": "The level of permission to grant the access token to manage Dependabot secrets.",
|
|
5382
5382
|
"enum": [
|
|
5383
5383
|
"read",
|
|
5384
5384
|
"write"
|
|
@@ -6187,7 +6187,7 @@
|
|
|
6187
6187
|
},
|
|
6188
6188
|
"dependabot_secrets": {
|
|
6189
6189
|
"type": "string",
|
|
6190
|
-
"description": "The
|
|
6190
|
+
"description": "The level of permission to grant the access token to manage Dependabot secrets.",
|
|
6191
6191
|
"enum": [
|
|
6192
6192
|
"read",
|
|
6193
6193
|
"write"
|
|
@@ -9525,6 +9525,7 @@
|
|
|
9525
9525
|
"id": {
|
|
9526
9526
|
"description": "Unique identifier of the webhook delivery.",
|
|
9527
9527
|
"type": "integer",
|
|
9528
|
+
"format": "int64",
|
|
9528
9529
|
"example": 42
|
|
9529
9530
|
},
|
|
9530
9531
|
"guid": {
|
|
@@ -9572,12 +9573,14 @@
|
|
|
9572
9573
|
"installation_id": {
|
|
9573
9574
|
"description": "The id of the GitHub App installation associated with this event.",
|
|
9574
9575
|
"type": "integer",
|
|
9576
|
+
"format": "int64",
|
|
9575
9577
|
"example": 123,
|
|
9576
9578
|
"nullable": true
|
|
9577
9579
|
},
|
|
9578
9580
|
"repository_id": {
|
|
9579
9581
|
"description": "The id of the repository associated with this event.",
|
|
9580
9582
|
"type": "integer",
|
|
9583
|
+
"format": "int64",
|
|
9581
9584
|
"example": 123,
|
|
9582
9585
|
"nullable": true
|
|
9583
9586
|
},
|
|
@@ -11955,7 +11958,7 @@
|
|
|
11955
11958
|
},
|
|
11956
11959
|
"dependabot_secrets": {
|
|
11957
11960
|
"type": "string",
|
|
11958
|
-
"description": "The
|
|
11961
|
+
"description": "The level of permission to grant the access token to manage Dependabot secrets.",
|
|
11959
11962
|
"enum": [
|
|
11960
11963
|
"read",
|
|
11961
11964
|
"write"
|
|
@@ -12747,7 +12750,7 @@
|
|
|
12747
12750
|
},
|
|
12748
12751
|
"dependabot_secrets": {
|
|
12749
12752
|
"type": "string",
|
|
12750
|
-
"description": "The
|
|
12753
|
+
"description": "The level of permission to grant the access token to manage Dependabot secrets.",
|
|
12751
12754
|
"enum": [
|
|
12752
12755
|
"read",
|
|
12753
12756
|
"write"
|
|
@@ -13168,7 +13171,7 @@
|
|
|
13168
13171
|
},
|
|
13169
13172
|
"dependabot_secrets": {
|
|
13170
13173
|
"type": "string",
|
|
13171
|
-
"description": "The
|
|
13174
|
+
"description": "The level of permission to grant the access token to manage Dependabot secrets.",
|
|
13172
13175
|
"enum": [
|
|
13173
13176
|
"read",
|
|
13174
13177
|
"write"
|
|
@@ -15898,7 +15901,7 @@
|
|
|
15898
15901
|
},
|
|
15899
15902
|
"dependabot_secrets": {
|
|
15900
15903
|
"type": "string",
|
|
15901
|
-
"description": "The
|
|
15904
|
+
"description": "The level of permission to grant the access token to manage Dependabot secrets.",
|
|
15902
15905
|
"enum": [
|
|
15903
15906
|
"read",
|
|
15904
15907
|
"write"
|
|
@@ -16886,7 +16889,7 @@
|
|
|
16886
16889
|
},
|
|
16887
16890
|
"dependabot_secrets": {
|
|
16888
16891
|
"type": "string",
|
|
16889
|
-
"description": "The
|
|
16892
|
+
"description": "The level of permission to grant the access token to manage Dependabot secrets.",
|
|
16890
16893
|
"enum": [
|
|
16891
16894
|
"read",
|
|
16892
16895
|
"write"
|
|
@@ -17792,7 +17795,7 @@
|
|
|
17792
17795
|
},
|
|
17793
17796
|
"dependabot_secrets": {
|
|
17794
17797
|
"type": "string",
|
|
17795
|
-
"description": "The
|
|
17798
|
+
"description": "The level of permission to grant the access token to manage Dependabot secrets.",
|
|
17796
17799
|
"enum": [
|
|
17797
17800
|
"read",
|
|
17798
17801
|
"write"
|
|
@@ -18407,7 +18410,7 @@
|
|
|
18407
18410
|
},
|
|
18408
18411
|
"dependabot_secrets": {
|
|
18409
18412
|
"type": "string",
|
|
18410
|
-
"description": "The
|
|
18413
|
+
"description": "The level of permission to grant the access token to manage Dependabot secrets.",
|
|
18411
18414
|
"enum": [
|
|
18412
18415
|
"read",
|
|
18413
18416
|
"write"
|
|
@@ -19923,7 +19926,7 @@
|
|
|
19923
19926
|
},
|
|
19924
19927
|
"dependabot_secrets": {
|
|
19925
19928
|
"type": "string",
|
|
19926
|
-
"description": "The
|
|
19929
|
+
"description": "The level of permission to grant the access token to manage Dependabot secrets.",
|
|
19927
19930
|
"enum": [
|
|
19928
19931
|
"read",
|
|
19929
19932
|
"write"
|
|
@@ -20921,7 +20924,7 @@
|
|
|
20921
20924
|
},
|
|
20922
20925
|
"dependabot_secrets": {
|
|
20923
20926
|
"type": "string",
|
|
20924
|
-
"description": "The
|
|
20927
|
+
"description": "The level of permission to grant the access token to manage Dependabot secrets.",
|
|
20925
20928
|
"enum": [
|
|
20926
20929
|
"read",
|
|
20927
20930
|
"write"
|
|
@@ -21988,7 +21991,7 @@
|
|
|
21988
21991
|
},
|
|
21989
21992
|
"dependabot_secrets": {
|
|
21990
21993
|
"type": "string",
|
|
21991
|
-
"description": "The
|
|
21994
|
+
"description": "The level of permission to grant the access token to manage Dependabot secrets.",
|
|
21992
21995
|
"enum": [
|
|
21993
21996
|
"read",
|
|
21994
21997
|
"write"
|
|
@@ -22805,7 +22808,7 @@
|
|
|
22805
22808
|
},
|
|
22806
22809
|
"dependabot_secrets": {
|
|
22807
22810
|
"type": "string",
|
|
22808
|
-
"description": "The
|
|
22811
|
+
"description": "The level of permission to grant the access token to manage Dependabot secrets.",
|
|
22809
22812
|
"enum": [
|
|
22810
22813
|
"read",
|
|
22811
22814
|
"write"
|
|
@@ -23850,7 +23853,7 @@
|
|
|
23850
23853
|
},
|
|
23851
23854
|
"dependabot_secrets": {
|
|
23852
23855
|
"type": "string",
|
|
23853
|
-
"description": "The
|
|
23856
|
+
"description": "The level of permission to grant the access token to manage Dependabot secrets.",
|
|
23854
23857
|
"enum": [
|
|
23855
23858
|
"read",
|
|
23856
23859
|
"write"
|
|
@@ -24667,7 +24670,7 @@
|
|
|
24667
24670
|
},
|
|
24668
24671
|
"dependabot_secrets": {
|
|
24669
24672
|
"type": "string",
|
|
24670
|
-
"description": "The
|
|
24673
|
+
"description": "The level of permission to grant the access token to manage Dependabot secrets.",
|
|
24671
24674
|
"enum": [
|
|
24672
24675
|
"read",
|
|
24673
24676
|
"write"
|
|
@@ -25590,7 +25593,7 @@
|
|
|
25590
25593
|
},
|
|
25591
25594
|
"dependabot_secrets": {
|
|
25592
25595
|
"type": "string",
|
|
25593
|
-
"description": "The
|
|
25596
|
+
"description": "The level of permission to grant the access token to manage Dependabot secrets.",
|
|
25594
25597
|
"enum": [
|
|
25595
25598
|
"read",
|
|
25596
25599
|
"write"
|
|
@@ -26554,7 +26557,7 @@
|
|
|
26554
26557
|
},
|
|
26555
26558
|
"dependabot_secrets": {
|
|
26556
26559
|
"type": "string",
|
|
26557
|
-
"description": "The
|
|
26560
|
+
"description": "The level of permission to grant the access token to manage Dependabot secrets.",
|
|
26558
26561
|
"enum": [
|
|
26559
26562
|
"read",
|
|
26560
26563
|
"write"
|
|
@@ -32847,12 +32850,12 @@
|
|
|
32847
32850
|
"type": "object",
|
|
32848
32851
|
"properties": {
|
|
32849
32852
|
"id": {
|
|
32850
|
-
"description": "The
|
|
32853
|
+
"description": "The ID of the runner.",
|
|
32851
32854
|
"type": "integer",
|
|
32852
32855
|
"example": 5
|
|
32853
32856
|
},
|
|
32854
32857
|
"runner_group_id": {
|
|
32855
|
-
"description": "The
|
|
32858
|
+
"description": "The ID of the runner group.",
|
|
32856
32859
|
"type": "integer",
|
|
32857
32860
|
"example": 1
|
|
32858
32861
|
},
|
|
@@ -33261,12 +33264,12 @@
|
|
|
33261
33264
|
"type": "object",
|
|
33262
33265
|
"properties": {
|
|
33263
33266
|
"id": {
|
|
33264
|
-
"description": "The
|
|
33267
|
+
"description": "The ID of the runner.",
|
|
33265
33268
|
"type": "integer",
|
|
33266
33269
|
"example": 5
|
|
33267
33270
|
},
|
|
33268
33271
|
"runner_group_id": {
|
|
33269
|
-
"description": "The
|
|
33272
|
+
"description": "The ID of the runner group.",
|
|
33270
33273
|
"type": "integer",
|
|
33271
33274
|
"example": 1
|
|
33272
33275
|
},
|
|
@@ -33635,12 +33638,12 @@
|
|
|
33635
33638
|
"type": "object",
|
|
33636
33639
|
"properties": {
|
|
33637
33640
|
"id": {
|
|
33638
|
-
"description": "The
|
|
33641
|
+
"description": "The ID of the runner.",
|
|
33639
33642
|
"type": "integer",
|
|
33640
33643
|
"example": 5
|
|
33641
33644
|
},
|
|
33642
33645
|
"runner_group_id": {
|
|
33643
|
-
"description": "The
|
|
33646
|
+
"description": "The ID of the runner group.",
|
|
33644
33647
|
"type": "integer",
|
|
33645
33648
|
"example": 1
|
|
33646
33649
|
},
|
|
@@ -35508,12 +35511,12 @@
|
|
|
35508
35511
|
"type": "object",
|
|
35509
35512
|
"properties": {
|
|
35510
35513
|
"id": {
|
|
35511
|
-
"description": "The
|
|
35514
|
+
"description": "The ID of the runner.",
|
|
35512
35515
|
"type": "integer",
|
|
35513
35516
|
"example": 5
|
|
35514
35517
|
},
|
|
35515
35518
|
"runner_group_id": {
|
|
35516
|
-
"description": "The
|
|
35519
|
+
"description": "The ID of the runner group.",
|
|
35517
35520
|
"type": "integer",
|
|
35518
35521
|
"example": 1
|
|
35519
35522
|
},
|
|
@@ -42873,6 +42876,66 @@
|
|
|
42873
42876
|
"type": "string",
|
|
42874
42877
|
"format": "uri"
|
|
42875
42878
|
},
|
|
42879
|
+
"type": {
|
|
42880
|
+
"title": "Issue Type",
|
|
42881
|
+
"description": "The type of issue.",
|
|
42882
|
+
"type": "object",
|
|
42883
|
+
"nullable": true,
|
|
42884
|
+
"properties": {
|
|
42885
|
+
"id": {
|
|
42886
|
+
"type": "integer",
|
|
42887
|
+
"description": "The unique identifier of the issue type."
|
|
42888
|
+
},
|
|
42889
|
+
"node_id": {
|
|
42890
|
+
"type": "string",
|
|
42891
|
+
"description": "The node identifier of the issue type."
|
|
42892
|
+
},
|
|
42893
|
+
"name": {
|
|
42894
|
+
"type": "string",
|
|
42895
|
+
"description": "The name of the issue type."
|
|
42896
|
+
},
|
|
42897
|
+
"description": {
|
|
42898
|
+
"type": "string",
|
|
42899
|
+
"description": "The description of the issue type.",
|
|
42900
|
+
"nullable": true
|
|
42901
|
+
},
|
|
42902
|
+
"color": {
|
|
42903
|
+
"type": "string",
|
|
42904
|
+
"description": "The color of the issue type.",
|
|
42905
|
+
"enum": [
|
|
42906
|
+
"gray",
|
|
42907
|
+
"blue",
|
|
42908
|
+
"green",
|
|
42909
|
+
"yellow",
|
|
42910
|
+
"orange",
|
|
42911
|
+
"red",
|
|
42912
|
+
"pink",
|
|
42913
|
+
"purple"
|
|
42914
|
+
],
|
|
42915
|
+
"nullable": true
|
|
42916
|
+
},
|
|
42917
|
+
"created_at": {
|
|
42918
|
+
"type": "string",
|
|
42919
|
+
"description": "The time the issue type created.",
|
|
42920
|
+
"format": "date-time"
|
|
42921
|
+
},
|
|
42922
|
+
"updated_at": {
|
|
42923
|
+
"type": "string",
|
|
42924
|
+
"description": "The time the issue type last updated.",
|
|
42925
|
+
"format": "date-time"
|
|
42926
|
+
},
|
|
42927
|
+
"is_enabled": {
|
|
42928
|
+
"type": "boolean",
|
|
42929
|
+
"description": "The enabled state of the issue type."
|
|
42930
|
+
}
|
|
42931
|
+
},
|
|
42932
|
+
"required": [
|
|
42933
|
+
"id",
|
|
42934
|
+
"node_id",
|
|
42935
|
+
"name",
|
|
42936
|
+
"description"
|
|
42937
|
+
]
|
|
42938
|
+
},
|
|
42876
42939
|
"repository": {
|
|
42877
42940
|
"title": "Repository",
|
|
42878
42941
|
"description": "A repository on GitHub.",
|
|
@@ -57888,6 +57951,66 @@
|
|
|
57888
57951
|
"type": "string",
|
|
57889
57952
|
"format": "uri"
|
|
57890
57953
|
},
|
|
57954
|
+
"type": {
|
|
57955
|
+
"title": "Issue Type",
|
|
57956
|
+
"description": "The type of issue.",
|
|
57957
|
+
"type": "object",
|
|
57958
|
+
"nullable": true,
|
|
57959
|
+
"properties": {
|
|
57960
|
+
"id": {
|
|
57961
|
+
"type": "integer",
|
|
57962
|
+
"description": "The unique identifier of the issue type."
|
|
57963
|
+
},
|
|
57964
|
+
"node_id": {
|
|
57965
|
+
"type": "string",
|
|
57966
|
+
"description": "The node identifier of the issue type."
|
|
57967
|
+
},
|
|
57968
|
+
"name": {
|
|
57969
|
+
"type": "string",
|
|
57970
|
+
"description": "The name of the issue type."
|
|
57971
|
+
},
|
|
57972
|
+
"description": {
|
|
57973
|
+
"type": "string",
|
|
57974
|
+
"description": "The description of the issue type.",
|
|
57975
|
+
"nullable": true
|
|
57976
|
+
},
|
|
57977
|
+
"color": {
|
|
57978
|
+
"type": "string",
|
|
57979
|
+
"description": "The color of the issue type.",
|
|
57980
|
+
"enum": [
|
|
57981
|
+
"gray",
|
|
57982
|
+
"blue",
|
|
57983
|
+
"green",
|
|
57984
|
+
"yellow",
|
|
57985
|
+
"orange",
|
|
57986
|
+
"red",
|
|
57987
|
+
"pink",
|
|
57988
|
+
"purple"
|
|
57989
|
+
],
|
|
57990
|
+
"nullable": true
|
|
57991
|
+
},
|
|
57992
|
+
"created_at": {
|
|
57993
|
+
"type": "string",
|
|
57994
|
+
"description": "The time the issue type created.",
|
|
57995
|
+
"format": "date-time"
|
|
57996
|
+
},
|
|
57997
|
+
"updated_at": {
|
|
57998
|
+
"type": "string",
|
|
57999
|
+
"description": "The time the issue type last updated.",
|
|
58000
|
+
"format": "date-time"
|
|
58001
|
+
},
|
|
58002
|
+
"is_enabled": {
|
|
58003
|
+
"type": "boolean",
|
|
58004
|
+
"description": "The enabled state of the issue type."
|
|
58005
|
+
}
|
|
58006
|
+
},
|
|
58007
|
+
"required": [
|
|
58008
|
+
"id",
|
|
58009
|
+
"node_id",
|
|
58010
|
+
"name",
|
|
58011
|
+
"description"
|
|
58012
|
+
]
|
|
58013
|
+
},
|
|
57891
58014
|
"repository": {
|
|
57892
58015
|
"title": "Repository",
|
|
57893
58016
|
"description": "A repository on GitHub.",
|
|
@@ -64117,6 +64240,66 @@
|
|
|
64117
64240
|
"type": "string",
|
|
64118
64241
|
"format": "uri"
|
|
64119
64242
|
},
|
|
64243
|
+
"type": {
|
|
64244
|
+
"title": "Issue Type",
|
|
64245
|
+
"description": "The type of issue.",
|
|
64246
|
+
"type": "object",
|
|
64247
|
+
"nullable": true,
|
|
64248
|
+
"properties": {
|
|
64249
|
+
"id": {
|
|
64250
|
+
"type": "integer",
|
|
64251
|
+
"description": "The unique identifier of the issue type."
|
|
64252
|
+
},
|
|
64253
|
+
"node_id": {
|
|
64254
|
+
"type": "string",
|
|
64255
|
+
"description": "The node identifier of the issue type."
|
|
64256
|
+
},
|
|
64257
|
+
"name": {
|
|
64258
|
+
"type": "string",
|
|
64259
|
+
"description": "The name of the issue type."
|
|
64260
|
+
},
|
|
64261
|
+
"description": {
|
|
64262
|
+
"type": "string",
|
|
64263
|
+
"description": "The description of the issue type.",
|
|
64264
|
+
"nullable": true
|
|
64265
|
+
},
|
|
64266
|
+
"color": {
|
|
64267
|
+
"type": "string",
|
|
64268
|
+
"description": "The color of the issue type.",
|
|
64269
|
+
"enum": [
|
|
64270
|
+
"gray",
|
|
64271
|
+
"blue",
|
|
64272
|
+
"green",
|
|
64273
|
+
"yellow",
|
|
64274
|
+
"orange",
|
|
64275
|
+
"red",
|
|
64276
|
+
"pink",
|
|
64277
|
+
"purple"
|
|
64278
|
+
],
|
|
64279
|
+
"nullable": true
|
|
64280
|
+
},
|
|
64281
|
+
"created_at": {
|
|
64282
|
+
"type": "string",
|
|
64283
|
+
"description": "The time the issue type created.",
|
|
64284
|
+
"format": "date-time"
|
|
64285
|
+
},
|
|
64286
|
+
"updated_at": {
|
|
64287
|
+
"type": "string",
|
|
64288
|
+
"description": "The time the issue type last updated.",
|
|
64289
|
+
"format": "date-time"
|
|
64290
|
+
},
|
|
64291
|
+
"is_enabled": {
|
|
64292
|
+
"type": "boolean",
|
|
64293
|
+
"description": "The enabled state of the issue type."
|
|
64294
|
+
}
|
|
64295
|
+
},
|
|
64296
|
+
"required": [
|
|
64297
|
+
"id",
|
|
64298
|
+
"node_id",
|
|
64299
|
+
"name",
|
|
64300
|
+
"description"
|
|
64301
|
+
]
|
|
64302
|
+
},
|
|
64120
64303
|
"repository": {
|
|
64121
64304
|
"title": "Repository",
|
|
64122
64305
|
"description": "A repository on GitHub.",
|
|
@@ -74178,12 +74361,12 @@
|
|
|
74178
74361
|
"type": "object",
|
|
74179
74362
|
"properties": {
|
|
74180
74363
|
"id": {
|
|
74181
|
-
"description": "The
|
|
74364
|
+
"description": "The ID of the runner.",
|
|
74182
74365
|
"type": "integer",
|
|
74183
74366
|
"example": 5
|
|
74184
74367
|
},
|
|
74185
74368
|
"runner_group_id": {
|
|
74186
|
-
"description": "The
|
|
74369
|
+
"description": "The ID of the runner group.",
|
|
74187
74370
|
"type": "integer",
|
|
74188
74371
|
"example": 1
|
|
74189
74372
|
},
|
|
@@ -74592,12 +74775,12 @@
|
|
|
74592
74775
|
"type": "object",
|
|
74593
74776
|
"properties": {
|
|
74594
74777
|
"id": {
|
|
74595
|
-
"description": "The
|
|
74778
|
+
"description": "The ID of the runner.",
|
|
74596
74779
|
"type": "integer",
|
|
74597
74780
|
"example": 5
|
|
74598
74781
|
},
|
|
74599
74782
|
"runner_group_id": {
|
|
74600
|
-
"description": "The
|
|
74783
|
+
"description": "The ID of the runner group.",
|
|
74601
74784
|
"type": "integer",
|
|
74602
74785
|
"example": 1
|
|
74603
74786
|
},
|
|
@@ -74966,12 +75149,12 @@
|
|
|
74966
75149
|
"type": "object",
|
|
74967
75150
|
"properties": {
|
|
74968
75151
|
"id": {
|
|
74969
|
-
"description": "The
|
|
75152
|
+
"description": "The ID of the runner.",
|
|
74970
75153
|
"type": "integer",
|
|
74971
75154
|
"example": 5
|
|
74972
75155
|
},
|
|
74973
75156
|
"runner_group_id": {
|
|
74974
|
-
"description": "The
|
|
75157
|
+
"description": "The ID of the runner group.",
|
|
74975
75158
|
"type": "integer",
|
|
74976
75159
|
"example": 1
|
|
74977
75160
|
},
|
|
@@ -76839,12 +77022,12 @@
|
|
|
76839
77022
|
"type": "object",
|
|
76840
77023
|
"properties": {
|
|
76841
77024
|
"id": {
|
|
76842
|
-
"description": "The
|
|
77025
|
+
"description": "The ID of the runner.",
|
|
76843
77026
|
"type": "integer",
|
|
76844
77027
|
"example": 5
|
|
76845
77028
|
},
|
|
76846
77029
|
"runner_group_id": {
|
|
76847
|
-
"description": "The
|
|
77030
|
+
"description": "The ID of the runner group.",
|
|
76848
77031
|
"type": "integer",
|
|
76849
77032
|
"example": 1
|
|
76850
77033
|
},
|
|
@@ -89677,6 +89860,66 @@
|
|
|
89677
89860
|
"type": "string",
|
|
89678
89861
|
"format": "uri"
|
|
89679
89862
|
},
|
|
89863
|
+
"type": {
|
|
89864
|
+
"title": "Issue Type",
|
|
89865
|
+
"description": "The type of issue.",
|
|
89866
|
+
"type": "object",
|
|
89867
|
+
"nullable": true,
|
|
89868
|
+
"properties": {
|
|
89869
|
+
"id": {
|
|
89870
|
+
"type": "integer",
|
|
89871
|
+
"description": "The unique identifier of the issue type."
|
|
89872
|
+
},
|
|
89873
|
+
"node_id": {
|
|
89874
|
+
"type": "string",
|
|
89875
|
+
"description": "The node identifier of the issue type."
|
|
89876
|
+
},
|
|
89877
|
+
"name": {
|
|
89878
|
+
"type": "string",
|
|
89879
|
+
"description": "The name of the issue type."
|
|
89880
|
+
},
|
|
89881
|
+
"description": {
|
|
89882
|
+
"type": "string",
|
|
89883
|
+
"description": "The description of the issue type.",
|
|
89884
|
+
"nullable": true
|
|
89885
|
+
},
|
|
89886
|
+
"color": {
|
|
89887
|
+
"type": "string",
|
|
89888
|
+
"description": "The color of the issue type.",
|
|
89889
|
+
"enum": [
|
|
89890
|
+
"gray",
|
|
89891
|
+
"blue",
|
|
89892
|
+
"green",
|
|
89893
|
+
"yellow",
|
|
89894
|
+
"orange",
|
|
89895
|
+
"red",
|
|
89896
|
+
"pink",
|
|
89897
|
+
"purple"
|
|
89898
|
+
],
|
|
89899
|
+
"nullable": true
|
|
89900
|
+
},
|
|
89901
|
+
"created_at": {
|
|
89902
|
+
"type": "string",
|
|
89903
|
+
"description": "The time the issue type created.",
|
|
89904
|
+
"format": "date-time"
|
|
89905
|
+
},
|
|
89906
|
+
"updated_at": {
|
|
89907
|
+
"type": "string",
|
|
89908
|
+
"description": "The time the issue type last updated.",
|
|
89909
|
+
"format": "date-time"
|
|
89910
|
+
},
|
|
89911
|
+
"is_enabled": {
|
|
89912
|
+
"type": "boolean",
|
|
89913
|
+
"description": "The enabled state of the issue type."
|
|
89914
|
+
}
|
|
89915
|
+
},
|
|
89916
|
+
"required": [
|
|
89917
|
+
"id",
|
|
89918
|
+
"node_id",
|
|
89919
|
+
"name",
|
|
89920
|
+
"description"
|
|
89921
|
+
]
|
|
89922
|
+
},
|
|
89680
89923
|
"repository": {
|
|
89681
89924
|
"title": "Repository",
|
|
89682
89925
|
"description": "A repository on GitHub.",
|
|
@@ -93330,6 +93573,7 @@
|
|
|
93330
93573
|
"id": {
|
|
93331
93574
|
"description": "Unique identifier of the webhook delivery.",
|
|
93332
93575
|
"type": "integer",
|
|
93576
|
+
"format": "int64",
|
|
93333
93577
|
"example": 42
|
|
93334
93578
|
},
|
|
93335
93579
|
"guid": {
|
|
@@ -93377,12 +93621,14 @@
|
|
|
93377
93621
|
"installation_id": {
|
|
93378
93622
|
"description": "The id of the GitHub App installation associated with this event.",
|
|
93379
93623
|
"type": "integer",
|
|
93624
|
+
"format": "int64",
|
|
93380
93625
|
"example": 123,
|
|
93381
93626
|
"nullable": true
|
|
93382
93627
|
},
|
|
93383
93628
|
"repository_id": {
|
|
93384
93629
|
"description": "The id of the repository associated with this event.",
|
|
93385
93630
|
"type": "integer",
|
|
93631
|
+
"format": "int64",
|
|
93386
93632
|
"example": 123,
|
|
93387
93633
|
"nullable": true
|
|
93388
93634
|
},
|
|
@@ -94539,7 +94785,7 @@
|
|
|
94539
94785
|
},
|
|
94540
94786
|
"dependabot_secrets": {
|
|
94541
94787
|
"type": "string",
|
|
94542
|
-
"description": "The
|
|
94788
|
+
"description": "The level of permission to grant the access token to manage Dependabot secrets.",
|
|
94543
94789
|
"enum": [
|
|
94544
94790
|
"read",
|
|
94545
94791
|
"write"
|
|
@@ -95487,7 +95733,7 @@
|
|
|
95487
95733
|
},
|
|
95488
95734
|
"dependabot_secrets": {
|
|
95489
95735
|
"type": "string",
|
|
95490
|
-
"description": "The
|
|
95736
|
+
"description": "The level of permission to grant the access token to manage Dependabot secrets.",
|
|
95491
95737
|
"enum": [
|
|
95492
95738
|
"read",
|
|
95493
95739
|
"write"
|
|
@@ -96168,6 +96414,15 @@
|
|
|
96168
96414
|
"type": "string"
|
|
96169
96415
|
}
|
|
96170
96416
|
},
|
|
96417
|
+
{
|
|
96418
|
+
"name": "type",
|
|
96419
|
+
"description": "Can be the name of an issue type.",
|
|
96420
|
+
"in": "query",
|
|
96421
|
+
"required": false,
|
|
96422
|
+
"schema": {
|
|
96423
|
+
"type": "string"
|
|
96424
|
+
}
|
|
96425
|
+
},
|
|
96171
96426
|
{
|
|
96172
96427
|
"name": "sort",
|
|
96173
96428
|
"description": "What to sort results by.",
|
|
@@ -97151,6 +97406,66 @@
|
|
|
97151
97406
|
"type": "string",
|
|
97152
97407
|
"format": "uri"
|
|
97153
97408
|
},
|
|
97409
|
+
"type": {
|
|
97410
|
+
"title": "Issue Type",
|
|
97411
|
+
"description": "The type of issue.",
|
|
97412
|
+
"type": "object",
|
|
97413
|
+
"nullable": true,
|
|
97414
|
+
"properties": {
|
|
97415
|
+
"id": {
|
|
97416
|
+
"type": "integer",
|
|
97417
|
+
"description": "The unique identifier of the issue type."
|
|
97418
|
+
},
|
|
97419
|
+
"node_id": {
|
|
97420
|
+
"type": "string",
|
|
97421
|
+
"description": "The node identifier of the issue type."
|
|
97422
|
+
},
|
|
97423
|
+
"name": {
|
|
97424
|
+
"type": "string",
|
|
97425
|
+
"description": "The name of the issue type."
|
|
97426
|
+
},
|
|
97427
|
+
"description": {
|
|
97428
|
+
"type": "string",
|
|
97429
|
+
"description": "The description of the issue type.",
|
|
97430
|
+
"nullable": true
|
|
97431
|
+
},
|
|
97432
|
+
"color": {
|
|
97433
|
+
"type": "string",
|
|
97434
|
+
"description": "The color of the issue type.",
|
|
97435
|
+
"enum": [
|
|
97436
|
+
"gray",
|
|
97437
|
+
"blue",
|
|
97438
|
+
"green",
|
|
97439
|
+
"yellow",
|
|
97440
|
+
"orange",
|
|
97441
|
+
"red",
|
|
97442
|
+
"pink",
|
|
97443
|
+
"purple"
|
|
97444
|
+
],
|
|
97445
|
+
"nullable": true
|
|
97446
|
+
},
|
|
97447
|
+
"created_at": {
|
|
97448
|
+
"type": "string",
|
|
97449
|
+
"description": "The time the issue type created.",
|
|
97450
|
+
"format": "date-time"
|
|
97451
|
+
},
|
|
97452
|
+
"updated_at": {
|
|
97453
|
+
"type": "string",
|
|
97454
|
+
"description": "The time the issue type last updated.",
|
|
97455
|
+
"format": "date-time"
|
|
97456
|
+
},
|
|
97457
|
+
"is_enabled": {
|
|
97458
|
+
"type": "boolean",
|
|
97459
|
+
"description": "The enabled state of the issue type."
|
|
97460
|
+
}
|
|
97461
|
+
},
|
|
97462
|
+
"required": [
|
|
97463
|
+
"id",
|
|
97464
|
+
"node_id",
|
|
97465
|
+
"name",
|
|
97466
|
+
"description"
|
|
97467
|
+
]
|
|
97468
|
+
},
|
|
97154
97469
|
"repository": {
|
|
97155
97470
|
"title": "Repository",
|
|
97156
97471
|
"description": "A repository on GitHub.",
|
|
@@ -108454,6 +108769,20 @@
|
|
|
108454
108769
|
"type": "string",
|
|
108455
108770
|
"format": "date-time"
|
|
108456
108771
|
}
|
|
108772
|
+
},
|
|
108773
|
+
{
|
|
108774
|
+
"name": "token_id",
|
|
108775
|
+
"description": "The ID of the token",
|
|
108776
|
+
"in": "query",
|
|
108777
|
+
"required": false,
|
|
108778
|
+
"schema": {
|
|
108779
|
+
"type": "array",
|
|
108780
|
+
"maxItems": 50,
|
|
108781
|
+
"items": {
|
|
108782
|
+
"type": "string"
|
|
108783
|
+
},
|
|
108784
|
+
"example": "token_id[]=1,token_id[]=2"
|
|
108785
|
+
}
|
|
108457
108786
|
}
|
|
108458
108787
|
],
|
|
108459
108788
|
"responses": {
|
|
@@ -110407,6 +110736,20 @@
|
|
|
110407
110736
|
"type": "string",
|
|
110408
110737
|
"format": "date-time"
|
|
110409
110738
|
}
|
|
110739
|
+
},
|
|
110740
|
+
{
|
|
110741
|
+
"name": "token_id",
|
|
110742
|
+
"description": "The ID of the token",
|
|
110743
|
+
"in": "query",
|
|
110744
|
+
"required": false,
|
|
110745
|
+
"schema": {
|
|
110746
|
+
"type": "array",
|
|
110747
|
+
"maxItems": 50,
|
|
110748
|
+
"items": {
|
|
110749
|
+
"type": "string"
|
|
110750
|
+
},
|
|
110751
|
+
"example": "token_id[]=1,token_id[]=2"
|
|
110752
|
+
}
|
|
110410
110753
|
}
|
|
110411
110754
|
],
|
|
110412
110755
|
"responses": {
|
|
@@ -155208,12 +155551,12 @@
|
|
|
155208
155551
|
"type": "object",
|
|
155209
155552
|
"properties": {
|
|
155210
155553
|
"id": {
|
|
155211
|
-
"description": "The
|
|
155554
|
+
"description": "The ID of the runner.",
|
|
155212
155555
|
"type": "integer",
|
|
155213
155556
|
"example": 5
|
|
155214
155557
|
},
|
|
155215
155558
|
"runner_group_id": {
|
|
155216
|
-
"description": "The
|
|
155559
|
+
"description": "The ID of the runner group.",
|
|
155217
155560
|
"type": "integer",
|
|
155218
155561
|
"example": 1
|
|
155219
155562
|
},
|
|
@@ -155600,12 +155943,12 @@
|
|
|
155600
155943
|
"type": "object",
|
|
155601
155944
|
"properties": {
|
|
155602
155945
|
"id": {
|
|
155603
|
-
"description": "The
|
|
155946
|
+
"description": "The ID of the runner.",
|
|
155604
155947
|
"type": "integer",
|
|
155605
155948
|
"example": 5
|
|
155606
155949
|
},
|
|
155607
155950
|
"runner_group_id": {
|
|
155608
|
-
"description": "The
|
|
155951
|
+
"description": "The ID of the runner group.",
|
|
155609
155952
|
"type": "integer",
|
|
155610
155953
|
"example": 1
|
|
155611
155954
|
},
|
|
@@ -157500,12 +157843,12 @@
|
|
|
157500
157843
|
"type": "object",
|
|
157501
157844
|
"properties": {
|
|
157502
157845
|
"id": {
|
|
157503
|
-
"description": "The
|
|
157846
|
+
"description": "The ID of the runner.",
|
|
157504
157847
|
"type": "integer",
|
|
157505
157848
|
"example": 5
|
|
157506
157849
|
},
|
|
157507
157850
|
"runner_group_id": {
|
|
157508
|
-
"description": "The
|
|
157851
|
+
"description": "The ID of the runner group.",
|
|
157509
157852
|
"type": "integer",
|
|
157510
157853
|
"example": 1
|
|
157511
157854
|
},
|
|
@@ -241893,7 +242236,7 @@
|
|
|
241893
242236
|
},
|
|
241894
242237
|
"post": {
|
|
241895
242238
|
"summary": "Create a custom deployment protection rule on an environment",
|
|
241896
|
-
"description": "Enable a custom deployment protection rule for an environment.\n\nThe authenticated user must have admin or owner permissions to the repository to use this endpoint.\n\nFor more information about the app that is providing this custom deployment rule, see the [documentation for the `GET /apps/{app_slug}` endpoint](https://docs.github.com/enterprise-server@3.12/rest/apps/apps#get-an-app).\n\nOAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint.",
|
|
242239
|
+
"description": "Enable a custom deployment protection rule for an environment.\n\nThe authenticated user must have admin or owner permissions to the repository to use this endpoint.\n\nFor more information about the app that is providing this custom deployment rule, see the [documentation for the `GET /apps/{app_slug}` endpoint](https://docs.github.com/enterprise-server@3.12/rest/apps/apps#get-an-app), as well as the [guide to creating custom deployment protection rules](https://docs.github.com/enterprise-server@3.12/actions/managing-workflow-runs-and-deployments/managing-deployments/creating-custom-deployment-protection-rules).\n\nOAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint.",
|
|
241897
242240
|
"tags": [
|
|
241898
242241
|
"repos"
|
|
241899
242242
|
],
|
|
@@ -244531,6 +244874,66 @@
|
|
|
244531
244874
|
"type": "string",
|
|
244532
244875
|
"format": "uri"
|
|
244533
244876
|
},
|
|
244877
|
+
"type": {
|
|
244878
|
+
"title": "Issue Type",
|
|
244879
|
+
"description": "The type of issue.",
|
|
244880
|
+
"type": "object",
|
|
244881
|
+
"nullable": true,
|
|
244882
|
+
"properties": {
|
|
244883
|
+
"id": {
|
|
244884
|
+
"type": "integer",
|
|
244885
|
+
"description": "The unique identifier of the issue type."
|
|
244886
|
+
},
|
|
244887
|
+
"node_id": {
|
|
244888
|
+
"type": "string",
|
|
244889
|
+
"description": "The node identifier of the issue type."
|
|
244890
|
+
},
|
|
244891
|
+
"name": {
|
|
244892
|
+
"type": "string",
|
|
244893
|
+
"description": "The name of the issue type."
|
|
244894
|
+
},
|
|
244895
|
+
"description": {
|
|
244896
|
+
"type": "string",
|
|
244897
|
+
"description": "The description of the issue type.",
|
|
244898
|
+
"nullable": true
|
|
244899
|
+
},
|
|
244900
|
+
"color": {
|
|
244901
|
+
"type": "string",
|
|
244902
|
+
"description": "The color of the issue type.",
|
|
244903
|
+
"enum": [
|
|
244904
|
+
"gray",
|
|
244905
|
+
"blue",
|
|
244906
|
+
"green",
|
|
244907
|
+
"yellow",
|
|
244908
|
+
"orange",
|
|
244909
|
+
"red",
|
|
244910
|
+
"pink",
|
|
244911
|
+
"purple"
|
|
244912
|
+
],
|
|
244913
|
+
"nullable": true
|
|
244914
|
+
},
|
|
244915
|
+
"created_at": {
|
|
244916
|
+
"type": "string",
|
|
244917
|
+
"description": "The time the issue type created.",
|
|
244918
|
+
"format": "date-time"
|
|
244919
|
+
},
|
|
244920
|
+
"updated_at": {
|
|
244921
|
+
"type": "string",
|
|
244922
|
+
"description": "The time the issue type last updated.",
|
|
244923
|
+
"format": "date-time"
|
|
244924
|
+
},
|
|
244925
|
+
"is_enabled": {
|
|
244926
|
+
"type": "boolean",
|
|
244927
|
+
"description": "The enabled state of the issue type."
|
|
244928
|
+
}
|
|
244929
|
+
},
|
|
244930
|
+
"required": [
|
|
244931
|
+
"id",
|
|
244932
|
+
"node_id",
|
|
244933
|
+
"name",
|
|
244934
|
+
"description"
|
|
244935
|
+
]
|
|
244936
|
+
},
|
|
244534
244937
|
"repository": {
|
|
244535
244938
|
"title": "Repository",
|
|
244536
244939
|
"description": "A repository on GitHub.",
|
|
@@ -256569,6 +256972,7 @@
|
|
|
256569
256972
|
"id": {
|
|
256570
256973
|
"description": "Unique identifier of the webhook delivery.",
|
|
256571
256974
|
"type": "integer",
|
|
256975
|
+
"format": "int64",
|
|
256572
256976
|
"example": 42
|
|
256573
256977
|
},
|
|
256574
256978
|
"guid": {
|
|
@@ -256616,12 +257020,14 @@
|
|
|
256616
257020
|
"installation_id": {
|
|
256617
257021
|
"description": "The id of the GitHub App installation associated with this event.",
|
|
256618
257022
|
"type": "integer",
|
|
257023
|
+
"format": "int64",
|
|
256619
257024
|
"example": 123,
|
|
256620
257025
|
"nullable": true
|
|
256621
257026
|
},
|
|
256622
257027
|
"repository_id": {
|
|
256623
257028
|
"description": "The id of the repository associated with this event.",
|
|
256624
257029
|
"type": "integer",
|
|
257030
|
+
"format": "int64",
|
|
256625
257031
|
"example": 123,
|
|
256626
257032
|
"nullable": true
|
|
256627
257033
|
},
|
|
@@ -257895,7 +258301,7 @@
|
|
|
257895
258301
|
},
|
|
257896
258302
|
"dependabot_secrets": {
|
|
257897
258303
|
"type": "string",
|
|
257898
|
-
"description": "The
|
|
258304
|
+
"description": "The level of permission to grant the access token to manage Dependabot secrets.",
|
|
257899
258305
|
"enum": [
|
|
257900
258306
|
"read",
|
|
257901
258307
|
"write"
|
|
@@ -260969,6 +261375,15 @@
|
|
|
260969
261375
|
"type": "string"
|
|
260970
261376
|
}
|
|
260971
261377
|
},
|
|
261378
|
+
{
|
|
261379
|
+
"name": "type",
|
|
261380
|
+
"description": "Can be the name of an issue type. If the string `*` is passed, issues with any type are accepted. If the string `none` is passed, issues without type are returned.",
|
|
261381
|
+
"in": "query",
|
|
261382
|
+
"required": false,
|
|
261383
|
+
"schema": {
|
|
261384
|
+
"type": "string"
|
|
261385
|
+
}
|
|
261386
|
+
},
|
|
260972
261387
|
{
|
|
260973
261388
|
"name": "creator",
|
|
260974
261389
|
"description": "The user that created the issue.",
|
|
@@ -261979,6 +262394,66 @@
|
|
|
261979
262394
|
"type": "string",
|
|
261980
262395
|
"format": "uri"
|
|
261981
262396
|
},
|
|
262397
|
+
"type": {
|
|
262398
|
+
"title": "Issue Type",
|
|
262399
|
+
"description": "The type of issue.",
|
|
262400
|
+
"type": "object",
|
|
262401
|
+
"nullable": true,
|
|
262402
|
+
"properties": {
|
|
262403
|
+
"id": {
|
|
262404
|
+
"type": "integer",
|
|
262405
|
+
"description": "The unique identifier of the issue type."
|
|
262406
|
+
},
|
|
262407
|
+
"node_id": {
|
|
262408
|
+
"type": "string",
|
|
262409
|
+
"description": "The node identifier of the issue type."
|
|
262410
|
+
},
|
|
262411
|
+
"name": {
|
|
262412
|
+
"type": "string",
|
|
262413
|
+
"description": "The name of the issue type."
|
|
262414
|
+
},
|
|
262415
|
+
"description": {
|
|
262416
|
+
"type": "string",
|
|
262417
|
+
"description": "The description of the issue type.",
|
|
262418
|
+
"nullable": true
|
|
262419
|
+
},
|
|
262420
|
+
"color": {
|
|
262421
|
+
"type": "string",
|
|
262422
|
+
"description": "The color of the issue type.",
|
|
262423
|
+
"enum": [
|
|
262424
|
+
"gray",
|
|
262425
|
+
"blue",
|
|
262426
|
+
"green",
|
|
262427
|
+
"yellow",
|
|
262428
|
+
"orange",
|
|
262429
|
+
"red",
|
|
262430
|
+
"pink",
|
|
262431
|
+
"purple"
|
|
262432
|
+
],
|
|
262433
|
+
"nullable": true
|
|
262434
|
+
},
|
|
262435
|
+
"created_at": {
|
|
262436
|
+
"type": "string",
|
|
262437
|
+
"description": "The time the issue type created.",
|
|
262438
|
+
"format": "date-time"
|
|
262439
|
+
},
|
|
262440
|
+
"updated_at": {
|
|
262441
|
+
"type": "string",
|
|
262442
|
+
"description": "The time the issue type last updated.",
|
|
262443
|
+
"format": "date-time"
|
|
262444
|
+
},
|
|
262445
|
+
"is_enabled": {
|
|
262446
|
+
"type": "boolean",
|
|
262447
|
+
"description": "The enabled state of the issue type."
|
|
262448
|
+
}
|
|
262449
|
+
},
|
|
262450
|
+
"required": [
|
|
262451
|
+
"id",
|
|
262452
|
+
"node_id",
|
|
262453
|
+
"name",
|
|
262454
|
+
"description"
|
|
262455
|
+
]
|
|
262456
|
+
},
|
|
261982
262457
|
"repository": {
|
|
261983
262458
|
"title": "Repository",
|
|
261984
262459
|
"description": "A repository on GitHub.",
|
|
@@ -263536,6 +264011,12 @@
|
|
|
263536
264011
|
"items": {
|
|
263537
264012
|
"type": "string"
|
|
263538
264013
|
}
|
|
264014
|
+
},
|
|
264015
|
+
"type": {
|
|
264016
|
+
"type": "string",
|
|
264017
|
+
"description": "The name of the issue type to associate with this issue.",
|
|
264018
|
+
"nullable": true,
|
|
264019
|
+
"example": "Epic"
|
|
263539
264020
|
}
|
|
263540
264021
|
},
|
|
263541
264022
|
"required": [
|
|
@@ -264483,6 +264964,66 @@
|
|
|
264483
264964
|
"type": "string",
|
|
264484
264965
|
"format": "uri"
|
|
264485
264966
|
},
|
|
264967
|
+
"type": {
|
|
264968
|
+
"title": "Issue Type",
|
|
264969
|
+
"description": "The type of issue.",
|
|
264970
|
+
"type": "object",
|
|
264971
|
+
"nullable": true,
|
|
264972
|
+
"properties": {
|
|
264973
|
+
"id": {
|
|
264974
|
+
"type": "integer",
|
|
264975
|
+
"description": "The unique identifier of the issue type."
|
|
264976
|
+
},
|
|
264977
|
+
"node_id": {
|
|
264978
|
+
"type": "string",
|
|
264979
|
+
"description": "The node identifier of the issue type."
|
|
264980
|
+
},
|
|
264981
|
+
"name": {
|
|
264982
|
+
"type": "string",
|
|
264983
|
+
"description": "The name of the issue type."
|
|
264984
|
+
},
|
|
264985
|
+
"description": {
|
|
264986
|
+
"type": "string",
|
|
264987
|
+
"description": "The description of the issue type.",
|
|
264988
|
+
"nullable": true
|
|
264989
|
+
},
|
|
264990
|
+
"color": {
|
|
264991
|
+
"type": "string",
|
|
264992
|
+
"description": "The color of the issue type.",
|
|
264993
|
+
"enum": [
|
|
264994
|
+
"gray",
|
|
264995
|
+
"blue",
|
|
264996
|
+
"green",
|
|
264997
|
+
"yellow",
|
|
264998
|
+
"orange",
|
|
264999
|
+
"red",
|
|
265000
|
+
"pink",
|
|
265001
|
+
"purple"
|
|
265002
|
+
],
|
|
265003
|
+
"nullable": true
|
|
265004
|
+
},
|
|
265005
|
+
"created_at": {
|
|
265006
|
+
"type": "string",
|
|
265007
|
+
"description": "The time the issue type created.",
|
|
265008
|
+
"format": "date-time"
|
|
265009
|
+
},
|
|
265010
|
+
"updated_at": {
|
|
265011
|
+
"type": "string",
|
|
265012
|
+
"description": "The time the issue type last updated.",
|
|
265013
|
+
"format": "date-time"
|
|
265014
|
+
},
|
|
265015
|
+
"is_enabled": {
|
|
265016
|
+
"type": "boolean",
|
|
265017
|
+
"description": "The enabled state of the issue type."
|
|
265018
|
+
}
|
|
265019
|
+
},
|
|
265020
|
+
"required": [
|
|
265021
|
+
"id",
|
|
265022
|
+
"node_id",
|
|
265023
|
+
"name",
|
|
265024
|
+
"description"
|
|
265025
|
+
]
|
|
265026
|
+
},
|
|
264486
265027
|
"repository": {
|
|
264487
265028
|
"title": "Repository",
|
|
264488
265029
|
"description": "A repository on GitHub.",
|
|
@@ -270461,6 +271002,66 @@
|
|
|
270461
271002
|
"type": "string",
|
|
270462
271003
|
"format": "uri"
|
|
270463
271004
|
},
|
|
271005
|
+
"type": {
|
|
271006
|
+
"title": "Issue Type",
|
|
271007
|
+
"description": "The type of issue.",
|
|
271008
|
+
"type": "object",
|
|
271009
|
+
"nullable": true,
|
|
271010
|
+
"properties": {
|
|
271011
|
+
"id": {
|
|
271012
|
+
"type": "integer",
|
|
271013
|
+
"description": "The unique identifier of the issue type."
|
|
271014
|
+
},
|
|
271015
|
+
"node_id": {
|
|
271016
|
+
"type": "string",
|
|
271017
|
+
"description": "The node identifier of the issue type."
|
|
271018
|
+
},
|
|
271019
|
+
"name": {
|
|
271020
|
+
"type": "string",
|
|
271021
|
+
"description": "The name of the issue type."
|
|
271022
|
+
},
|
|
271023
|
+
"description": {
|
|
271024
|
+
"type": "string",
|
|
271025
|
+
"description": "The description of the issue type.",
|
|
271026
|
+
"nullable": true
|
|
271027
|
+
},
|
|
271028
|
+
"color": {
|
|
271029
|
+
"type": "string",
|
|
271030
|
+
"description": "The color of the issue type.",
|
|
271031
|
+
"enum": [
|
|
271032
|
+
"gray",
|
|
271033
|
+
"blue",
|
|
271034
|
+
"green",
|
|
271035
|
+
"yellow",
|
|
271036
|
+
"orange",
|
|
271037
|
+
"red",
|
|
271038
|
+
"pink",
|
|
271039
|
+
"purple"
|
|
271040
|
+
],
|
|
271041
|
+
"nullable": true
|
|
271042
|
+
},
|
|
271043
|
+
"created_at": {
|
|
271044
|
+
"type": "string",
|
|
271045
|
+
"description": "The time the issue type created.",
|
|
271046
|
+
"format": "date-time"
|
|
271047
|
+
},
|
|
271048
|
+
"updated_at": {
|
|
271049
|
+
"type": "string",
|
|
271050
|
+
"description": "The time the issue type last updated.",
|
|
271051
|
+
"format": "date-time"
|
|
271052
|
+
},
|
|
271053
|
+
"is_enabled": {
|
|
271054
|
+
"type": "boolean",
|
|
271055
|
+
"description": "The enabled state of the issue type."
|
|
271056
|
+
}
|
|
271057
|
+
},
|
|
271058
|
+
"required": [
|
|
271059
|
+
"id",
|
|
271060
|
+
"node_id",
|
|
271061
|
+
"name",
|
|
271062
|
+
"description"
|
|
271063
|
+
]
|
|
271064
|
+
},
|
|
270464
271065
|
"repository": {
|
|
270465
271066
|
"title": "Repository",
|
|
270466
271067
|
"description": "A repository on GitHub.",
|
|
@@ -274127,6 +274728,66 @@
|
|
|
274127
274728
|
"type": "string",
|
|
274128
274729
|
"format": "uri"
|
|
274129
274730
|
},
|
|
274731
|
+
"type": {
|
|
274732
|
+
"title": "Issue Type",
|
|
274733
|
+
"description": "The type of issue.",
|
|
274734
|
+
"type": "object",
|
|
274735
|
+
"nullable": true,
|
|
274736
|
+
"properties": {
|
|
274737
|
+
"id": {
|
|
274738
|
+
"type": "integer",
|
|
274739
|
+
"description": "The unique identifier of the issue type."
|
|
274740
|
+
},
|
|
274741
|
+
"node_id": {
|
|
274742
|
+
"type": "string",
|
|
274743
|
+
"description": "The node identifier of the issue type."
|
|
274744
|
+
},
|
|
274745
|
+
"name": {
|
|
274746
|
+
"type": "string",
|
|
274747
|
+
"description": "The name of the issue type."
|
|
274748
|
+
},
|
|
274749
|
+
"description": {
|
|
274750
|
+
"type": "string",
|
|
274751
|
+
"description": "The description of the issue type.",
|
|
274752
|
+
"nullable": true
|
|
274753
|
+
},
|
|
274754
|
+
"color": {
|
|
274755
|
+
"type": "string",
|
|
274756
|
+
"description": "The color of the issue type.",
|
|
274757
|
+
"enum": [
|
|
274758
|
+
"gray",
|
|
274759
|
+
"blue",
|
|
274760
|
+
"green",
|
|
274761
|
+
"yellow",
|
|
274762
|
+
"orange",
|
|
274763
|
+
"red",
|
|
274764
|
+
"pink",
|
|
274765
|
+
"purple"
|
|
274766
|
+
],
|
|
274767
|
+
"nullable": true
|
|
274768
|
+
},
|
|
274769
|
+
"created_at": {
|
|
274770
|
+
"type": "string",
|
|
274771
|
+
"description": "The time the issue type created.",
|
|
274772
|
+
"format": "date-time"
|
|
274773
|
+
},
|
|
274774
|
+
"updated_at": {
|
|
274775
|
+
"type": "string",
|
|
274776
|
+
"description": "The time the issue type last updated.",
|
|
274777
|
+
"format": "date-time"
|
|
274778
|
+
},
|
|
274779
|
+
"is_enabled": {
|
|
274780
|
+
"type": "boolean",
|
|
274781
|
+
"description": "The enabled state of the issue type."
|
|
274782
|
+
}
|
|
274783
|
+
},
|
|
274784
|
+
"required": [
|
|
274785
|
+
"id",
|
|
274786
|
+
"node_id",
|
|
274787
|
+
"name",
|
|
274788
|
+
"description"
|
|
274789
|
+
]
|
|
274790
|
+
},
|
|
274130
274791
|
"repository": {
|
|
274131
274792
|
"title": "Repository",
|
|
274132
274793
|
"description": "A repository on GitHub.",
|
|
@@ -277669,6 +278330,66 @@
|
|
|
277669
278330
|
"type": "string",
|
|
277670
278331
|
"format": "uri"
|
|
277671
278332
|
},
|
|
278333
|
+
"type": {
|
|
278334
|
+
"title": "Issue Type",
|
|
278335
|
+
"description": "The type of issue.",
|
|
278336
|
+
"type": "object",
|
|
278337
|
+
"nullable": true,
|
|
278338
|
+
"properties": {
|
|
278339
|
+
"id": {
|
|
278340
|
+
"type": "integer",
|
|
278341
|
+
"description": "The unique identifier of the issue type."
|
|
278342
|
+
},
|
|
278343
|
+
"node_id": {
|
|
278344
|
+
"type": "string",
|
|
278345
|
+
"description": "The node identifier of the issue type."
|
|
278346
|
+
},
|
|
278347
|
+
"name": {
|
|
278348
|
+
"type": "string",
|
|
278349
|
+
"description": "The name of the issue type."
|
|
278350
|
+
},
|
|
278351
|
+
"description": {
|
|
278352
|
+
"type": "string",
|
|
278353
|
+
"description": "The description of the issue type.",
|
|
278354
|
+
"nullable": true
|
|
278355
|
+
},
|
|
278356
|
+
"color": {
|
|
278357
|
+
"type": "string",
|
|
278358
|
+
"description": "The color of the issue type.",
|
|
278359
|
+
"enum": [
|
|
278360
|
+
"gray",
|
|
278361
|
+
"blue",
|
|
278362
|
+
"green",
|
|
278363
|
+
"yellow",
|
|
278364
|
+
"orange",
|
|
278365
|
+
"red",
|
|
278366
|
+
"pink",
|
|
278367
|
+
"purple"
|
|
278368
|
+
],
|
|
278369
|
+
"nullable": true
|
|
278370
|
+
},
|
|
278371
|
+
"created_at": {
|
|
278372
|
+
"type": "string",
|
|
278373
|
+
"description": "The time the issue type created.",
|
|
278374
|
+
"format": "date-time"
|
|
278375
|
+
},
|
|
278376
|
+
"updated_at": {
|
|
278377
|
+
"type": "string",
|
|
278378
|
+
"description": "The time the issue type last updated.",
|
|
278379
|
+
"format": "date-time"
|
|
278380
|
+
},
|
|
278381
|
+
"is_enabled": {
|
|
278382
|
+
"type": "boolean",
|
|
278383
|
+
"description": "The enabled state of the issue type."
|
|
278384
|
+
}
|
|
278385
|
+
},
|
|
278386
|
+
"required": [
|
|
278387
|
+
"id",
|
|
278388
|
+
"node_id",
|
|
278389
|
+
"name",
|
|
278390
|
+
"description"
|
|
278391
|
+
]
|
|
278392
|
+
},
|
|
277672
278393
|
"repository": {
|
|
277673
278394
|
"title": "Repository",
|
|
277674
278395
|
"description": "A repository on GitHub.",
|
|
@@ -279205,6 +279926,12 @@
|
|
|
279205
279926
|
"items": {
|
|
279206
279927
|
"type": "string"
|
|
279207
279928
|
}
|
|
279929
|
+
},
|
|
279930
|
+
"type": {
|
|
279931
|
+
"type": "string",
|
|
279932
|
+
"description": "The name of the issue type to associate with this issue or use `null` to remove the current issue type.",
|
|
279933
|
+
"nullable": true,
|
|
279934
|
+
"example": "Epic"
|
|
279208
279935
|
}
|
|
279209
279936
|
}
|
|
279210
279937
|
},
|
|
@@ -280150,6 +280877,66 @@
|
|
|
280150
280877
|
"type": "string",
|
|
280151
280878
|
"format": "uri"
|
|
280152
280879
|
},
|
|
280880
|
+
"type": {
|
|
280881
|
+
"title": "Issue Type",
|
|
280882
|
+
"description": "The type of issue.",
|
|
280883
|
+
"type": "object",
|
|
280884
|
+
"nullable": true,
|
|
280885
|
+
"properties": {
|
|
280886
|
+
"id": {
|
|
280887
|
+
"type": "integer",
|
|
280888
|
+
"description": "The unique identifier of the issue type."
|
|
280889
|
+
},
|
|
280890
|
+
"node_id": {
|
|
280891
|
+
"type": "string",
|
|
280892
|
+
"description": "The node identifier of the issue type."
|
|
280893
|
+
},
|
|
280894
|
+
"name": {
|
|
280895
|
+
"type": "string",
|
|
280896
|
+
"description": "The name of the issue type."
|
|
280897
|
+
},
|
|
280898
|
+
"description": {
|
|
280899
|
+
"type": "string",
|
|
280900
|
+
"description": "The description of the issue type.",
|
|
280901
|
+
"nullable": true
|
|
280902
|
+
},
|
|
280903
|
+
"color": {
|
|
280904
|
+
"type": "string",
|
|
280905
|
+
"description": "The color of the issue type.",
|
|
280906
|
+
"enum": [
|
|
280907
|
+
"gray",
|
|
280908
|
+
"blue",
|
|
280909
|
+
"green",
|
|
280910
|
+
"yellow",
|
|
280911
|
+
"orange",
|
|
280912
|
+
"red",
|
|
280913
|
+
"pink",
|
|
280914
|
+
"purple"
|
|
280915
|
+
],
|
|
280916
|
+
"nullable": true
|
|
280917
|
+
},
|
|
280918
|
+
"created_at": {
|
|
280919
|
+
"type": "string",
|
|
280920
|
+
"description": "The time the issue type created.",
|
|
280921
|
+
"format": "date-time"
|
|
280922
|
+
},
|
|
280923
|
+
"updated_at": {
|
|
280924
|
+
"type": "string",
|
|
280925
|
+
"description": "The time the issue type last updated.",
|
|
280926
|
+
"format": "date-time"
|
|
280927
|
+
},
|
|
280928
|
+
"is_enabled": {
|
|
280929
|
+
"type": "boolean",
|
|
280930
|
+
"description": "The enabled state of the issue type."
|
|
280931
|
+
}
|
|
280932
|
+
},
|
|
280933
|
+
"required": [
|
|
280934
|
+
"id",
|
|
280935
|
+
"node_id",
|
|
280936
|
+
"name",
|
|
280937
|
+
"description"
|
|
280938
|
+
]
|
|
280939
|
+
},
|
|
280153
280940
|
"repository": {
|
|
280154
280941
|
"title": "Repository",
|
|
280155
280942
|
"description": "A repository on GitHub.",
|
|
@@ -282657,6 +283444,66 @@
|
|
|
282657
283444
|
"type": "string",
|
|
282658
283445
|
"format": "uri"
|
|
282659
283446
|
},
|
|
283447
|
+
"type": {
|
|
283448
|
+
"title": "Issue Type",
|
|
283449
|
+
"description": "The type of issue.",
|
|
283450
|
+
"type": "object",
|
|
283451
|
+
"nullable": true,
|
|
283452
|
+
"properties": {
|
|
283453
|
+
"id": {
|
|
283454
|
+
"type": "integer",
|
|
283455
|
+
"description": "The unique identifier of the issue type."
|
|
283456
|
+
},
|
|
283457
|
+
"node_id": {
|
|
283458
|
+
"type": "string",
|
|
283459
|
+
"description": "The node identifier of the issue type."
|
|
283460
|
+
},
|
|
283461
|
+
"name": {
|
|
283462
|
+
"type": "string",
|
|
283463
|
+
"description": "The name of the issue type."
|
|
283464
|
+
},
|
|
283465
|
+
"description": {
|
|
283466
|
+
"type": "string",
|
|
283467
|
+
"description": "The description of the issue type.",
|
|
283468
|
+
"nullable": true
|
|
283469
|
+
},
|
|
283470
|
+
"color": {
|
|
283471
|
+
"type": "string",
|
|
283472
|
+
"description": "The color of the issue type.",
|
|
283473
|
+
"enum": [
|
|
283474
|
+
"gray",
|
|
283475
|
+
"blue",
|
|
283476
|
+
"green",
|
|
283477
|
+
"yellow",
|
|
283478
|
+
"orange",
|
|
283479
|
+
"red",
|
|
283480
|
+
"pink",
|
|
283481
|
+
"purple"
|
|
283482
|
+
],
|
|
283483
|
+
"nullable": true
|
|
283484
|
+
},
|
|
283485
|
+
"created_at": {
|
|
283486
|
+
"type": "string",
|
|
283487
|
+
"description": "The time the issue type created.",
|
|
283488
|
+
"format": "date-time"
|
|
283489
|
+
},
|
|
283490
|
+
"updated_at": {
|
|
283491
|
+
"type": "string",
|
|
283492
|
+
"description": "The time the issue type last updated.",
|
|
283493
|
+
"format": "date-time"
|
|
283494
|
+
},
|
|
283495
|
+
"is_enabled": {
|
|
283496
|
+
"type": "boolean",
|
|
283497
|
+
"description": "The enabled state of the issue type."
|
|
283498
|
+
}
|
|
283499
|
+
},
|
|
283500
|
+
"required": [
|
|
283501
|
+
"id",
|
|
283502
|
+
"node_id",
|
|
283503
|
+
"name",
|
|
283504
|
+
"description"
|
|
283505
|
+
]
|
|
283506
|
+
},
|
|
282660
283507
|
"repository": {
|
|
282661
283508
|
"title": "Repository",
|
|
282662
283509
|
"description": "A repository on GitHub.",
|
|
@@ -309005,6 +309852,66 @@
|
|
|
309005
309852
|
"type": "string",
|
|
309006
309853
|
"format": "uri"
|
|
309007
309854
|
},
|
|
309855
|
+
"type": {
|
|
309856
|
+
"title": "Issue Type",
|
|
309857
|
+
"description": "The type of issue.",
|
|
309858
|
+
"type": "object",
|
|
309859
|
+
"nullable": true,
|
|
309860
|
+
"properties": {
|
|
309861
|
+
"id": {
|
|
309862
|
+
"type": "integer",
|
|
309863
|
+
"description": "The unique identifier of the issue type."
|
|
309864
|
+
},
|
|
309865
|
+
"node_id": {
|
|
309866
|
+
"type": "string",
|
|
309867
|
+
"description": "The node identifier of the issue type."
|
|
309868
|
+
},
|
|
309869
|
+
"name": {
|
|
309870
|
+
"type": "string",
|
|
309871
|
+
"description": "The name of the issue type."
|
|
309872
|
+
},
|
|
309873
|
+
"description": {
|
|
309874
|
+
"type": "string",
|
|
309875
|
+
"description": "The description of the issue type.",
|
|
309876
|
+
"nullable": true
|
|
309877
|
+
},
|
|
309878
|
+
"color": {
|
|
309879
|
+
"type": "string",
|
|
309880
|
+
"description": "The color of the issue type.",
|
|
309881
|
+
"enum": [
|
|
309882
|
+
"gray",
|
|
309883
|
+
"blue",
|
|
309884
|
+
"green",
|
|
309885
|
+
"yellow",
|
|
309886
|
+
"orange",
|
|
309887
|
+
"red",
|
|
309888
|
+
"pink",
|
|
309889
|
+
"purple"
|
|
309890
|
+
],
|
|
309891
|
+
"nullable": true
|
|
309892
|
+
},
|
|
309893
|
+
"created_at": {
|
|
309894
|
+
"type": "string",
|
|
309895
|
+
"description": "The time the issue type created.",
|
|
309896
|
+
"format": "date-time"
|
|
309897
|
+
},
|
|
309898
|
+
"updated_at": {
|
|
309899
|
+
"type": "string",
|
|
309900
|
+
"description": "The time the issue type last updated.",
|
|
309901
|
+
"format": "date-time"
|
|
309902
|
+
},
|
|
309903
|
+
"is_enabled": {
|
|
309904
|
+
"type": "boolean",
|
|
309905
|
+
"description": "The enabled state of the issue type."
|
|
309906
|
+
}
|
|
309907
|
+
},
|
|
309908
|
+
"required": [
|
|
309909
|
+
"id",
|
|
309910
|
+
"node_id",
|
|
309911
|
+
"name",
|
|
309912
|
+
"description"
|
|
309913
|
+
]
|
|
309914
|
+
},
|
|
309008
309915
|
"repository": {
|
|
309009
309916
|
"title": "Repository",
|
|
309010
309917
|
"description": "A repository on GitHub.",
|
|
@@ -392887,6 +393794,66 @@
|
|
|
392887
393794
|
"type": "string",
|
|
392888
393795
|
"format": "uri"
|
|
392889
393796
|
},
|
|
393797
|
+
"type": {
|
|
393798
|
+
"title": "Issue Type",
|
|
393799
|
+
"description": "The type of issue.",
|
|
393800
|
+
"type": "object",
|
|
393801
|
+
"nullable": true,
|
|
393802
|
+
"properties": {
|
|
393803
|
+
"id": {
|
|
393804
|
+
"type": "integer",
|
|
393805
|
+
"description": "The unique identifier of the issue type."
|
|
393806
|
+
},
|
|
393807
|
+
"node_id": {
|
|
393808
|
+
"type": "string",
|
|
393809
|
+
"description": "The node identifier of the issue type."
|
|
393810
|
+
},
|
|
393811
|
+
"name": {
|
|
393812
|
+
"type": "string",
|
|
393813
|
+
"description": "The name of the issue type."
|
|
393814
|
+
},
|
|
393815
|
+
"description": {
|
|
393816
|
+
"type": "string",
|
|
393817
|
+
"description": "The description of the issue type.",
|
|
393818
|
+
"nullable": true
|
|
393819
|
+
},
|
|
393820
|
+
"color": {
|
|
393821
|
+
"type": "string",
|
|
393822
|
+
"description": "The color of the issue type.",
|
|
393823
|
+
"enum": [
|
|
393824
|
+
"gray",
|
|
393825
|
+
"blue",
|
|
393826
|
+
"green",
|
|
393827
|
+
"yellow",
|
|
393828
|
+
"orange",
|
|
393829
|
+
"red",
|
|
393830
|
+
"pink",
|
|
393831
|
+
"purple"
|
|
393832
|
+
],
|
|
393833
|
+
"nullable": true
|
|
393834
|
+
},
|
|
393835
|
+
"created_at": {
|
|
393836
|
+
"type": "string",
|
|
393837
|
+
"description": "The time the issue type created.",
|
|
393838
|
+
"format": "date-time"
|
|
393839
|
+
},
|
|
393840
|
+
"updated_at": {
|
|
393841
|
+
"type": "string",
|
|
393842
|
+
"description": "The time the issue type last updated.",
|
|
393843
|
+
"format": "date-time"
|
|
393844
|
+
},
|
|
393845
|
+
"is_enabled": {
|
|
393846
|
+
"type": "boolean",
|
|
393847
|
+
"description": "The enabled state of the issue type."
|
|
393848
|
+
}
|
|
393849
|
+
},
|
|
393850
|
+
"required": [
|
|
393851
|
+
"id",
|
|
393852
|
+
"node_id",
|
|
393853
|
+
"name",
|
|
393854
|
+
"description"
|
|
393855
|
+
]
|
|
393856
|
+
},
|
|
392890
393857
|
"performed_via_github_app": {
|
|
392891
393858
|
"title": "GitHub app",
|
|
392892
393859
|
"description": "GitHub apps are a new way to extend GitHub. They can be installed directly on organizations and user accounts and granted access to specific repositories. They come with granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub.",
|
|
@@ -413078,7 +414045,7 @@
|
|
|
413078
414045
|
},
|
|
413079
414046
|
"dependabot_secrets": {
|
|
413080
414047
|
"type": "string",
|
|
413081
|
-
"description": "The
|
|
414048
|
+
"description": "The level of permission to grant the access token to manage Dependabot secrets.",
|
|
413082
414049
|
"enum": [
|
|
413083
414050
|
"read",
|
|
413084
414051
|
"write"
|
|
@@ -416064,6 +417031,66 @@
|
|
|
416064
417031
|
"type": "string",
|
|
416065
417032
|
"format": "uri"
|
|
416066
417033
|
},
|
|
417034
|
+
"type": {
|
|
417035
|
+
"title": "Issue Type",
|
|
417036
|
+
"description": "The type of issue.",
|
|
417037
|
+
"type": "object",
|
|
417038
|
+
"nullable": true,
|
|
417039
|
+
"properties": {
|
|
417040
|
+
"id": {
|
|
417041
|
+
"type": "integer",
|
|
417042
|
+
"description": "The unique identifier of the issue type."
|
|
417043
|
+
},
|
|
417044
|
+
"node_id": {
|
|
417045
|
+
"type": "string",
|
|
417046
|
+
"description": "The node identifier of the issue type."
|
|
417047
|
+
},
|
|
417048
|
+
"name": {
|
|
417049
|
+
"type": "string",
|
|
417050
|
+
"description": "The name of the issue type."
|
|
417051
|
+
},
|
|
417052
|
+
"description": {
|
|
417053
|
+
"type": "string",
|
|
417054
|
+
"description": "The description of the issue type.",
|
|
417055
|
+
"nullable": true
|
|
417056
|
+
},
|
|
417057
|
+
"color": {
|
|
417058
|
+
"type": "string",
|
|
417059
|
+
"description": "The color of the issue type.",
|
|
417060
|
+
"enum": [
|
|
417061
|
+
"gray",
|
|
417062
|
+
"blue",
|
|
417063
|
+
"green",
|
|
417064
|
+
"yellow",
|
|
417065
|
+
"orange",
|
|
417066
|
+
"red",
|
|
417067
|
+
"pink",
|
|
417068
|
+
"purple"
|
|
417069
|
+
],
|
|
417070
|
+
"nullable": true
|
|
417071
|
+
},
|
|
417072
|
+
"created_at": {
|
|
417073
|
+
"type": "string",
|
|
417074
|
+
"description": "The time the issue type created.",
|
|
417075
|
+
"format": "date-time"
|
|
417076
|
+
},
|
|
417077
|
+
"updated_at": {
|
|
417078
|
+
"type": "string",
|
|
417079
|
+
"description": "The time the issue type last updated.",
|
|
417080
|
+
"format": "date-time"
|
|
417081
|
+
},
|
|
417082
|
+
"is_enabled": {
|
|
417083
|
+
"type": "boolean",
|
|
417084
|
+
"description": "The enabled state of the issue type."
|
|
417085
|
+
}
|
|
417086
|
+
},
|
|
417087
|
+
"required": [
|
|
417088
|
+
"id",
|
|
417089
|
+
"node_id",
|
|
417090
|
+
"name",
|
|
417091
|
+
"description"
|
|
417092
|
+
]
|
|
417093
|
+
},
|
|
416067
417094
|
"repository": {
|
|
416068
417095
|
"title": "Repository",
|
|
416069
417096
|
"description": "A repository on GitHub.",
|
|
@@ -442311,6 +443338,66 @@
|
|
|
442311
443338
|
"type": "string",
|
|
442312
443339
|
"format": "uri"
|
|
442313
443340
|
},
|
|
443341
|
+
"type": {
|
|
443342
|
+
"title": "Issue Type",
|
|
443343
|
+
"description": "The type of issue.",
|
|
443344
|
+
"type": "object",
|
|
443345
|
+
"nullable": true,
|
|
443346
|
+
"properties": {
|
|
443347
|
+
"id": {
|
|
443348
|
+
"type": "integer",
|
|
443349
|
+
"description": "The unique identifier of the issue type."
|
|
443350
|
+
},
|
|
443351
|
+
"node_id": {
|
|
443352
|
+
"type": "string",
|
|
443353
|
+
"description": "The node identifier of the issue type."
|
|
443354
|
+
},
|
|
443355
|
+
"name": {
|
|
443356
|
+
"type": "string",
|
|
443357
|
+
"description": "The name of the issue type."
|
|
443358
|
+
},
|
|
443359
|
+
"description": {
|
|
443360
|
+
"type": "string",
|
|
443361
|
+
"description": "The description of the issue type.",
|
|
443362
|
+
"nullable": true
|
|
443363
|
+
},
|
|
443364
|
+
"color": {
|
|
443365
|
+
"type": "string",
|
|
443366
|
+
"description": "The color of the issue type.",
|
|
443367
|
+
"enum": [
|
|
443368
|
+
"gray",
|
|
443369
|
+
"blue",
|
|
443370
|
+
"green",
|
|
443371
|
+
"yellow",
|
|
443372
|
+
"orange",
|
|
443373
|
+
"red",
|
|
443374
|
+
"pink",
|
|
443375
|
+
"purple"
|
|
443376
|
+
],
|
|
443377
|
+
"nullable": true
|
|
443378
|
+
},
|
|
443379
|
+
"created_at": {
|
|
443380
|
+
"type": "string",
|
|
443381
|
+
"description": "The time the issue type created.",
|
|
443382
|
+
"format": "date-time"
|
|
443383
|
+
},
|
|
443384
|
+
"updated_at": {
|
|
443385
|
+
"type": "string",
|
|
443386
|
+
"description": "The time the issue type last updated.",
|
|
443387
|
+
"format": "date-time"
|
|
443388
|
+
},
|
|
443389
|
+
"is_enabled": {
|
|
443390
|
+
"type": "boolean",
|
|
443391
|
+
"description": "The enabled state of the issue type."
|
|
443392
|
+
}
|
|
443393
|
+
},
|
|
443394
|
+
"required": [
|
|
443395
|
+
"id",
|
|
443396
|
+
"node_id",
|
|
443397
|
+
"name",
|
|
443398
|
+
"description"
|
|
443399
|
+
]
|
|
443400
|
+
},
|
|
442314
443401
|
"repository": {
|
|
442315
443402
|
"title": "Repository",
|
|
442316
443403
|
"description": "A repository on GitHub.",
|
|
@@ -445238,6 +446325,66 @@
|
|
|
445238
446325
|
"type": "string",
|
|
445239
446326
|
"format": "uri"
|
|
445240
446327
|
},
|
|
446328
|
+
"type": {
|
|
446329
|
+
"title": "Issue Type",
|
|
446330
|
+
"description": "The type of issue.",
|
|
446331
|
+
"type": "object",
|
|
446332
|
+
"nullable": true,
|
|
446333
|
+
"properties": {
|
|
446334
|
+
"id": {
|
|
446335
|
+
"type": "integer",
|
|
446336
|
+
"description": "The unique identifier of the issue type."
|
|
446337
|
+
},
|
|
446338
|
+
"node_id": {
|
|
446339
|
+
"type": "string",
|
|
446340
|
+
"description": "The node identifier of the issue type."
|
|
446341
|
+
},
|
|
446342
|
+
"name": {
|
|
446343
|
+
"type": "string",
|
|
446344
|
+
"description": "The name of the issue type."
|
|
446345
|
+
},
|
|
446346
|
+
"description": {
|
|
446347
|
+
"type": "string",
|
|
446348
|
+
"description": "The description of the issue type.",
|
|
446349
|
+
"nullable": true
|
|
446350
|
+
},
|
|
446351
|
+
"color": {
|
|
446352
|
+
"type": "string",
|
|
446353
|
+
"description": "The color of the issue type.",
|
|
446354
|
+
"enum": [
|
|
446355
|
+
"gray",
|
|
446356
|
+
"blue",
|
|
446357
|
+
"green",
|
|
446358
|
+
"yellow",
|
|
446359
|
+
"orange",
|
|
446360
|
+
"red",
|
|
446361
|
+
"pink",
|
|
446362
|
+
"purple"
|
|
446363
|
+
],
|
|
446364
|
+
"nullable": true
|
|
446365
|
+
},
|
|
446366
|
+
"created_at": {
|
|
446367
|
+
"type": "string",
|
|
446368
|
+
"description": "The time the issue type created.",
|
|
446369
|
+
"format": "date-time"
|
|
446370
|
+
},
|
|
446371
|
+
"updated_at": {
|
|
446372
|
+
"type": "string",
|
|
446373
|
+
"description": "The time the issue type last updated.",
|
|
446374
|
+
"format": "date-time"
|
|
446375
|
+
},
|
|
446376
|
+
"is_enabled": {
|
|
446377
|
+
"type": "boolean",
|
|
446378
|
+
"description": "The enabled state of the issue type."
|
|
446379
|
+
}
|
|
446380
|
+
},
|
|
446381
|
+
"required": [
|
|
446382
|
+
"id",
|
|
446383
|
+
"node_id",
|
|
446384
|
+
"name",
|
|
446385
|
+
"description"
|
|
446386
|
+
]
|
|
446387
|
+
},
|
|
445241
446388
|
"repository": {
|
|
445242
446389
|
"title": "Repository",
|
|
445243
446390
|
"description": "A repository on GitHub.",
|
|
@@ -448167,6 +449314,66 @@
|
|
|
448167
449314
|
"type": "string",
|
|
448168
449315
|
"format": "uri"
|
|
448169
449316
|
},
|
|
449317
|
+
"type": {
|
|
449318
|
+
"title": "Issue Type",
|
|
449319
|
+
"description": "The type of issue.",
|
|
449320
|
+
"type": "object",
|
|
449321
|
+
"nullable": true,
|
|
449322
|
+
"properties": {
|
|
449323
|
+
"id": {
|
|
449324
|
+
"type": "integer",
|
|
449325
|
+
"description": "The unique identifier of the issue type."
|
|
449326
|
+
},
|
|
449327
|
+
"node_id": {
|
|
449328
|
+
"type": "string",
|
|
449329
|
+
"description": "The node identifier of the issue type."
|
|
449330
|
+
},
|
|
449331
|
+
"name": {
|
|
449332
|
+
"type": "string",
|
|
449333
|
+
"description": "The name of the issue type."
|
|
449334
|
+
},
|
|
449335
|
+
"description": {
|
|
449336
|
+
"type": "string",
|
|
449337
|
+
"description": "The description of the issue type.",
|
|
449338
|
+
"nullable": true
|
|
449339
|
+
},
|
|
449340
|
+
"color": {
|
|
449341
|
+
"type": "string",
|
|
449342
|
+
"description": "The color of the issue type.",
|
|
449343
|
+
"enum": [
|
|
449344
|
+
"gray",
|
|
449345
|
+
"blue",
|
|
449346
|
+
"green",
|
|
449347
|
+
"yellow",
|
|
449348
|
+
"orange",
|
|
449349
|
+
"red",
|
|
449350
|
+
"pink",
|
|
449351
|
+
"purple"
|
|
449352
|
+
],
|
|
449353
|
+
"nullable": true
|
|
449354
|
+
},
|
|
449355
|
+
"created_at": {
|
|
449356
|
+
"type": "string",
|
|
449357
|
+
"description": "The time the issue type created.",
|
|
449358
|
+
"format": "date-time"
|
|
449359
|
+
},
|
|
449360
|
+
"updated_at": {
|
|
449361
|
+
"type": "string",
|
|
449362
|
+
"description": "The time the issue type last updated.",
|
|
449363
|
+
"format": "date-time"
|
|
449364
|
+
},
|
|
449365
|
+
"is_enabled": {
|
|
449366
|
+
"type": "boolean",
|
|
449367
|
+
"description": "The enabled state of the issue type."
|
|
449368
|
+
}
|
|
449369
|
+
},
|
|
449370
|
+
"required": [
|
|
449371
|
+
"id",
|
|
449372
|
+
"node_id",
|
|
449373
|
+
"name",
|
|
449374
|
+
"description"
|
|
449375
|
+
]
|
|
449376
|
+
},
|
|
448170
449377
|
"repository": {
|
|
448171
449378
|
"title": "Repository",
|
|
448172
449379
|
"description": "A repository on GitHub.",
|
|
@@ -451874,7 +453081,7 @@
|
|
|
451874
453081
|
},
|
|
451875
453082
|
"dependabot_secrets": {
|
|
451876
453083
|
"type": "string",
|
|
451877
|
-
"description": "The
|
|
453084
|
+
"description": "The level of permission to grant the access token to manage Dependabot secrets.",
|
|
451878
453085
|
"enum": [
|
|
451879
453086
|
"read",
|
|
451880
453087
|
"write"
|
|
@@ -457369,6 +458576,66 @@
|
|
|
457369
458576
|
"type": "string",
|
|
457370
458577
|
"format": "uri"
|
|
457371
458578
|
},
|
|
458579
|
+
"type": {
|
|
458580
|
+
"title": "Issue Type",
|
|
458581
|
+
"description": "The type of issue.",
|
|
458582
|
+
"type": "object",
|
|
458583
|
+
"nullable": true,
|
|
458584
|
+
"properties": {
|
|
458585
|
+
"id": {
|
|
458586
|
+
"type": "integer",
|
|
458587
|
+
"description": "The unique identifier of the issue type."
|
|
458588
|
+
},
|
|
458589
|
+
"node_id": {
|
|
458590
|
+
"type": "string",
|
|
458591
|
+
"description": "The node identifier of the issue type."
|
|
458592
|
+
},
|
|
458593
|
+
"name": {
|
|
458594
|
+
"type": "string",
|
|
458595
|
+
"description": "The name of the issue type."
|
|
458596
|
+
},
|
|
458597
|
+
"description": {
|
|
458598
|
+
"type": "string",
|
|
458599
|
+
"description": "The description of the issue type.",
|
|
458600
|
+
"nullable": true
|
|
458601
|
+
},
|
|
458602
|
+
"color": {
|
|
458603
|
+
"type": "string",
|
|
458604
|
+
"description": "The color of the issue type.",
|
|
458605
|
+
"enum": [
|
|
458606
|
+
"gray",
|
|
458607
|
+
"blue",
|
|
458608
|
+
"green",
|
|
458609
|
+
"yellow",
|
|
458610
|
+
"orange",
|
|
458611
|
+
"red",
|
|
458612
|
+
"pink",
|
|
458613
|
+
"purple"
|
|
458614
|
+
],
|
|
458615
|
+
"nullable": true
|
|
458616
|
+
},
|
|
458617
|
+
"created_at": {
|
|
458618
|
+
"type": "string",
|
|
458619
|
+
"description": "The time the issue type created.",
|
|
458620
|
+
"format": "date-time"
|
|
458621
|
+
},
|
|
458622
|
+
"updated_at": {
|
|
458623
|
+
"type": "string",
|
|
458624
|
+
"description": "The time the issue type last updated.",
|
|
458625
|
+
"format": "date-time"
|
|
458626
|
+
},
|
|
458627
|
+
"is_enabled": {
|
|
458628
|
+
"type": "boolean",
|
|
458629
|
+
"description": "The enabled state of the issue type."
|
|
458630
|
+
}
|
|
458631
|
+
},
|
|
458632
|
+
"required": [
|
|
458633
|
+
"id",
|
|
458634
|
+
"node_id",
|
|
458635
|
+
"name",
|
|
458636
|
+
"description"
|
|
458637
|
+
]
|
|
458638
|
+
},
|
|
457372
458639
|
"repository": {
|
|
457373
458640
|
"title": "Repository",
|
|
457374
458641
|
"description": "A repository on GitHub.",
|
|
@@ -460298,6 +461565,66 @@
|
|
|
460298
461565
|
"type": "string",
|
|
460299
461566
|
"format": "uri"
|
|
460300
461567
|
},
|
|
461568
|
+
"type": {
|
|
461569
|
+
"title": "Issue Type",
|
|
461570
|
+
"description": "The type of issue.",
|
|
461571
|
+
"type": "object",
|
|
461572
|
+
"nullable": true,
|
|
461573
|
+
"properties": {
|
|
461574
|
+
"id": {
|
|
461575
|
+
"type": "integer",
|
|
461576
|
+
"description": "The unique identifier of the issue type."
|
|
461577
|
+
},
|
|
461578
|
+
"node_id": {
|
|
461579
|
+
"type": "string",
|
|
461580
|
+
"description": "The node identifier of the issue type."
|
|
461581
|
+
},
|
|
461582
|
+
"name": {
|
|
461583
|
+
"type": "string",
|
|
461584
|
+
"description": "The name of the issue type."
|
|
461585
|
+
},
|
|
461586
|
+
"description": {
|
|
461587
|
+
"type": "string",
|
|
461588
|
+
"description": "The description of the issue type.",
|
|
461589
|
+
"nullable": true
|
|
461590
|
+
},
|
|
461591
|
+
"color": {
|
|
461592
|
+
"type": "string",
|
|
461593
|
+
"description": "The color of the issue type.",
|
|
461594
|
+
"enum": [
|
|
461595
|
+
"gray",
|
|
461596
|
+
"blue",
|
|
461597
|
+
"green",
|
|
461598
|
+
"yellow",
|
|
461599
|
+
"orange",
|
|
461600
|
+
"red",
|
|
461601
|
+
"pink",
|
|
461602
|
+
"purple"
|
|
461603
|
+
],
|
|
461604
|
+
"nullable": true
|
|
461605
|
+
},
|
|
461606
|
+
"created_at": {
|
|
461607
|
+
"type": "string",
|
|
461608
|
+
"description": "The time the issue type created.",
|
|
461609
|
+
"format": "date-time"
|
|
461610
|
+
},
|
|
461611
|
+
"updated_at": {
|
|
461612
|
+
"type": "string",
|
|
461613
|
+
"description": "The time the issue type last updated.",
|
|
461614
|
+
"format": "date-time"
|
|
461615
|
+
},
|
|
461616
|
+
"is_enabled": {
|
|
461617
|
+
"type": "boolean",
|
|
461618
|
+
"description": "The enabled state of the issue type."
|
|
461619
|
+
}
|
|
461620
|
+
},
|
|
461621
|
+
"required": [
|
|
461622
|
+
"id",
|
|
461623
|
+
"node_id",
|
|
461624
|
+
"name",
|
|
461625
|
+
"description"
|
|
461626
|
+
]
|
|
461627
|
+
},
|
|
460301
461628
|
"repository": {
|
|
460302
461629
|
"title": "Repository",
|
|
460303
461630
|
"description": "A repository on GitHub.",
|
|
@@ -603531,7 +604858,7 @@
|
|
|
603531
604858
|
},
|
|
603532
604859
|
"dependabot_secrets": {
|
|
603533
604860
|
"type": "string",
|
|
603534
|
-
"description": "The
|
|
604861
|
+
"description": "The level of permission to grant the access token to manage Dependabot secrets.",
|
|
603535
604862
|
"enum": [
|
|
603536
604863
|
"read",
|
|
603537
604864
|
"write"
|
|
@@ -606081,7 +607408,7 @@
|
|
|
606081
607408
|
},
|
|
606082
607409
|
"dependabot_secrets": {
|
|
606083
607410
|
"type": "string",
|
|
606084
|
-
"description": "The
|
|
607411
|
+
"description": "The level of permission to grant the access token to manage Dependabot secrets.",
|
|
606085
607412
|
"enum": [
|
|
606086
607413
|
"read",
|
|
606087
607414
|
"write"
|
|
@@ -608538,7 +609865,7 @@
|
|
|
608538
609865
|
},
|
|
608539
609866
|
"dependabot_secrets": {
|
|
608540
609867
|
"type": "string",
|
|
608541
|
-
"description": "The
|
|
609868
|
+
"description": "The level of permission to grant the access token to manage Dependabot secrets.",
|
|
608542
609869
|
"enum": [
|
|
608543
609870
|
"read",
|
|
608544
609871
|
"write"
|
|
@@ -610995,7 +612322,7 @@
|
|
|
610995
612322
|
},
|
|
610996
612323
|
"dependabot_secrets": {
|
|
610997
612324
|
"type": "string",
|
|
610998
|
-
"description": "The
|
|
612325
|
+
"description": "The level of permission to grant the access token to manage Dependabot secrets.",
|
|
610999
612326
|
"enum": [
|
|
611000
612327
|
"read",
|
|
611001
612328
|
"write"
|
|
@@ -613584,7 +614911,7 @@
|
|
|
613584
614911
|
},
|
|
613585
614912
|
"dependabot_secrets": {
|
|
613586
614913
|
"type": "string",
|
|
613587
|
-
"description": "The
|
|
614914
|
+
"description": "The level of permission to grant the access token to manage Dependabot secrets.",
|
|
613588
614915
|
"enum": [
|
|
613589
614916
|
"read",
|
|
613590
614917
|
"write"
|
|
@@ -616180,7 +617507,7 @@
|
|
|
616180
617507
|
},
|
|
616181
617508
|
"dependabot_secrets": {
|
|
616182
617509
|
"type": "string",
|
|
616183
|
-
"description": "The
|
|
617510
|
+
"description": "The level of permission to grant the access token to manage Dependabot secrets.",
|
|
616184
617511
|
"enum": [
|
|
616185
617512
|
"read",
|
|
616186
617513
|
"write"
|
|
@@ -620410,7 +621737,7 @@
|
|
|
620410
621737
|
},
|
|
620411
621738
|
"dependabot_secrets": {
|
|
620412
621739
|
"type": "string",
|
|
620413
|
-
"description": "The
|
|
621740
|
+
"description": "The level of permission to grant the access token to manage Dependabot secrets.",
|
|
620414
621741
|
"enum": [
|
|
620415
621742
|
"read",
|
|
620416
621743
|
"write"
|
|
@@ -624218,6 +625545,66 @@
|
|
|
624218
625545
|
"description": "Title of the issue",
|
|
624219
625546
|
"type": "string"
|
|
624220
625547
|
},
|
|
625548
|
+
"type": {
|
|
625549
|
+
"title": "Issue Type",
|
|
625550
|
+
"description": "The type of issue.",
|
|
625551
|
+
"type": "object",
|
|
625552
|
+
"nullable": true,
|
|
625553
|
+
"properties": {
|
|
625554
|
+
"id": {
|
|
625555
|
+
"type": "integer",
|
|
625556
|
+
"description": "The unique identifier of the issue type."
|
|
625557
|
+
},
|
|
625558
|
+
"node_id": {
|
|
625559
|
+
"type": "string",
|
|
625560
|
+
"description": "The node identifier of the issue type."
|
|
625561
|
+
},
|
|
625562
|
+
"name": {
|
|
625563
|
+
"type": "string",
|
|
625564
|
+
"description": "The name of the issue type."
|
|
625565
|
+
},
|
|
625566
|
+
"description": {
|
|
625567
|
+
"type": "string",
|
|
625568
|
+
"description": "The description of the issue type.",
|
|
625569
|
+
"nullable": true
|
|
625570
|
+
},
|
|
625571
|
+
"color": {
|
|
625572
|
+
"type": "string",
|
|
625573
|
+
"description": "The color of the issue type.",
|
|
625574
|
+
"enum": [
|
|
625575
|
+
"gray",
|
|
625576
|
+
"blue",
|
|
625577
|
+
"green",
|
|
625578
|
+
"yellow",
|
|
625579
|
+
"orange",
|
|
625580
|
+
"red",
|
|
625581
|
+
"pink",
|
|
625582
|
+
"purple"
|
|
625583
|
+
],
|
|
625584
|
+
"nullable": true
|
|
625585
|
+
},
|
|
625586
|
+
"created_at": {
|
|
625587
|
+
"type": "string",
|
|
625588
|
+
"description": "The time the issue type created.",
|
|
625589
|
+
"format": "date-time"
|
|
625590
|
+
},
|
|
625591
|
+
"updated_at": {
|
|
625592
|
+
"type": "string",
|
|
625593
|
+
"description": "The time the issue type last updated.",
|
|
625594
|
+
"format": "date-time"
|
|
625595
|
+
},
|
|
625596
|
+
"is_enabled": {
|
|
625597
|
+
"type": "boolean",
|
|
625598
|
+
"description": "The enabled state of the issue type."
|
|
625599
|
+
}
|
|
625600
|
+
},
|
|
625601
|
+
"required": [
|
|
625602
|
+
"id",
|
|
625603
|
+
"node_id",
|
|
625604
|
+
"name",
|
|
625605
|
+
"description"
|
|
625606
|
+
]
|
|
625607
|
+
},
|
|
624221
625608
|
"updated_at": {
|
|
624222
625609
|
"type": "string",
|
|
624223
625610
|
"format": "date-time"
|
|
@@ -627919,145 +629306,205 @@
|
|
|
627919
629306
|
"description": "Title of the issue",
|
|
627920
629307
|
"type": "string"
|
|
627921
629308
|
},
|
|
627922
|
-
"
|
|
627923
|
-
"
|
|
627924
|
-
"
|
|
627925
|
-
},
|
|
627926
|
-
"url": {
|
|
627927
|
-
"description": "URL for the issue",
|
|
627928
|
-
"type": "string",
|
|
627929
|
-
"format": "uri"
|
|
627930
|
-
},
|
|
627931
|
-
"user": {
|
|
627932
|
-
"title": "User",
|
|
629309
|
+
"type": {
|
|
629310
|
+
"title": "Issue Type",
|
|
629311
|
+
"description": "The type of issue.",
|
|
627933
629312
|
"type": "object",
|
|
627934
629313
|
"nullable": true,
|
|
627935
629314
|
"properties": {
|
|
627936
|
-
"avatar_url": {
|
|
627937
|
-
"type": "string",
|
|
627938
|
-
"format": "uri"
|
|
627939
|
-
},
|
|
627940
|
-
"deleted": {
|
|
627941
|
-
"type": "boolean"
|
|
627942
|
-
},
|
|
627943
|
-
"email": {
|
|
627944
|
-
"type": "string",
|
|
627945
|
-
"nullable": true
|
|
627946
|
-
},
|
|
627947
|
-
"events_url": {
|
|
627948
|
-
"type": "string",
|
|
627949
|
-
"format": "uri-template"
|
|
627950
|
-
},
|
|
627951
|
-
"followers_url": {
|
|
627952
|
-
"type": "string",
|
|
627953
|
-
"format": "uri"
|
|
627954
|
-
},
|
|
627955
|
-
"following_url": {
|
|
627956
|
-
"type": "string",
|
|
627957
|
-
"format": "uri-template"
|
|
627958
|
-
},
|
|
627959
|
-
"gists_url": {
|
|
627960
|
-
"type": "string",
|
|
627961
|
-
"format": "uri-template"
|
|
627962
|
-
},
|
|
627963
|
-
"gravatar_id": {
|
|
627964
|
-
"type": "string"
|
|
627965
|
-
},
|
|
627966
|
-
"html_url": {
|
|
627967
|
-
"type": "string",
|
|
627968
|
-
"format": "uri"
|
|
627969
|
-
},
|
|
627970
629315
|
"id": {
|
|
627971
629316
|
"type": "integer",
|
|
627972
|
-
"
|
|
627973
|
-
},
|
|
627974
|
-
"login": {
|
|
627975
|
-
"type": "string"
|
|
627976
|
-
},
|
|
627977
|
-
"name": {
|
|
627978
|
-
"type": "string"
|
|
629317
|
+
"description": "The unique identifier of the issue type."
|
|
627979
629318
|
},
|
|
627980
629319
|
"node_id": {
|
|
627981
|
-
"type": "string"
|
|
627982
|
-
},
|
|
627983
|
-
"organizations_url": {
|
|
627984
|
-
"type": "string",
|
|
627985
|
-
"format": "uri"
|
|
627986
|
-
},
|
|
627987
|
-
"received_events_url": {
|
|
627988
629320
|
"type": "string",
|
|
627989
|
-
"
|
|
629321
|
+
"description": "The node identifier of the issue type."
|
|
627990
629322
|
},
|
|
627991
|
-
"
|
|
629323
|
+
"name": {
|
|
627992
629324
|
"type": "string",
|
|
627993
|
-
"
|
|
627994
|
-
},
|
|
627995
|
-
"site_admin": {
|
|
627996
|
-
"type": "boolean"
|
|
629325
|
+
"description": "The name of the issue type."
|
|
627997
629326
|
},
|
|
627998
|
-
"
|
|
629327
|
+
"description": {
|
|
627999
629328
|
"type": "string",
|
|
628000
|
-
"
|
|
629329
|
+
"description": "The description of the issue type.",
|
|
629330
|
+
"nullable": true
|
|
628001
629331
|
},
|
|
628002
|
-
"
|
|
629332
|
+
"color": {
|
|
628003
629333
|
"type": "string",
|
|
628004
|
-
"
|
|
629334
|
+
"description": "The color of the issue type.",
|
|
629335
|
+
"enum": [
|
|
629336
|
+
"gray",
|
|
629337
|
+
"blue",
|
|
629338
|
+
"green",
|
|
629339
|
+
"yellow",
|
|
629340
|
+
"orange",
|
|
629341
|
+
"red",
|
|
629342
|
+
"pink",
|
|
629343
|
+
"purple"
|
|
629344
|
+
],
|
|
629345
|
+
"nullable": true
|
|
628005
629346
|
},
|
|
628006
|
-
"
|
|
629347
|
+
"created_at": {
|
|
628007
629348
|
"type": "string",
|
|
628008
|
-
"
|
|
628009
|
-
|
|
628010
|
-
"User",
|
|
628011
|
-
"Organization",
|
|
628012
|
-
"Mannequin"
|
|
628013
|
-
]
|
|
629349
|
+
"description": "The time the issue type created.",
|
|
629350
|
+
"format": "date-time"
|
|
628014
629351
|
},
|
|
628015
|
-
"
|
|
629352
|
+
"updated_at": {
|
|
628016
629353
|
"type": "string",
|
|
628017
|
-
"
|
|
629354
|
+
"description": "The time the issue type last updated.",
|
|
629355
|
+
"format": "date-time"
|
|
628018
629356
|
},
|
|
628019
|
-
"
|
|
628020
|
-
"type": "
|
|
629357
|
+
"is_enabled": {
|
|
629358
|
+
"type": "boolean",
|
|
629359
|
+
"description": "The enabled state of the issue type."
|
|
628021
629360
|
}
|
|
628022
629361
|
},
|
|
628023
629362
|
"required": [
|
|
628024
|
-
"
|
|
628025
|
-
"
|
|
629363
|
+
"id",
|
|
629364
|
+
"node_id",
|
|
629365
|
+
"name",
|
|
629366
|
+
"description"
|
|
628026
629367
|
]
|
|
628027
|
-
}
|
|
628028
|
-
|
|
628029
|
-
"required": [
|
|
628030
|
-
"url",
|
|
628031
|
-
"repository_url",
|
|
628032
|
-
"labels_url",
|
|
628033
|
-
"comments_url",
|
|
628034
|
-
"events_url",
|
|
628035
|
-
"html_url",
|
|
628036
|
-
"id",
|
|
628037
|
-
"node_id",
|
|
628038
|
-
"number",
|
|
628039
|
-
"title",
|
|
628040
|
-
"user",
|
|
628041
|
-
"assignees",
|
|
628042
|
-
"milestone",
|
|
628043
|
-
"comments",
|
|
628044
|
-
"created_at",
|
|
628045
|
-
"updated_at",
|
|
628046
|
-
"closed_at",
|
|
628047
|
-
"author_association",
|
|
628048
|
-
"active_lock_reason",
|
|
628049
|
-
"body",
|
|
628050
|
-
"reactions"
|
|
628051
|
-
]
|
|
628052
|
-
},
|
|
628053
|
-
{
|
|
628054
|
-
"type": "object",
|
|
628055
|
-
"properties": {
|
|
628056
|
-
"active_lock_reason": {
|
|
629368
|
+
},
|
|
629369
|
+
"updated_at": {
|
|
628057
629370
|
"type": "string",
|
|
628058
|
-
"
|
|
629371
|
+
"format": "date-time"
|
|
628059
629372
|
},
|
|
628060
|
-
"
|
|
629373
|
+
"url": {
|
|
629374
|
+
"description": "URL for the issue",
|
|
629375
|
+
"type": "string",
|
|
629376
|
+
"format": "uri"
|
|
629377
|
+
},
|
|
629378
|
+
"user": {
|
|
629379
|
+
"title": "User",
|
|
629380
|
+
"type": "object",
|
|
629381
|
+
"nullable": true,
|
|
629382
|
+
"properties": {
|
|
629383
|
+
"avatar_url": {
|
|
629384
|
+
"type": "string",
|
|
629385
|
+
"format": "uri"
|
|
629386
|
+
},
|
|
629387
|
+
"deleted": {
|
|
629388
|
+
"type": "boolean"
|
|
629389
|
+
},
|
|
629390
|
+
"email": {
|
|
629391
|
+
"type": "string",
|
|
629392
|
+
"nullable": true
|
|
629393
|
+
},
|
|
629394
|
+
"events_url": {
|
|
629395
|
+
"type": "string",
|
|
629396
|
+
"format": "uri-template"
|
|
629397
|
+
},
|
|
629398
|
+
"followers_url": {
|
|
629399
|
+
"type": "string",
|
|
629400
|
+
"format": "uri"
|
|
629401
|
+
},
|
|
629402
|
+
"following_url": {
|
|
629403
|
+
"type": "string",
|
|
629404
|
+
"format": "uri-template"
|
|
629405
|
+
},
|
|
629406
|
+
"gists_url": {
|
|
629407
|
+
"type": "string",
|
|
629408
|
+
"format": "uri-template"
|
|
629409
|
+
},
|
|
629410
|
+
"gravatar_id": {
|
|
629411
|
+
"type": "string"
|
|
629412
|
+
},
|
|
629413
|
+
"html_url": {
|
|
629414
|
+
"type": "string",
|
|
629415
|
+
"format": "uri"
|
|
629416
|
+
},
|
|
629417
|
+
"id": {
|
|
629418
|
+
"type": "integer",
|
|
629419
|
+
"format": "int64"
|
|
629420
|
+
},
|
|
629421
|
+
"login": {
|
|
629422
|
+
"type": "string"
|
|
629423
|
+
},
|
|
629424
|
+
"name": {
|
|
629425
|
+
"type": "string"
|
|
629426
|
+
},
|
|
629427
|
+
"node_id": {
|
|
629428
|
+
"type": "string"
|
|
629429
|
+
},
|
|
629430
|
+
"organizations_url": {
|
|
629431
|
+
"type": "string",
|
|
629432
|
+
"format": "uri"
|
|
629433
|
+
},
|
|
629434
|
+
"received_events_url": {
|
|
629435
|
+
"type": "string",
|
|
629436
|
+
"format": "uri"
|
|
629437
|
+
},
|
|
629438
|
+
"repos_url": {
|
|
629439
|
+
"type": "string",
|
|
629440
|
+
"format": "uri"
|
|
629441
|
+
},
|
|
629442
|
+
"site_admin": {
|
|
629443
|
+
"type": "boolean"
|
|
629444
|
+
},
|
|
629445
|
+
"starred_url": {
|
|
629446
|
+
"type": "string",
|
|
629447
|
+
"format": "uri-template"
|
|
629448
|
+
},
|
|
629449
|
+
"subscriptions_url": {
|
|
629450
|
+
"type": "string",
|
|
629451
|
+
"format": "uri"
|
|
629452
|
+
},
|
|
629453
|
+
"type": {
|
|
629454
|
+
"type": "string",
|
|
629455
|
+
"enum": [
|
|
629456
|
+
"Bot",
|
|
629457
|
+
"User",
|
|
629458
|
+
"Organization",
|
|
629459
|
+
"Mannequin"
|
|
629460
|
+
]
|
|
629461
|
+
},
|
|
629462
|
+
"url": {
|
|
629463
|
+
"type": "string",
|
|
629464
|
+
"format": "uri"
|
|
629465
|
+
},
|
|
629466
|
+
"user_view_type": {
|
|
629467
|
+
"type": "string"
|
|
629468
|
+
}
|
|
629469
|
+
},
|
|
629470
|
+
"required": [
|
|
629471
|
+
"login",
|
|
629472
|
+
"id"
|
|
629473
|
+
]
|
|
629474
|
+
}
|
|
629475
|
+
},
|
|
629476
|
+
"required": [
|
|
629477
|
+
"url",
|
|
629478
|
+
"repository_url",
|
|
629479
|
+
"labels_url",
|
|
629480
|
+
"comments_url",
|
|
629481
|
+
"events_url",
|
|
629482
|
+
"html_url",
|
|
629483
|
+
"id",
|
|
629484
|
+
"node_id",
|
|
629485
|
+
"number",
|
|
629486
|
+
"title",
|
|
629487
|
+
"user",
|
|
629488
|
+
"assignees",
|
|
629489
|
+
"milestone",
|
|
629490
|
+
"comments",
|
|
629491
|
+
"created_at",
|
|
629492
|
+
"updated_at",
|
|
629493
|
+
"closed_at",
|
|
629494
|
+
"author_association",
|
|
629495
|
+
"active_lock_reason",
|
|
629496
|
+
"body",
|
|
629497
|
+
"reactions"
|
|
629498
|
+
]
|
|
629499
|
+
},
|
|
629500
|
+
{
|
|
629501
|
+
"type": "object",
|
|
629502
|
+
"properties": {
|
|
629503
|
+
"active_lock_reason": {
|
|
629504
|
+
"type": "string",
|
|
629505
|
+
"nullable": true
|
|
629506
|
+
},
|
|
629507
|
+
"assignee": {
|
|
628061
629508
|
"title": "User",
|
|
628062
629509
|
"type": "object",
|
|
628063
629510
|
"nullable": true,
|
|
@@ -631644,145 +633091,205 @@
|
|
|
631644
633091
|
"description": "Title of the issue",
|
|
631645
633092
|
"type": "string"
|
|
631646
633093
|
},
|
|
631647
|
-
"
|
|
631648
|
-
"
|
|
631649
|
-
"
|
|
631650
|
-
},
|
|
631651
|
-
"url": {
|
|
631652
|
-
"description": "URL for the issue",
|
|
631653
|
-
"type": "string",
|
|
631654
|
-
"format": "uri"
|
|
631655
|
-
},
|
|
631656
|
-
"user": {
|
|
631657
|
-
"title": "User",
|
|
633094
|
+
"type": {
|
|
633095
|
+
"title": "Issue Type",
|
|
633096
|
+
"description": "The type of issue.",
|
|
631658
633097
|
"type": "object",
|
|
631659
633098
|
"nullable": true,
|
|
631660
633099
|
"properties": {
|
|
631661
|
-
"avatar_url": {
|
|
631662
|
-
"type": "string",
|
|
631663
|
-
"format": "uri"
|
|
631664
|
-
},
|
|
631665
|
-
"deleted": {
|
|
631666
|
-
"type": "boolean"
|
|
631667
|
-
},
|
|
631668
|
-
"email": {
|
|
631669
|
-
"type": "string",
|
|
631670
|
-
"nullable": true
|
|
631671
|
-
},
|
|
631672
|
-
"events_url": {
|
|
631673
|
-
"type": "string",
|
|
631674
|
-
"format": "uri-template"
|
|
631675
|
-
},
|
|
631676
|
-
"followers_url": {
|
|
631677
|
-
"type": "string",
|
|
631678
|
-
"format": "uri"
|
|
631679
|
-
},
|
|
631680
|
-
"following_url": {
|
|
631681
|
-
"type": "string",
|
|
631682
|
-
"format": "uri-template"
|
|
631683
|
-
},
|
|
631684
|
-
"gists_url": {
|
|
631685
|
-
"type": "string",
|
|
631686
|
-
"format": "uri-template"
|
|
631687
|
-
},
|
|
631688
|
-
"gravatar_id": {
|
|
631689
|
-
"type": "string"
|
|
631690
|
-
},
|
|
631691
|
-
"html_url": {
|
|
631692
|
-
"type": "string",
|
|
631693
|
-
"format": "uri"
|
|
631694
|
-
},
|
|
631695
633100
|
"id": {
|
|
631696
633101
|
"type": "integer",
|
|
631697
|
-
"
|
|
631698
|
-
},
|
|
631699
|
-
"login": {
|
|
631700
|
-
"type": "string"
|
|
631701
|
-
},
|
|
631702
|
-
"name": {
|
|
631703
|
-
"type": "string"
|
|
633102
|
+
"description": "The unique identifier of the issue type."
|
|
631704
633103
|
},
|
|
631705
633104
|
"node_id": {
|
|
631706
|
-
"type": "string"
|
|
631707
|
-
},
|
|
631708
|
-
"organizations_url": {
|
|
631709
633105
|
"type": "string",
|
|
631710
|
-
"
|
|
631711
|
-
},
|
|
631712
|
-
"received_events_url": {
|
|
631713
|
-
"type": "string",
|
|
631714
|
-
"format": "uri"
|
|
633106
|
+
"description": "The node identifier of the issue type."
|
|
631715
633107
|
},
|
|
631716
|
-
"
|
|
633108
|
+
"name": {
|
|
631717
633109
|
"type": "string",
|
|
631718
|
-
"
|
|
633110
|
+
"description": "The name of the issue type."
|
|
631719
633111
|
},
|
|
631720
|
-
"
|
|
631721
|
-
"type": "boolean"
|
|
631722
|
-
},
|
|
631723
|
-
"starred_url": {
|
|
633112
|
+
"description": {
|
|
631724
633113
|
"type": "string",
|
|
631725
|
-
"
|
|
633114
|
+
"description": "The description of the issue type.",
|
|
633115
|
+
"nullable": true
|
|
631726
633116
|
},
|
|
631727
|
-
"
|
|
633117
|
+
"color": {
|
|
631728
633118
|
"type": "string",
|
|
631729
|
-
"
|
|
633119
|
+
"description": "The color of the issue type.",
|
|
633120
|
+
"enum": [
|
|
633121
|
+
"gray",
|
|
633122
|
+
"blue",
|
|
633123
|
+
"green",
|
|
633124
|
+
"yellow",
|
|
633125
|
+
"orange",
|
|
633126
|
+
"red",
|
|
633127
|
+
"pink",
|
|
633128
|
+
"purple"
|
|
633129
|
+
],
|
|
633130
|
+
"nullable": true
|
|
631730
633131
|
},
|
|
631731
|
-
"
|
|
633132
|
+
"created_at": {
|
|
631732
633133
|
"type": "string",
|
|
631733
|
-
"
|
|
631734
|
-
|
|
631735
|
-
"User",
|
|
631736
|
-
"Organization",
|
|
631737
|
-
"Mannequin"
|
|
631738
|
-
]
|
|
633134
|
+
"description": "The time the issue type created.",
|
|
633135
|
+
"format": "date-time"
|
|
631739
633136
|
},
|
|
631740
|
-
"
|
|
633137
|
+
"updated_at": {
|
|
631741
633138
|
"type": "string",
|
|
631742
|
-
"
|
|
633139
|
+
"description": "The time the issue type last updated.",
|
|
633140
|
+
"format": "date-time"
|
|
631743
633141
|
},
|
|
631744
|
-
"
|
|
631745
|
-
"type": "
|
|
633142
|
+
"is_enabled": {
|
|
633143
|
+
"type": "boolean",
|
|
633144
|
+
"description": "The enabled state of the issue type."
|
|
631746
633145
|
}
|
|
631747
633146
|
},
|
|
631748
633147
|
"required": [
|
|
631749
|
-
"
|
|
631750
|
-
"
|
|
633148
|
+
"id",
|
|
633149
|
+
"node_id",
|
|
633150
|
+
"name",
|
|
633151
|
+
"description"
|
|
631751
633152
|
]
|
|
631752
|
-
}
|
|
631753
|
-
|
|
631754
|
-
"required": [
|
|
631755
|
-
"url",
|
|
631756
|
-
"repository_url",
|
|
631757
|
-
"labels_url",
|
|
631758
|
-
"comments_url",
|
|
631759
|
-
"events_url",
|
|
631760
|
-
"html_url",
|
|
631761
|
-
"id",
|
|
631762
|
-
"node_id",
|
|
631763
|
-
"number",
|
|
631764
|
-
"title",
|
|
631765
|
-
"user",
|
|
631766
|
-
"assignees",
|
|
631767
|
-
"milestone",
|
|
631768
|
-
"comments",
|
|
631769
|
-
"created_at",
|
|
631770
|
-
"updated_at",
|
|
631771
|
-
"closed_at",
|
|
631772
|
-
"author_association",
|
|
631773
|
-
"active_lock_reason",
|
|
631774
|
-
"body",
|
|
631775
|
-
"reactions"
|
|
631776
|
-
]
|
|
631777
|
-
},
|
|
631778
|
-
{
|
|
631779
|
-
"type": "object",
|
|
631780
|
-
"properties": {
|
|
631781
|
-
"active_lock_reason": {
|
|
633153
|
+
},
|
|
633154
|
+
"updated_at": {
|
|
631782
633155
|
"type": "string",
|
|
631783
|
-
"
|
|
633156
|
+
"format": "date-time"
|
|
631784
633157
|
},
|
|
631785
|
-
"
|
|
633158
|
+
"url": {
|
|
633159
|
+
"description": "URL for the issue",
|
|
633160
|
+
"type": "string",
|
|
633161
|
+
"format": "uri"
|
|
633162
|
+
},
|
|
633163
|
+
"user": {
|
|
633164
|
+
"title": "User",
|
|
633165
|
+
"type": "object",
|
|
633166
|
+
"nullable": true,
|
|
633167
|
+
"properties": {
|
|
633168
|
+
"avatar_url": {
|
|
633169
|
+
"type": "string",
|
|
633170
|
+
"format": "uri"
|
|
633171
|
+
},
|
|
633172
|
+
"deleted": {
|
|
633173
|
+
"type": "boolean"
|
|
633174
|
+
},
|
|
633175
|
+
"email": {
|
|
633176
|
+
"type": "string",
|
|
633177
|
+
"nullable": true
|
|
633178
|
+
},
|
|
633179
|
+
"events_url": {
|
|
633180
|
+
"type": "string",
|
|
633181
|
+
"format": "uri-template"
|
|
633182
|
+
},
|
|
633183
|
+
"followers_url": {
|
|
633184
|
+
"type": "string",
|
|
633185
|
+
"format": "uri"
|
|
633186
|
+
},
|
|
633187
|
+
"following_url": {
|
|
633188
|
+
"type": "string",
|
|
633189
|
+
"format": "uri-template"
|
|
633190
|
+
},
|
|
633191
|
+
"gists_url": {
|
|
633192
|
+
"type": "string",
|
|
633193
|
+
"format": "uri-template"
|
|
633194
|
+
},
|
|
633195
|
+
"gravatar_id": {
|
|
633196
|
+
"type": "string"
|
|
633197
|
+
},
|
|
633198
|
+
"html_url": {
|
|
633199
|
+
"type": "string",
|
|
633200
|
+
"format": "uri"
|
|
633201
|
+
},
|
|
633202
|
+
"id": {
|
|
633203
|
+
"type": "integer",
|
|
633204
|
+
"format": "int64"
|
|
633205
|
+
},
|
|
633206
|
+
"login": {
|
|
633207
|
+
"type": "string"
|
|
633208
|
+
},
|
|
633209
|
+
"name": {
|
|
633210
|
+
"type": "string"
|
|
633211
|
+
},
|
|
633212
|
+
"node_id": {
|
|
633213
|
+
"type": "string"
|
|
633214
|
+
},
|
|
633215
|
+
"organizations_url": {
|
|
633216
|
+
"type": "string",
|
|
633217
|
+
"format": "uri"
|
|
633218
|
+
},
|
|
633219
|
+
"received_events_url": {
|
|
633220
|
+
"type": "string",
|
|
633221
|
+
"format": "uri"
|
|
633222
|
+
},
|
|
633223
|
+
"repos_url": {
|
|
633224
|
+
"type": "string",
|
|
633225
|
+
"format": "uri"
|
|
633226
|
+
},
|
|
633227
|
+
"site_admin": {
|
|
633228
|
+
"type": "boolean"
|
|
633229
|
+
},
|
|
633230
|
+
"starred_url": {
|
|
633231
|
+
"type": "string",
|
|
633232
|
+
"format": "uri-template"
|
|
633233
|
+
},
|
|
633234
|
+
"subscriptions_url": {
|
|
633235
|
+
"type": "string",
|
|
633236
|
+
"format": "uri"
|
|
633237
|
+
},
|
|
633238
|
+
"type": {
|
|
633239
|
+
"type": "string",
|
|
633240
|
+
"enum": [
|
|
633241
|
+
"Bot",
|
|
633242
|
+
"User",
|
|
633243
|
+
"Organization",
|
|
633244
|
+
"Mannequin"
|
|
633245
|
+
]
|
|
633246
|
+
},
|
|
633247
|
+
"url": {
|
|
633248
|
+
"type": "string",
|
|
633249
|
+
"format": "uri"
|
|
633250
|
+
},
|
|
633251
|
+
"user_view_type": {
|
|
633252
|
+
"type": "string"
|
|
633253
|
+
}
|
|
633254
|
+
},
|
|
633255
|
+
"required": [
|
|
633256
|
+
"login",
|
|
633257
|
+
"id"
|
|
633258
|
+
]
|
|
633259
|
+
}
|
|
633260
|
+
},
|
|
633261
|
+
"required": [
|
|
633262
|
+
"url",
|
|
633263
|
+
"repository_url",
|
|
633264
|
+
"labels_url",
|
|
633265
|
+
"comments_url",
|
|
633266
|
+
"events_url",
|
|
633267
|
+
"html_url",
|
|
633268
|
+
"id",
|
|
633269
|
+
"node_id",
|
|
633270
|
+
"number",
|
|
633271
|
+
"title",
|
|
633272
|
+
"user",
|
|
633273
|
+
"assignees",
|
|
633274
|
+
"milestone",
|
|
633275
|
+
"comments",
|
|
633276
|
+
"created_at",
|
|
633277
|
+
"updated_at",
|
|
633278
|
+
"closed_at",
|
|
633279
|
+
"author_association",
|
|
633280
|
+
"active_lock_reason",
|
|
633281
|
+
"body",
|
|
633282
|
+
"reactions"
|
|
633283
|
+
]
|
|
633284
|
+
},
|
|
633285
|
+
{
|
|
633286
|
+
"type": "object",
|
|
633287
|
+
"properties": {
|
|
633288
|
+
"active_lock_reason": {
|
|
633289
|
+
"type": "string",
|
|
633290
|
+
"nullable": true
|
|
633291
|
+
},
|
|
633292
|
+
"assignee": {
|
|
631786
633293
|
"title": "User",
|
|
631787
633294
|
"type": "object",
|
|
631788
633295
|
"nullable": true,
|
|
@@ -634910,6 +636417,66 @@
|
|
|
634910
636417
|
"description": "Title of the issue",
|
|
634911
636418
|
"type": "string"
|
|
634912
636419
|
},
|
|
636420
|
+
"type": {
|
|
636421
|
+
"title": "Issue Type",
|
|
636422
|
+
"description": "The type of issue.",
|
|
636423
|
+
"type": "object",
|
|
636424
|
+
"nullable": true,
|
|
636425
|
+
"properties": {
|
|
636426
|
+
"id": {
|
|
636427
|
+
"type": "integer",
|
|
636428
|
+
"description": "The unique identifier of the issue type."
|
|
636429
|
+
},
|
|
636430
|
+
"node_id": {
|
|
636431
|
+
"type": "string",
|
|
636432
|
+
"description": "The node identifier of the issue type."
|
|
636433
|
+
},
|
|
636434
|
+
"name": {
|
|
636435
|
+
"type": "string",
|
|
636436
|
+
"description": "The name of the issue type."
|
|
636437
|
+
},
|
|
636438
|
+
"description": {
|
|
636439
|
+
"type": "string",
|
|
636440
|
+
"description": "The description of the issue type.",
|
|
636441
|
+
"nullable": true
|
|
636442
|
+
},
|
|
636443
|
+
"color": {
|
|
636444
|
+
"type": "string",
|
|
636445
|
+
"description": "The color of the issue type.",
|
|
636446
|
+
"enum": [
|
|
636447
|
+
"gray",
|
|
636448
|
+
"blue",
|
|
636449
|
+
"green",
|
|
636450
|
+
"yellow",
|
|
636451
|
+
"orange",
|
|
636452
|
+
"red",
|
|
636453
|
+
"pink",
|
|
636454
|
+
"purple"
|
|
636455
|
+
],
|
|
636456
|
+
"nullable": true
|
|
636457
|
+
},
|
|
636458
|
+
"created_at": {
|
|
636459
|
+
"type": "string",
|
|
636460
|
+
"description": "The time the issue type created.",
|
|
636461
|
+
"format": "date-time"
|
|
636462
|
+
},
|
|
636463
|
+
"updated_at": {
|
|
636464
|
+
"type": "string",
|
|
636465
|
+
"description": "The time the issue type last updated.",
|
|
636466
|
+
"format": "date-time"
|
|
636467
|
+
},
|
|
636468
|
+
"is_enabled": {
|
|
636469
|
+
"type": "boolean",
|
|
636470
|
+
"description": "The enabled state of the issue type."
|
|
636471
|
+
}
|
|
636472
|
+
},
|
|
636473
|
+
"required": [
|
|
636474
|
+
"id",
|
|
636475
|
+
"node_id",
|
|
636476
|
+
"name",
|
|
636477
|
+
"description"
|
|
636478
|
+
]
|
|
636479
|
+
},
|
|
634913
636480
|
"updated_at": {
|
|
634914
636481
|
"type": "string",
|
|
634915
636482
|
"format": "date-time"
|
|
@@ -637751,6 +639318,66 @@
|
|
|
637751
639318
|
"description": "Title of the issue",
|
|
637752
639319
|
"type": "string"
|
|
637753
639320
|
},
|
|
639321
|
+
"type": {
|
|
639322
|
+
"title": "Issue Type",
|
|
639323
|
+
"description": "The type of issue.",
|
|
639324
|
+
"type": "object",
|
|
639325
|
+
"nullable": true,
|
|
639326
|
+
"properties": {
|
|
639327
|
+
"id": {
|
|
639328
|
+
"type": "integer",
|
|
639329
|
+
"description": "The unique identifier of the issue type."
|
|
639330
|
+
},
|
|
639331
|
+
"node_id": {
|
|
639332
|
+
"type": "string",
|
|
639333
|
+
"description": "The node identifier of the issue type."
|
|
639334
|
+
},
|
|
639335
|
+
"name": {
|
|
639336
|
+
"type": "string",
|
|
639337
|
+
"description": "The name of the issue type."
|
|
639338
|
+
},
|
|
639339
|
+
"description": {
|
|
639340
|
+
"type": "string",
|
|
639341
|
+
"description": "The description of the issue type.",
|
|
639342
|
+
"nullable": true
|
|
639343
|
+
},
|
|
639344
|
+
"color": {
|
|
639345
|
+
"type": "string",
|
|
639346
|
+
"description": "The color of the issue type.",
|
|
639347
|
+
"enum": [
|
|
639348
|
+
"gray",
|
|
639349
|
+
"blue",
|
|
639350
|
+
"green",
|
|
639351
|
+
"yellow",
|
|
639352
|
+
"orange",
|
|
639353
|
+
"red",
|
|
639354
|
+
"pink",
|
|
639355
|
+
"purple"
|
|
639356
|
+
],
|
|
639357
|
+
"nullable": true
|
|
639358
|
+
},
|
|
639359
|
+
"created_at": {
|
|
639360
|
+
"type": "string",
|
|
639361
|
+
"description": "The time the issue type created.",
|
|
639362
|
+
"format": "date-time"
|
|
639363
|
+
},
|
|
639364
|
+
"updated_at": {
|
|
639365
|
+
"type": "string",
|
|
639366
|
+
"description": "The time the issue type last updated.",
|
|
639367
|
+
"format": "date-time"
|
|
639368
|
+
},
|
|
639369
|
+
"is_enabled": {
|
|
639370
|
+
"type": "boolean",
|
|
639371
|
+
"description": "The enabled state of the issue type."
|
|
639372
|
+
}
|
|
639373
|
+
},
|
|
639374
|
+
"required": [
|
|
639375
|
+
"id",
|
|
639376
|
+
"node_id",
|
|
639377
|
+
"name",
|
|
639378
|
+
"description"
|
|
639379
|
+
]
|
|
639380
|
+
},
|
|
637754
639381
|
"updated_at": {
|
|
637755
639382
|
"type": "string",
|
|
637756
639383
|
"format": "date-time"
|
|
@@ -640781,6 +642408,66 @@
|
|
|
640781
642408
|
"description": "Title of the issue",
|
|
640782
642409
|
"type": "string"
|
|
640783
642410
|
},
|
|
642411
|
+
"type": {
|
|
642412
|
+
"title": "Issue Type",
|
|
642413
|
+
"description": "The type of issue.",
|
|
642414
|
+
"type": "object",
|
|
642415
|
+
"nullable": true,
|
|
642416
|
+
"properties": {
|
|
642417
|
+
"id": {
|
|
642418
|
+
"type": "integer",
|
|
642419
|
+
"description": "The unique identifier of the issue type."
|
|
642420
|
+
},
|
|
642421
|
+
"node_id": {
|
|
642422
|
+
"type": "string",
|
|
642423
|
+
"description": "The node identifier of the issue type."
|
|
642424
|
+
},
|
|
642425
|
+
"name": {
|
|
642426
|
+
"type": "string",
|
|
642427
|
+
"description": "The name of the issue type."
|
|
642428
|
+
},
|
|
642429
|
+
"description": {
|
|
642430
|
+
"type": "string",
|
|
642431
|
+
"description": "The description of the issue type.",
|
|
642432
|
+
"nullable": true
|
|
642433
|
+
},
|
|
642434
|
+
"color": {
|
|
642435
|
+
"type": "string",
|
|
642436
|
+
"description": "The color of the issue type.",
|
|
642437
|
+
"enum": [
|
|
642438
|
+
"gray",
|
|
642439
|
+
"blue",
|
|
642440
|
+
"green",
|
|
642441
|
+
"yellow",
|
|
642442
|
+
"orange",
|
|
642443
|
+
"red",
|
|
642444
|
+
"pink",
|
|
642445
|
+
"purple"
|
|
642446
|
+
],
|
|
642447
|
+
"nullable": true
|
|
642448
|
+
},
|
|
642449
|
+
"created_at": {
|
|
642450
|
+
"type": "string",
|
|
642451
|
+
"description": "The time the issue type created.",
|
|
642452
|
+
"format": "date-time"
|
|
642453
|
+
},
|
|
642454
|
+
"updated_at": {
|
|
642455
|
+
"type": "string",
|
|
642456
|
+
"description": "The time the issue type last updated.",
|
|
642457
|
+
"format": "date-time"
|
|
642458
|
+
},
|
|
642459
|
+
"is_enabled": {
|
|
642460
|
+
"type": "boolean",
|
|
642461
|
+
"description": "The enabled state of the issue type."
|
|
642462
|
+
}
|
|
642463
|
+
},
|
|
642464
|
+
"required": [
|
|
642465
|
+
"id",
|
|
642466
|
+
"node_id",
|
|
642467
|
+
"name",
|
|
642468
|
+
"description"
|
|
642469
|
+
]
|
|
642470
|
+
},
|
|
640784
642471
|
"updated_at": {
|
|
640785
642472
|
"type": "string",
|
|
640786
642473
|
"format": "date-time"
|
|
@@ -643632,6 +645319,66 @@
|
|
|
643632
645319
|
"description": "Title of the issue",
|
|
643633
645320
|
"type": "string"
|
|
643634
645321
|
},
|
|
645322
|
+
"type": {
|
|
645323
|
+
"title": "Issue Type",
|
|
645324
|
+
"description": "The type of issue.",
|
|
645325
|
+
"type": "object",
|
|
645326
|
+
"nullable": true,
|
|
645327
|
+
"properties": {
|
|
645328
|
+
"id": {
|
|
645329
|
+
"type": "integer",
|
|
645330
|
+
"description": "The unique identifier of the issue type."
|
|
645331
|
+
},
|
|
645332
|
+
"node_id": {
|
|
645333
|
+
"type": "string",
|
|
645334
|
+
"description": "The node identifier of the issue type."
|
|
645335
|
+
},
|
|
645336
|
+
"name": {
|
|
645337
|
+
"type": "string",
|
|
645338
|
+
"description": "The name of the issue type."
|
|
645339
|
+
},
|
|
645340
|
+
"description": {
|
|
645341
|
+
"type": "string",
|
|
645342
|
+
"description": "The description of the issue type.",
|
|
645343
|
+
"nullable": true
|
|
645344
|
+
},
|
|
645345
|
+
"color": {
|
|
645346
|
+
"type": "string",
|
|
645347
|
+
"description": "The color of the issue type.",
|
|
645348
|
+
"enum": [
|
|
645349
|
+
"gray",
|
|
645350
|
+
"blue",
|
|
645351
|
+
"green",
|
|
645352
|
+
"yellow",
|
|
645353
|
+
"orange",
|
|
645354
|
+
"red",
|
|
645355
|
+
"pink",
|
|
645356
|
+
"purple"
|
|
645357
|
+
],
|
|
645358
|
+
"nullable": true
|
|
645359
|
+
},
|
|
645360
|
+
"created_at": {
|
|
645361
|
+
"type": "string",
|
|
645362
|
+
"description": "The time the issue type created.",
|
|
645363
|
+
"format": "date-time"
|
|
645364
|
+
},
|
|
645365
|
+
"updated_at": {
|
|
645366
|
+
"type": "string",
|
|
645367
|
+
"description": "The time the issue type last updated.",
|
|
645368
|
+
"format": "date-time"
|
|
645369
|
+
},
|
|
645370
|
+
"is_enabled": {
|
|
645371
|
+
"type": "boolean",
|
|
645372
|
+
"description": "The enabled state of the issue type."
|
|
645373
|
+
}
|
|
645374
|
+
},
|
|
645375
|
+
"required": [
|
|
645376
|
+
"id",
|
|
645377
|
+
"node_id",
|
|
645378
|
+
"name",
|
|
645379
|
+
"description"
|
|
645380
|
+
]
|
|
645381
|
+
},
|
|
643635
645382
|
"updated_at": {
|
|
643636
645383
|
"type": "string",
|
|
643637
645384
|
"format": "date-time"
|
|
@@ -646652,6 +648399,66 @@
|
|
|
646652
648399
|
"type": "string",
|
|
646653
648400
|
"format": "uri"
|
|
646654
648401
|
},
|
|
648402
|
+
"type": {
|
|
648403
|
+
"title": "Issue Type",
|
|
648404
|
+
"description": "The type of issue.",
|
|
648405
|
+
"type": "object",
|
|
648406
|
+
"nullable": true,
|
|
648407
|
+
"properties": {
|
|
648408
|
+
"id": {
|
|
648409
|
+
"type": "integer",
|
|
648410
|
+
"description": "The unique identifier of the issue type."
|
|
648411
|
+
},
|
|
648412
|
+
"node_id": {
|
|
648413
|
+
"type": "string",
|
|
648414
|
+
"description": "The node identifier of the issue type."
|
|
648415
|
+
},
|
|
648416
|
+
"name": {
|
|
648417
|
+
"type": "string",
|
|
648418
|
+
"description": "The name of the issue type."
|
|
648419
|
+
},
|
|
648420
|
+
"description": {
|
|
648421
|
+
"type": "string",
|
|
648422
|
+
"description": "The description of the issue type.",
|
|
648423
|
+
"nullable": true
|
|
648424
|
+
},
|
|
648425
|
+
"color": {
|
|
648426
|
+
"type": "string",
|
|
648427
|
+
"description": "The color of the issue type.",
|
|
648428
|
+
"enum": [
|
|
648429
|
+
"gray",
|
|
648430
|
+
"blue",
|
|
648431
|
+
"green",
|
|
648432
|
+
"yellow",
|
|
648433
|
+
"orange",
|
|
648434
|
+
"red",
|
|
648435
|
+
"pink",
|
|
648436
|
+
"purple"
|
|
648437
|
+
],
|
|
648438
|
+
"nullable": true
|
|
648439
|
+
},
|
|
648440
|
+
"created_at": {
|
|
648441
|
+
"type": "string",
|
|
648442
|
+
"description": "The time the issue type created.",
|
|
648443
|
+
"format": "date-time"
|
|
648444
|
+
},
|
|
648445
|
+
"updated_at": {
|
|
648446
|
+
"type": "string",
|
|
648447
|
+
"description": "The time the issue type last updated.",
|
|
648448
|
+
"format": "date-time"
|
|
648449
|
+
},
|
|
648450
|
+
"is_enabled": {
|
|
648451
|
+
"type": "boolean",
|
|
648452
|
+
"description": "The enabled state of the issue type."
|
|
648453
|
+
}
|
|
648454
|
+
},
|
|
648455
|
+
"required": [
|
|
648456
|
+
"id",
|
|
648457
|
+
"node_id",
|
|
648458
|
+
"name",
|
|
648459
|
+
"description"
|
|
648460
|
+
]
|
|
648461
|
+
},
|
|
646655
648462
|
"title": {
|
|
646656
648463
|
"description": "Title of the issue",
|
|
646657
648464
|
"type": "string"
|
|
@@ -649527,6 +651334,66 @@
|
|
|
649527
651334
|
"type": "string",
|
|
649528
651335
|
"format": "uri"
|
|
649529
651336
|
},
|
|
651337
|
+
"type": {
|
|
651338
|
+
"title": "Issue Type",
|
|
651339
|
+
"description": "The type of issue.",
|
|
651340
|
+
"type": "object",
|
|
651341
|
+
"nullable": true,
|
|
651342
|
+
"properties": {
|
|
651343
|
+
"id": {
|
|
651344
|
+
"type": "integer",
|
|
651345
|
+
"description": "The unique identifier of the issue type."
|
|
651346
|
+
},
|
|
651347
|
+
"node_id": {
|
|
651348
|
+
"type": "string",
|
|
651349
|
+
"description": "The node identifier of the issue type."
|
|
651350
|
+
},
|
|
651351
|
+
"name": {
|
|
651352
|
+
"type": "string",
|
|
651353
|
+
"description": "The name of the issue type."
|
|
651354
|
+
},
|
|
651355
|
+
"description": {
|
|
651356
|
+
"type": "string",
|
|
651357
|
+
"description": "The description of the issue type.",
|
|
651358
|
+
"nullable": true
|
|
651359
|
+
},
|
|
651360
|
+
"color": {
|
|
651361
|
+
"type": "string",
|
|
651362
|
+
"description": "The color of the issue type.",
|
|
651363
|
+
"enum": [
|
|
651364
|
+
"gray",
|
|
651365
|
+
"blue",
|
|
651366
|
+
"green",
|
|
651367
|
+
"yellow",
|
|
651368
|
+
"orange",
|
|
651369
|
+
"red",
|
|
651370
|
+
"pink",
|
|
651371
|
+
"purple"
|
|
651372
|
+
],
|
|
651373
|
+
"nullable": true
|
|
651374
|
+
},
|
|
651375
|
+
"created_at": {
|
|
651376
|
+
"type": "string",
|
|
651377
|
+
"description": "The time the issue type created.",
|
|
651378
|
+
"format": "date-time"
|
|
651379
|
+
},
|
|
651380
|
+
"updated_at": {
|
|
651381
|
+
"type": "string",
|
|
651382
|
+
"description": "The time the issue type last updated.",
|
|
651383
|
+
"format": "date-time"
|
|
651384
|
+
},
|
|
651385
|
+
"is_enabled": {
|
|
651386
|
+
"type": "boolean",
|
|
651387
|
+
"description": "The enabled state of the issue type."
|
|
651388
|
+
}
|
|
651389
|
+
},
|
|
651390
|
+
"required": [
|
|
651391
|
+
"id",
|
|
651392
|
+
"node_id",
|
|
651393
|
+
"name",
|
|
651394
|
+
"description"
|
|
651395
|
+
]
|
|
651396
|
+
},
|
|
649530
651397
|
"title": {
|
|
649531
651398
|
"description": "Title of the issue",
|
|
649532
651399
|
"type": "string"
|
|
@@ -652428,6 +654295,66 @@
|
|
|
652428
654295
|
"type": "string",
|
|
652429
654296
|
"format": "uri"
|
|
652430
654297
|
},
|
|
654298
|
+
"type": {
|
|
654299
|
+
"title": "Issue Type",
|
|
654300
|
+
"description": "The type of issue.",
|
|
654301
|
+
"type": "object",
|
|
654302
|
+
"nullable": true,
|
|
654303
|
+
"properties": {
|
|
654304
|
+
"id": {
|
|
654305
|
+
"type": "integer",
|
|
654306
|
+
"description": "The unique identifier of the issue type."
|
|
654307
|
+
},
|
|
654308
|
+
"node_id": {
|
|
654309
|
+
"type": "string",
|
|
654310
|
+
"description": "The node identifier of the issue type."
|
|
654311
|
+
},
|
|
654312
|
+
"name": {
|
|
654313
|
+
"type": "string",
|
|
654314
|
+
"description": "The name of the issue type."
|
|
654315
|
+
},
|
|
654316
|
+
"description": {
|
|
654317
|
+
"type": "string",
|
|
654318
|
+
"description": "The description of the issue type.",
|
|
654319
|
+
"nullable": true
|
|
654320
|
+
},
|
|
654321
|
+
"color": {
|
|
654322
|
+
"type": "string",
|
|
654323
|
+
"description": "The color of the issue type.",
|
|
654324
|
+
"enum": [
|
|
654325
|
+
"gray",
|
|
654326
|
+
"blue",
|
|
654327
|
+
"green",
|
|
654328
|
+
"yellow",
|
|
654329
|
+
"orange",
|
|
654330
|
+
"red",
|
|
654331
|
+
"pink",
|
|
654332
|
+
"purple"
|
|
654333
|
+
],
|
|
654334
|
+
"nullable": true
|
|
654335
|
+
},
|
|
654336
|
+
"created_at": {
|
|
654337
|
+
"type": "string",
|
|
654338
|
+
"description": "The time the issue type created.",
|
|
654339
|
+
"format": "date-time"
|
|
654340
|
+
},
|
|
654341
|
+
"updated_at": {
|
|
654342
|
+
"type": "string",
|
|
654343
|
+
"description": "The time the issue type last updated.",
|
|
654344
|
+
"format": "date-time"
|
|
654345
|
+
},
|
|
654346
|
+
"is_enabled": {
|
|
654347
|
+
"type": "boolean",
|
|
654348
|
+
"description": "The enabled state of the issue type."
|
|
654349
|
+
}
|
|
654350
|
+
},
|
|
654351
|
+
"required": [
|
|
654352
|
+
"id",
|
|
654353
|
+
"node_id",
|
|
654354
|
+
"name",
|
|
654355
|
+
"description"
|
|
654356
|
+
]
|
|
654357
|
+
},
|
|
652431
654358
|
"title": {
|
|
652432
654359
|
"description": "Title of the issue",
|
|
652433
654360
|
"type": "string"
|
|
@@ -655259,6 +657186,66 @@
|
|
|
655259
657186
|
"description": "Title of the issue",
|
|
655260
657187
|
"type": "string"
|
|
655261
657188
|
},
|
|
657189
|
+
"type": {
|
|
657190
|
+
"title": "Issue Type",
|
|
657191
|
+
"description": "The type of issue.",
|
|
657192
|
+
"type": "object",
|
|
657193
|
+
"nullable": true,
|
|
657194
|
+
"properties": {
|
|
657195
|
+
"id": {
|
|
657196
|
+
"type": "integer",
|
|
657197
|
+
"description": "The unique identifier of the issue type."
|
|
657198
|
+
},
|
|
657199
|
+
"node_id": {
|
|
657200
|
+
"type": "string",
|
|
657201
|
+
"description": "The node identifier of the issue type."
|
|
657202
|
+
},
|
|
657203
|
+
"name": {
|
|
657204
|
+
"type": "string",
|
|
657205
|
+
"description": "The name of the issue type."
|
|
657206
|
+
},
|
|
657207
|
+
"description": {
|
|
657208
|
+
"type": "string",
|
|
657209
|
+
"description": "The description of the issue type.",
|
|
657210
|
+
"nullable": true
|
|
657211
|
+
},
|
|
657212
|
+
"color": {
|
|
657213
|
+
"type": "string",
|
|
657214
|
+
"description": "The color of the issue type.",
|
|
657215
|
+
"enum": [
|
|
657216
|
+
"gray",
|
|
657217
|
+
"blue",
|
|
657218
|
+
"green",
|
|
657219
|
+
"yellow",
|
|
657220
|
+
"orange",
|
|
657221
|
+
"red",
|
|
657222
|
+
"pink",
|
|
657223
|
+
"purple"
|
|
657224
|
+
],
|
|
657225
|
+
"nullable": true
|
|
657226
|
+
},
|
|
657227
|
+
"created_at": {
|
|
657228
|
+
"type": "string",
|
|
657229
|
+
"description": "The time the issue type created.",
|
|
657230
|
+
"format": "date-time"
|
|
657231
|
+
},
|
|
657232
|
+
"updated_at": {
|
|
657233
|
+
"type": "string",
|
|
657234
|
+
"description": "The time the issue type last updated.",
|
|
657235
|
+
"format": "date-time"
|
|
657236
|
+
},
|
|
657237
|
+
"is_enabled": {
|
|
657238
|
+
"type": "boolean",
|
|
657239
|
+
"description": "The enabled state of the issue type."
|
|
657240
|
+
}
|
|
657241
|
+
},
|
|
657242
|
+
"required": [
|
|
657243
|
+
"id",
|
|
657244
|
+
"node_id",
|
|
657245
|
+
"name",
|
|
657246
|
+
"description"
|
|
657247
|
+
]
|
|
657248
|
+
},
|
|
655262
657249
|
"updated_at": {
|
|
655263
657250
|
"type": "string",
|
|
655264
657251
|
"format": "date-time"
|
|
@@ -660071,6 +662058,66 @@
|
|
|
660071
662058
|
"description": "Title of the issue",
|
|
660072
662059
|
"type": "string"
|
|
660073
662060
|
},
|
|
662061
|
+
"type": {
|
|
662062
|
+
"title": "Issue Type",
|
|
662063
|
+
"description": "The type of issue.",
|
|
662064
|
+
"type": "object",
|
|
662065
|
+
"nullable": true,
|
|
662066
|
+
"properties": {
|
|
662067
|
+
"id": {
|
|
662068
|
+
"type": "integer",
|
|
662069
|
+
"description": "The unique identifier of the issue type."
|
|
662070
|
+
},
|
|
662071
|
+
"node_id": {
|
|
662072
|
+
"type": "string",
|
|
662073
|
+
"description": "The node identifier of the issue type."
|
|
662074
|
+
},
|
|
662075
|
+
"name": {
|
|
662076
|
+
"type": "string",
|
|
662077
|
+
"description": "The name of the issue type."
|
|
662078
|
+
},
|
|
662079
|
+
"description": {
|
|
662080
|
+
"type": "string",
|
|
662081
|
+
"description": "The description of the issue type.",
|
|
662082
|
+
"nullable": true
|
|
662083
|
+
},
|
|
662084
|
+
"color": {
|
|
662085
|
+
"type": "string",
|
|
662086
|
+
"description": "The color of the issue type.",
|
|
662087
|
+
"enum": [
|
|
662088
|
+
"gray",
|
|
662089
|
+
"blue",
|
|
662090
|
+
"green",
|
|
662091
|
+
"yellow",
|
|
662092
|
+
"orange",
|
|
662093
|
+
"red",
|
|
662094
|
+
"pink",
|
|
662095
|
+
"purple"
|
|
662096
|
+
],
|
|
662097
|
+
"nullable": true
|
|
662098
|
+
},
|
|
662099
|
+
"created_at": {
|
|
662100
|
+
"type": "string",
|
|
662101
|
+
"description": "The time the issue type created.",
|
|
662102
|
+
"format": "date-time"
|
|
662103
|
+
},
|
|
662104
|
+
"updated_at": {
|
|
662105
|
+
"type": "string",
|
|
662106
|
+
"description": "The time the issue type last updated.",
|
|
662107
|
+
"format": "date-time"
|
|
662108
|
+
},
|
|
662109
|
+
"is_enabled": {
|
|
662110
|
+
"type": "boolean",
|
|
662111
|
+
"description": "The enabled state of the issue type."
|
|
662112
|
+
}
|
|
662113
|
+
},
|
|
662114
|
+
"required": [
|
|
662115
|
+
"id",
|
|
662116
|
+
"node_id",
|
|
662117
|
+
"name",
|
|
662118
|
+
"description"
|
|
662119
|
+
]
|
|
662120
|
+
},
|
|
660074
662121
|
"updated_at": {
|
|
660075
662122
|
"type": "string",
|
|
660076
662123
|
"format": "date-time"
|
|
@@ -662900,6 +664947,66 @@
|
|
|
662900
664947
|
"description": "Title of the issue",
|
|
662901
664948
|
"type": "string"
|
|
662902
664949
|
},
|
|
664950
|
+
"type": {
|
|
664951
|
+
"title": "Issue Type",
|
|
664952
|
+
"description": "The type of issue.",
|
|
664953
|
+
"type": "object",
|
|
664954
|
+
"nullable": true,
|
|
664955
|
+
"properties": {
|
|
664956
|
+
"id": {
|
|
664957
|
+
"type": "integer",
|
|
664958
|
+
"description": "The unique identifier of the issue type."
|
|
664959
|
+
},
|
|
664960
|
+
"node_id": {
|
|
664961
|
+
"type": "string",
|
|
664962
|
+
"description": "The node identifier of the issue type."
|
|
664963
|
+
},
|
|
664964
|
+
"name": {
|
|
664965
|
+
"type": "string",
|
|
664966
|
+
"description": "The name of the issue type."
|
|
664967
|
+
},
|
|
664968
|
+
"description": {
|
|
664969
|
+
"type": "string",
|
|
664970
|
+
"description": "The description of the issue type.",
|
|
664971
|
+
"nullable": true
|
|
664972
|
+
},
|
|
664973
|
+
"color": {
|
|
664974
|
+
"type": "string",
|
|
664975
|
+
"description": "The color of the issue type.",
|
|
664976
|
+
"enum": [
|
|
664977
|
+
"gray",
|
|
664978
|
+
"blue",
|
|
664979
|
+
"green",
|
|
664980
|
+
"yellow",
|
|
664981
|
+
"orange",
|
|
664982
|
+
"red",
|
|
664983
|
+
"pink",
|
|
664984
|
+
"purple"
|
|
664985
|
+
],
|
|
664986
|
+
"nullable": true
|
|
664987
|
+
},
|
|
664988
|
+
"created_at": {
|
|
664989
|
+
"type": "string",
|
|
664990
|
+
"description": "The time the issue type created.",
|
|
664991
|
+
"format": "date-time"
|
|
664992
|
+
},
|
|
664993
|
+
"updated_at": {
|
|
664994
|
+
"type": "string",
|
|
664995
|
+
"description": "The time the issue type last updated.",
|
|
664996
|
+
"format": "date-time"
|
|
664997
|
+
},
|
|
664998
|
+
"is_enabled": {
|
|
664999
|
+
"type": "boolean",
|
|
665000
|
+
"description": "The enabled state of the issue type."
|
|
665001
|
+
}
|
|
665002
|
+
},
|
|
665003
|
+
"required": [
|
|
665004
|
+
"id",
|
|
665005
|
+
"node_id",
|
|
665006
|
+
"name",
|
|
665007
|
+
"description"
|
|
665008
|
+
]
|
|
665009
|
+
},
|
|
662903
665010
|
"updated_at": {
|
|
662904
665011
|
"type": "string",
|
|
662905
665012
|
"format": "date-time"
|
|
@@ -665859,6 +667966,66 @@
|
|
|
665859
667966
|
"type": "string"
|
|
665860
667967
|
}
|
|
665861
667968
|
}
|
|
667969
|
+
},
|
|
667970
|
+
"type": {
|
|
667971
|
+
"title": "Issue Type",
|
|
667972
|
+
"description": "The type of issue.",
|
|
667973
|
+
"type": "object",
|
|
667974
|
+
"nullable": true,
|
|
667975
|
+
"properties": {
|
|
667976
|
+
"id": {
|
|
667977
|
+
"type": "integer",
|
|
667978
|
+
"description": "The unique identifier of the issue type."
|
|
667979
|
+
},
|
|
667980
|
+
"node_id": {
|
|
667981
|
+
"type": "string",
|
|
667982
|
+
"description": "The node identifier of the issue type."
|
|
667983
|
+
},
|
|
667984
|
+
"name": {
|
|
667985
|
+
"type": "string",
|
|
667986
|
+
"description": "The name of the issue type."
|
|
667987
|
+
},
|
|
667988
|
+
"description": {
|
|
667989
|
+
"type": "string",
|
|
667990
|
+
"description": "The description of the issue type.",
|
|
667991
|
+
"nullable": true
|
|
667992
|
+
},
|
|
667993
|
+
"color": {
|
|
667994
|
+
"type": "string",
|
|
667995
|
+
"description": "The color of the issue type.",
|
|
667996
|
+
"enum": [
|
|
667997
|
+
"gray",
|
|
667998
|
+
"blue",
|
|
667999
|
+
"green",
|
|
668000
|
+
"yellow",
|
|
668001
|
+
"orange",
|
|
668002
|
+
"red",
|
|
668003
|
+
"pink",
|
|
668004
|
+
"purple"
|
|
668005
|
+
],
|
|
668006
|
+
"nullable": true
|
|
668007
|
+
},
|
|
668008
|
+
"created_at": {
|
|
668009
|
+
"type": "string",
|
|
668010
|
+
"description": "The time the issue type created.",
|
|
668011
|
+
"format": "date-time"
|
|
668012
|
+
},
|
|
668013
|
+
"updated_at": {
|
|
668014
|
+
"type": "string",
|
|
668015
|
+
"description": "The time the issue type last updated.",
|
|
668016
|
+
"format": "date-time"
|
|
668017
|
+
},
|
|
668018
|
+
"is_enabled": {
|
|
668019
|
+
"type": "boolean",
|
|
668020
|
+
"description": "The enabled state of the issue type."
|
|
668021
|
+
}
|
|
668022
|
+
},
|
|
668023
|
+
"required": [
|
|
668024
|
+
"id",
|
|
668025
|
+
"node_id",
|
|
668026
|
+
"name",
|
|
668027
|
+
"description"
|
|
668028
|
+
]
|
|
665862
668029
|
}
|
|
665863
668030
|
}
|
|
665864
668031
|
},
|
|
@@ -668475,6 +670642,66 @@
|
|
|
668475
670642
|
"description": "Title of the issue",
|
|
668476
670643
|
"type": "string"
|
|
668477
670644
|
},
|
|
670645
|
+
"type": {
|
|
670646
|
+
"title": "Issue Type",
|
|
670647
|
+
"description": "The type of issue.",
|
|
670648
|
+
"type": "object",
|
|
670649
|
+
"nullable": true,
|
|
670650
|
+
"properties": {
|
|
670651
|
+
"id": {
|
|
670652
|
+
"type": "integer",
|
|
670653
|
+
"description": "The unique identifier of the issue type."
|
|
670654
|
+
},
|
|
670655
|
+
"node_id": {
|
|
670656
|
+
"type": "string",
|
|
670657
|
+
"description": "The node identifier of the issue type."
|
|
670658
|
+
},
|
|
670659
|
+
"name": {
|
|
670660
|
+
"type": "string",
|
|
670661
|
+
"description": "The name of the issue type."
|
|
670662
|
+
},
|
|
670663
|
+
"description": {
|
|
670664
|
+
"type": "string",
|
|
670665
|
+
"description": "The description of the issue type.",
|
|
670666
|
+
"nullable": true
|
|
670667
|
+
},
|
|
670668
|
+
"color": {
|
|
670669
|
+
"type": "string",
|
|
670670
|
+
"description": "The color of the issue type.",
|
|
670671
|
+
"enum": [
|
|
670672
|
+
"gray",
|
|
670673
|
+
"blue",
|
|
670674
|
+
"green",
|
|
670675
|
+
"yellow",
|
|
670676
|
+
"orange",
|
|
670677
|
+
"red",
|
|
670678
|
+
"pink",
|
|
670679
|
+
"purple"
|
|
670680
|
+
],
|
|
670681
|
+
"nullable": true
|
|
670682
|
+
},
|
|
670683
|
+
"created_at": {
|
|
670684
|
+
"type": "string",
|
|
670685
|
+
"description": "The time the issue type created.",
|
|
670686
|
+
"format": "date-time"
|
|
670687
|
+
},
|
|
670688
|
+
"updated_at": {
|
|
670689
|
+
"type": "string",
|
|
670690
|
+
"description": "The time the issue type last updated.",
|
|
670691
|
+
"format": "date-time"
|
|
670692
|
+
},
|
|
670693
|
+
"is_enabled": {
|
|
670694
|
+
"type": "boolean",
|
|
670695
|
+
"description": "The enabled state of the issue type."
|
|
670696
|
+
}
|
|
670697
|
+
},
|
|
670698
|
+
"required": [
|
|
670699
|
+
"id",
|
|
670700
|
+
"node_id",
|
|
670701
|
+
"name",
|
|
670702
|
+
"description"
|
|
670703
|
+
]
|
|
670704
|
+
},
|
|
668478
670705
|
"updated_at": {
|
|
668479
670706
|
"type": "string",
|
|
668480
670707
|
"format": "date-time"
|
|
@@ -670379,6 +672606,66 @@
|
|
|
670379
672606
|
"description": "Title of the issue",
|
|
670380
672607
|
"type": "string"
|
|
670381
672608
|
},
|
|
672609
|
+
"type": {
|
|
672610
|
+
"title": "Issue Type",
|
|
672611
|
+
"description": "The type of issue.",
|
|
672612
|
+
"type": "object",
|
|
672613
|
+
"nullable": true,
|
|
672614
|
+
"properties": {
|
|
672615
|
+
"id": {
|
|
672616
|
+
"type": "integer",
|
|
672617
|
+
"description": "The unique identifier of the issue type."
|
|
672618
|
+
},
|
|
672619
|
+
"node_id": {
|
|
672620
|
+
"type": "string",
|
|
672621
|
+
"description": "The node identifier of the issue type."
|
|
672622
|
+
},
|
|
672623
|
+
"name": {
|
|
672624
|
+
"type": "string",
|
|
672625
|
+
"description": "The name of the issue type."
|
|
672626
|
+
},
|
|
672627
|
+
"description": {
|
|
672628
|
+
"type": "string",
|
|
672629
|
+
"description": "The description of the issue type.",
|
|
672630
|
+
"nullable": true
|
|
672631
|
+
},
|
|
672632
|
+
"color": {
|
|
672633
|
+
"type": "string",
|
|
672634
|
+
"description": "The color of the issue type.",
|
|
672635
|
+
"enum": [
|
|
672636
|
+
"gray",
|
|
672637
|
+
"blue",
|
|
672638
|
+
"green",
|
|
672639
|
+
"yellow",
|
|
672640
|
+
"orange",
|
|
672641
|
+
"red",
|
|
672642
|
+
"pink",
|
|
672643
|
+
"purple"
|
|
672644
|
+
],
|
|
672645
|
+
"nullable": true
|
|
672646
|
+
},
|
|
672647
|
+
"created_at": {
|
|
672648
|
+
"type": "string",
|
|
672649
|
+
"description": "The time the issue type created.",
|
|
672650
|
+
"format": "date-time"
|
|
672651
|
+
},
|
|
672652
|
+
"updated_at": {
|
|
672653
|
+
"type": "string",
|
|
672654
|
+
"description": "The time the issue type last updated.",
|
|
672655
|
+
"format": "date-time"
|
|
672656
|
+
},
|
|
672657
|
+
"is_enabled": {
|
|
672658
|
+
"type": "boolean",
|
|
672659
|
+
"description": "The enabled state of the issue type."
|
|
672660
|
+
}
|
|
672661
|
+
},
|
|
672662
|
+
"required": [
|
|
672663
|
+
"id",
|
|
672664
|
+
"node_id",
|
|
672665
|
+
"name",
|
|
672666
|
+
"description"
|
|
672667
|
+
]
|
|
672668
|
+
},
|
|
670382
672669
|
"updated_at": {
|
|
670383
672670
|
"type": "string",
|
|
670384
672671
|
"format": "date-time"
|
|
@@ -673312,6 +675599,66 @@
|
|
|
673312
675599
|
"description": "Title of the issue",
|
|
673313
675600
|
"type": "string"
|
|
673314
675601
|
},
|
|
675602
|
+
"type": {
|
|
675603
|
+
"title": "Issue Type",
|
|
675604
|
+
"description": "The type of issue.",
|
|
675605
|
+
"type": "object",
|
|
675606
|
+
"nullable": true,
|
|
675607
|
+
"properties": {
|
|
675608
|
+
"id": {
|
|
675609
|
+
"type": "integer",
|
|
675610
|
+
"description": "The unique identifier of the issue type."
|
|
675611
|
+
},
|
|
675612
|
+
"node_id": {
|
|
675613
|
+
"type": "string",
|
|
675614
|
+
"description": "The node identifier of the issue type."
|
|
675615
|
+
},
|
|
675616
|
+
"name": {
|
|
675617
|
+
"type": "string",
|
|
675618
|
+
"description": "The name of the issue type."
|
|
675619
|
+
},
|
|
675620
|
+
"description": {
|
|
675621
|
+
"type": "string",
|
|
675622
|
+
"description": "The description of the issue type.",
|
|
675623
|
+
"nullable": true
|
|
675624
|
+
},
|
|
675625
|
+
"color": {
|
|
675626
|
+
"type": "string",
|
|
675627
|
+
"description": "The color of the issue type.",
|
|
675628
|
+
"enum": [
|
|
675629
|
+
"gray",
|
|
675630
|
+
"blue",
|
|
675631
|
+
"green",
|
|
675632
|
+
"yellow",
|
|
675633
|
+
"orange",
|
|
675634
|
+
"red",
|
|
675635
|
+
"pink",
|
|
675636
|
+
"purple"
|
|
675637
|
+
],
|
|
675638
|
+
"nullable": true
|
|
675639
|
+
},
|
|
675640
|
+
"created_at": {
|
|
675641
|
+
"type": "string",
|
|
675642
|
+
"description": "The time the issue type created.",
|
|
675643
|
+
"format": "date-time"
|
|
675644
|
+
},
|
|
675645
|
+
"updated_at": {
|
|
675646
|
+
"type": "string",
|
|
675647
|
+
"description": "The time the issue type last updated.",
|
|
675648
|
+
"format": "date-time"
|
|
675649
|
+
},
|
|
675650
|
+
"is_enabled": {
|
|
675651
|
+
"type": "boolean",
|
|
675652
|
+
"description": "The enabled state of the issue type."
|
|
675653
|
+
}
|
|
675654
|
+
},
|
|
675655
|
+
"required": [
|
|
675656
|
+
"id",
|
|
675657
|
+
"node_id",
|
|
675658
|
+
"name",
|
|
675659
|
+
"description"
|
|
675660
|
+
]
|
|
675661
|
+
},
|
|
673315
675662
|
"updated_at": {
|
|
673316
675663
|
"type": "string",
|
|
673317
675664
|
"format": "date-time"
|
|
@@ -676148,6 +678495,66 @@
|
|
|
676148
678495
|
"description": "Title of the issue",
|
|
676149
678496
|
"type": "string"
|
|
676150
678497
|
},
|
|
678498
|
+
"type": {
|
|
678499
|
+
"title": "Issue Type",
|
|
678500
|
+
"description": "The type of issue.",
|
|
678501
|
+
"type": "object",
|
|
678502
|
+
"nullable": true,
|
|
678503
|
+
"properties": {
|
|
678504
|
+
"id": {
|
|
678505
|
+
"type": "integer",
|
|
678506
|
+
"description": "The unique identifier of the issue type."
|
|
678507
|
+
},
|
|
678508
|
+
"node_id": {
|
|
678509
|
+
"type": "string",
|
|
678510
|
+
"description": "The node identifier of the issue type."
|
|
678511
|
+
},
|
|
678512
|
+
"name": {
|
|
678513
|
+
"type": "string",
|
|
678514
|
+
"description": "The name of the issue type."
|
|
678515
|
+
},
|
|
678516
|
+
"description": {
|
|
678517
|
+
"type": "string",
|
|
678518
|
+
"description": "The description of the issue type.",
|
|
678519
|
+
"nullable": true
|
|
678520
|
+
},
|
|
678521
|
+
"color": {
|
|
678522
|
+
"type": "string",
|
|
678523
|
+
"description": "The color of the issue type.",
|
|
678524
|
+
"enum": [
|
|
678525
|
+
"gray",
|
|
678526
|
+
"blue",
|
|
678527
|
+
"green",
|
|
678528
|
+
"yellow",
|
|
678529
|
+
"orange",
|
|
678530
|
+
"red",
|
|
678531
|
+
"pink",
|
|
678532
|
+
"purple"
|
|
678533
|
+
],
|
|
678534
|
+
"nullable": true
|
|
678535
|
+
},
|
|
678536
|
+
"created_at": {
|
|
678537
|
+
"type": "string",
|
|
678538
|
+
"description": "The time the issue type created.",
|
|
678539
|
+
"format": "date-time"
|
|
678540
|
+
},
|
|
678541
|
+
"updated_at": {
|
|
678542
|
+
"type": "string",
|
|
678543
|
+
"description": "The time the issue type last updated.",
|
|
678544
|
+
"format": "date-time"
|
|
678545
|
+
},
|
|
678546
|
+
"is_enabled": {
|
|
678547
|
+
"type": "boolean",
|
|
678548
|
+
"description": "The enabled state of the issue type."
|
|
678549
|
+
}
|
|
678550
|
+
},
|
|
678551
|
+
"required": [
|
|
678552
|
+
"id",
|
|
678553
|
+
"node_id",
|
|
678554
|
+
"name",
|
|
678555
|
+
"description"
|
|
678556
|
+
]
|
|
678557
|
+
},
|
|
676151
678558
|
"updated_at": {
|
|
676152
678559
|
"type": "string",
|
|
676153
678560
|
"format": "date-time"
|
|
@@ -679047,6 +681454,66 @@
|
|
|
679047
681454
|
"description": "Title of the issue",
|
|
679048
681455
|
"type": "string"
|
|
679049
681456
|
},
|
|
681457
|
+
"type": {
|
|
681458
|
+
"title": "Issue Type",
|
|
681459
|
+
"description": "The type of issue.",
|
|
681460
|
+
"type": "object",
|
|
681461
|
+
"nullable": true,
|
|
681462
|
+
"properties": {
|
|
681463
|
+
"id": {
|
|
681464
|
+
"type": "integer",
|
|
681465
|
+
"description": "The unique identifier of the issue type."
|
|
681466
|
+
},
|
|
681467
|
+
"node_id": {
|
|
681468
|
+
"type": "string",
|
|
681469
|
+
"description": "The node identifier of the issue type."
|
|
681470
|
+
},
|
|
681471
|
+
"name": {
|
|
681472
|
+
"type": "string",
|
|
681473
|
+
"description": "The name of the issue type."
|
|
681474
|
+
},
|
|
681475
|
+
"description": {
|
|
681476
|
+
"type": "string",
|
|
681477
|
+
"description": "The description of the issue type.",
|
|
681478
|
+
"nullable": true
|
|
681479
|
+
},
|
|
681480
|
+
"color": {
|
|
681481
|
+
"type": "string",
|
|
681482
|
+
"description": "The color of the issue type.",
|
|
681483
|
+
"enum": [
|
|
681484
|
+
"gray",
|
|
681485
|
+
"blue",
|
|
681486
|
+
"green",
|
|
681487
|
+
"yellow",
|
|
681488
|
+
"orange",
|
|
681489
|
+
"red",
|
|
681490
|
+
"pink",
|
|
681491
|
+
"purple"
|
|
681492
|
+
],
|
|
681493
|
+
"nullable": true
|
|
681494
|
+
},
|
|
681495
|
+
"created_at": {
|
|
681496
|
+
"type": "string",
|
|
681497
|
+
"description": "The time the issue type created.",
|
|
681498
|
+
"format": "date-time"
|
|
681499
|
+
},
|
|
681500
|
+
"updated_at": {
|
|
681501
|
+
"type": "string",
|
|
681502
|
+
"description": "The time the issue type last updated.",
|
|
681503
|
+
"format": "date-time"
|
|
681504
|
+
},
|
|
681505
|
+
"is_enabled": {
|
|
681506
|
+
"type": "boolean",
|
|
681507
|
+
"description": "The enabled state of the issue type."
|
|
681508
|
+
}
|
|
681509
|
+
},
|
|
681510
|
+
"required": [
|
|
681511
|
+
"id",
|
|
681512
|
+
"node_id",
|
|
681513
|
+
"name",
|
|
681514
|
+
"description"
|
|
681515
|
+
]
|
|
681516
|
+
},
|
|
679050
681517
|
"updated_at": {
|
|
679051
681518
|
"type": "string",
|
|
679052
681519
|
"format": "date-time"
|
|
@@ -681853,6 +684320,66 @@
|
|
|
681853
684320
|
"description": "Title of the issue",
|
|
681854
684321
|
"type": "string"
|
|
681855
684322
|
},
|
|
684323
|
+
"type": {
|
|
684324
|
+
"title": "Issue Type",
|
|
684325
|
+
"description": "The type of issue.",
|
|
684326
|
+
"type": "object",
|
|
684327
|
+
"nullable": true,
|
|
684328
|
+
"properties": {
|
|
684329
|
+
"id": {
|
|
684330
|
+
"type": "integer",
|
|
684331
|
+
"description": "The unique identifier of the issue type."
|
|
684332
|
+
},
|
|
684333
|
+
"node_id": {
|
|
684334
|
+
"type": "string",
|
|
684335
|
+
"description": "The node identifier of the issue type."
|
|
684336
|
+
},
|
|
684337
|
+
"name": {
|
|
684338
|
+
"type": "string",
|
|
684339
|
+
"description": "The name of the issue type."
|
|
684340
|
+
},
|
|
684341
|
+
"description": {
|
|
684342
|
+
"type": "string",
|
|
684343
|
+
"description": "The description of the issue type.",
|
|
684344
|
+
"nullable": true
|
|
684345
|
+
},
|
|
684346
|
+
"color": {
|
|
684347
|
+
"type": "string",
|
|
684348
|
+
"description": "The color of the issue type.",
|
|
684349
|
+
"enum": [
|
|
684350
|
+
"gray",
|
|
684351
|
+
"blue",
|
|
684352
|
+
"green",
|
|
684353
|
+
"yellow",
|
|
684354
|
+
"orange",
|
|
684355
|
+
"red",
|
|
684356
|
+
"pink",
|
|
684357
|
+
"purple"
|
|
684358
|
+
],
|
|
684359
|
+
"nullable": true
|
|
684360
|
+
},
|
|
684361
|
+
"created_at": {
|
|
684362
|
+
"type": "string",
|
|
684363
|
+
"description": "The time the issue type created.",
|
|
684364
|
+
"format": "date-time"
|
|
684365
|
+
},
|
|
684366
|
+
"updated_at": {
|
|
684367
|
+
"type": "string",
|
|
684368
|
+
"description": "The time the issue type last updated.",
|
|
684369
|
+
"format": "date-time"
|
|
684370
|
+
},
|
|
684371
|
+
"is_enabled": {
|
|
684372
|
+
"type": "boolean",
|
|
684373
|
+
"description": "The enabled state of the issue type."
|
|
684374
|
+
}
|
|
684375
|
+
},
|
|
684376
|
+
"required": [
|
|
684377
|
+
"id",
|
|
684378
|
+
"node_id",
|
|
684379
|
+
"name",
|
|
684380
|
+
"description"
|
|
684381
|
+
]
|
|
684382
|
+
},
|
|
681856
684383
|
"updated_at": {
|
|
681857
684384
|
"type": "string",
|
|
681858
684385
|
"format": "date-time"
|