@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"
|
|
@@ -5386,7 +5386,7 @@
|
|
|
5386
5386
|
},
|
|
5387
5387
|
"dependabot_secrets": {
|
|
5388
5388
|
"type": "string",
|
|
5389
|
-
"description": "The
|
|
5389
|
+
"description": "The level of permission to grant the access token to manage Dependabot secrets.",
|
|
5390
5390
|
"enum": [
|
|
5391
5391
|
"read",
|
|
5392
5392
|
"write"
|
|
@@ -6203,7 +6203,7 @@
|
|
|
6203
6203
|
},
|
|
6204
6204
|
"dependabot_secrets": {
|
|
6205
6205
|
"type": "string",
|
|
6206
|
-
"description": "The
|
|
6206
|
+
"description": "The level of permission to grant the access token to manage Dependabot secrets.",
|
|
6207
6207
|
"enum": [
|
|
6208
6208
|
"read",
|
|
6209
6209
|
"write"
|
|
@@ -9549,6 +9549,7 @@
|
|
|
9549
9549
|
"id": {
|
|
9550
9550
|
"description": "Unique identifier of the webhook delivery.",
|
|
9551
9551
|
"type": "integer",
|
|
9552
|
+
"format": "int64",
|
|
9552
9553
|
"example": 42
|
|
9553
9554
|
},
|
|
9554
9555
|
"guid": {
|
|
@@ -9596,12 +9597,14 @@
|
|
|
9596
9597
|
"installation_id": {
|
|
9597
9598
|
"description": "The id of the GitHub App installation associated with this event.",
|
|
9598
9599
|
"type": "integer",
|
|
9600
|
+
"format": "int64",
|
|
9599
9601
|
"example": 123,
|
|
9600
9602
|
"nullable": true
|
|
9601
9603
|
},
|
|
9602
9604
|
"repository_id": {
|
|
9603
9605
|
"description": "The id of the repository associated with this event.",
|
|
9604
9606
|
"type": "integer",
|
|
9607
|
+
"format": "int64",
|
|
9605
9608
|
"example": 123,
|
|
9606
9609
|
"nullable": true
|
|
9607
9610
|
},
|
|
@@ -11979,7 +11982,7 @@
|
|
|
11979
11982
|
},
|
|
11980
11983
|
"dependabot_secrets": {
|
|
11981
11984
|
"type": "string",
|
|
11982
|
-
"description": "The
|
|
11985
|
+
"description": "The level of permission to grant the access token to manage Dependabot secrets.",
|
|
11983
11986
|
"enum": [
|
|
11984
11987
|
"read",
|
|
11985
11988
|
"write"
|
|
@@ -12779,7 +12782,7 @@
|
|
|
12779
12782
|
},
|
|
12780
12783
|
"dependabot_secrets": {
|
|
12781
12784
|
"type": "string",
|
|
12782
|
-
"description": "The
|
|
12785
|
+
"description": "The level of permission to grant the access token to manage Dependabot secrets.",
|
|
12783
12786
|
"enum": [
|
|
12784
12787
|
"read",
|
|
12785
12788
|
"write"
|
|
@@ -13208,7 +13211,7 @@
|
|
|
13208
13211
|
},
|
|
13209
13212
|
"dependabot_secrets": {
|
|
13210
13213
|
"type": "string",
|
|
13211
|
-
"description": "The
|
|
13214
|
+
"description": "The level of permission to grant the access token to manage Dependabot secrets.",
|
|
13212
13215
|
"enum": [
|
|
13213
13216
|
"read",
|
|
13214
13217
|
"write"
|
|
@@ -15946,7 +15949,7 @@
|
|
|
15946
15949
|
},
|
|
15947
15950
|
"dependabot_secrets": {
|
|
15948
15951
|
"type": "string",
|
|
15949
|
-
"description": "The
|
|
15952
|
+
"description": "The level of permission to grant the access token to manage Dependabot secrets.",
|
|
15950
15953
|
"enum": [
|
|
15951
15954
|
"read",
|
|
15952
15955
|
"write"
|
|
@@ -16942,7 +16945,7 @@
|
|
|
16942
16945
|
},
|
|
16943
16946
|
"dependabot_secrets": {
|
|
16944
16947
|
"type": "string",
|
|
16945
|
-
"description": "The
|
|
16948
|
+
"description": "The level of permission to grant the access token to manage Dependabot secrets.",
|
|
16946
16949
|
"enum": [
|
|
16947
16950
|
"read",
|
|
16948
16951
|
"write"
|
|
@@ -17856,7 +17859,7 @@
|
|
|
17856
17859
|
},
|
|
17857
17860
|
"dependabot_secrets": {
|
|
17858
17861
|
"type": "string",
|
|
17859
|
-
"description": "The
|
|
17862
|
+
"description": "The level of permission to grant the access token to manage Dependabot secrets.",
|
|
17860
17863
|
"enum": [
|
|
17861
17864
|
"read",
|
|
17862
17865
|
"write"
|
|
@@ -18479,7 +18482,7 @@
|
|
|
18479
18482
|
},
|
|
18480
18483
|
"dependabot_secrets": {
|
|
18481
18484
|
"type": "string",
|
|
18482
|
-
"description": "The
|
|
18485
|
+
"description": "The level of permission to grant the access token to manage Dependabot secrets.",
|
|
18483
18486
|
"enum": [
|
|
18484
18487
|
"read",
|
|
18485
18488
|
"write"
|
|
@@ -20003,7 +20006,7 @@
|
|
|
20003
20006
|
},
|
|
20004
20007
|
"dependabot_secrets": {
|
|
20005
20008
|
"type": "string",
|
|
20006
|
-
"description": "The
|
|
20009
|
+
"description": "The level of permission to grant the access token to manage Dependabot secrets.",
|
|
20007
20010
|
"enum": [
|
|
20008
20011
|
"read",
|
|
20009
20012
|
"write"
|
|
@@ -21009,7 +21012,7 @@
|
|
|
21009
21012
|
},
|
|
21010
21013
|
"dependabot_secrets": {
|
|
21011
21014
|
"type": "string",
|
|
21012
|
-
"description": "The
|
|
21015
|
+
"description": "The level of permission to grant the access token to manage Dependabot secrets.",
|
|
21013
21016
|
"enum": [
|
|
21014
21017
|
"read",
|
|
21015
21018
|
"write"
|
|
@@ -22084,7 +22087,7 @@
|
|
|
22084
22087
|
},
|
|
22085
22088
|
"dependabot_secrets": {
|
|
22086
22089
|
"type": "string",
|
|
22087
|
-
"description": "The
|
|
22090
|
+
"description": "The level of permission to grant the access token to manage Dependabot secrets.",
|
|
22088
22091
|
"enum": [
|
|
22089
22092
|
"read",
|
|
22090
22093
|
"write"
|
|
@@ -22909,7 +22912,7 @@
|
|
|
22909
22912
|
},
|
|
22910
22913
|
"dependabot_secrets": {
|
|
22911
22914
|
"type": "string",
|
|
22912
|
-
"description": "The
|
|
22915
|
+
"description": "The level of permission to grant the access token to manage Dependabot secrets.",
|
|
22913
22916
|
"enum": [
|
|
22914
22917
|
"read",
|
|
22915
22918
|
"write"
|
|
@@ -23962,7 +23965,7 @@
|
|
|
23962
23965
|
},
|
|
23963
23966
|
"dependabot_secrets": {
|
|
23964
23967
|
"type": "string",
|
|
23965
|
-
"description": "The
|
|
23968
|
+
"description": "The level of permission to grant the access token to manage Dependabot secrets.",
|
|
23966
23969
|
"enum": [
|
|
23967
23970
|
"read",
|
|
23968
23971
|
"write"
|
|
@@ -24787,7 +24790,7 @@
|
|
|
24787
24790
|
},
|
|
24788
24791
|
"dependabot_secrets": {
|
|
24789
24792
|
"type": "string",
|
|
24790
|
-
"description": "The
|
|
24793
|
+
"description": "The level of permission to grant the access token to manage Dependabot secrets.",
|
|
24791
24794
|
"enum": [
|
|
24792
24795
|
"read",
|
|
24793
24796
|
"write"
|
|
@@ -25718,7 +25721,7 @@
|
|
|
25718
25721
|
},
|
|
25719
25722
|
"dependabot_secrets": {
|
|
25720
25723
|
"type": "string",
|
|
25721
|
-
"description": "The
|
|
25724
|
+
"description": "The level of permission to grant the access token to manage Dependabot secrets.",
|
|
25722
25725
|
"enum": [
|
|
25723
25726
|
"read",
|
|
25724
25727
|
"write"
|
|
@@ -26690,7 +26693,7 @@
|
|
|
26690
26693
|
},
|
|
26691
26694
|
"dependabot_secrets": {
|
|
26692
26695
|
"type": "string",
|
|
26693
|
-
"description": "The
|
|
26696
|
+
"description": "The level of permission to grant the access token to manage Dependabot secrets.",
|
|
26694
26697
|
"enum": [
|
|
26695
26698
|
"read",
|
|
26696
26699
|
"write"
|
|
@@ -32991,12 +32994,12 @@
|
|
|
32991
32994
|
"type": "object",
|
|
32992
32995
|
"properties": {
|
|
32993
32996
|
"id": {
|
|
32994
|
-
"description": "The
|
|
32997
|
+
"description": "The ID of the runner.",
|
|
32995
32998
|
"type": "integer",
|
|
32996
32999
|
"example": 5
|
|
32997
33000
|
},
|
|
32998
33001
|
"runner_group_id": {
|
|
32999
|
-
"description": "The
|
|
33002
|
+
"description": "The ID of the runner group.",
|
|
33000
33003
|
"type": "integer",
|
|
33001
33004
|
"example": 1
|
|
33002
33005
|
},
|
|
@@ -33405,12 +33408,12 @@
|
|
|
33405
33408
|
"type": "object",
|
|
33406
33409
|
"properties": {
|
|
33407
33410
|
"id": {
|
|
33408
|
-
"description": "The
|
|
33411
|
+
"description": "The ID of the runner.",
|
|
33409
33412
|
"type": "integer",
|
|
33410
33413
|
"example": 5
|
|
33411
33414
|
},
|
|
33412
33415
|
"runner_group_id": {
|
|
33413
|
-
"description": "The
|
|
33416
|
+
"description": "The ID of the runner group.",
|
|
33414
33417
|
"type": "integer",
|
|
33415
33418
|
"example": 1
|
|
33416
33419
|
},
|
|
@@ -33779,12 +33782,12 @@
|
|
|
33779
33782
|
"type": "object",
|
|
33780
33783
|
"properties": {
|
|
33781
33784
|
"id": {
|
|
33782
|
-
"description": "The
|
|
33785
|
+
"description": "The ID of the runner.",
|
|
33783
33786
|
"type": "integer",
|
|
33784
33787
|
"example": 5
|
|
33785
33788
|
},
|
|
33786
33789
|
"runner_group_id": {
|
|
33787
|
-
"description": "The
|
|
33790
|
+
"description": "The ID of the runner group.",
|
|
33788
33791
|
"type": "integer",
|
|
33789
33792
|
"example": 1
|
|
33790
33793
|
},
|
|
@@ -35652,12 +35655,12 @@
|
|
|
35652
35655
|
"type": "object",
|
|
35653
35656
|
"properties": {
|
|
35654
35657
|
"id": {
|
|
35655
|
-
"description": "The
|
|
35658
|
+
"description": "The ID of the runner.",
|
|
35656
35659
|
"type": "integer",
|
|
35657
35660
|
"example": 5
|
|
35658
35661
|
},
|
|
35659
35662
|
"runner_group_id": {
|
|
35660
|
-
"description": "The
|
|
35663
|
+
"description": "The ID of the runner group.",
|
|
35661
35664
|
"type": "integer",
|
|
35662
35665
|
"example": 1
|
|
35663
35666
|
},
|
|
@@ -43002,6 +43005,66 @@
|
|
|
43002
43005
|
"type": "string",
|
|
43003
43006
|
"format": "uri"
|
|
43004
43007
|
},
|
|
43008
|
+
"type": {
|
|
43009
|
+
"title": "Issue Type",
|
|
43010
|
+
"description": "The type of issue.",
|
|
43011
|
+
"type": "object",
|
|
43012
|
+
"nullable": true,
|
|
43013
|
+
"properties": {
|
|
43014
|
+
"id": {
|
|
43015
|
+
"type": "integer",
|
|
43016
|
+
"description": "The unique identifier of the issue type."
|
|
43017
|
+
},
|
|
43018
|
+
"node_id": {
|
|
43019
|
+
"type": "string",
|
|
43020
|
+
"description": "The node identifier of the issue type."
|
|
43021
|
+
},
|
|
43022
|
+
"name": {
|
|
43023
|
+
"type": "string",
|
|
43024
|
+
"description": "The name of the issue type."
|
|
43025
|
+
},
|
|
43026
|
+
"description": {
|
|
43027
|
+
"type": "string",
|
|
43028
|
+
"description": "The description of the issue type.",
|
|
43029
|
+
"nullable": true
|
|
43030
|
+
},
|
|
43031
|
+
"color": {
|
|
43032
|
+
"type": "string",
|
|
43033
|
+
"description": "The color of the issue type.",
|
|
43034
|
+
"enum": [
|
|
43035
|
+
"gray",
|
|
43036
|
+
"blue",
|
|
43037
|
+
"green",
|
|
43038
|
+
"yellow",
|
|
43039
|
+
"orange",
|
|
43040
|
+
"red",
|
|
43041
|
+
"pink",
|
|
43042
|
+
"purple"
|
|
43043
|
+
],
|
|
43044
|
+
"nullable": true
|
|
43045
|
+
},
|
|
43046
|
+
"created_at": {
|
|
43047
|
+
"type": "string",
|
|
43048
|
+
"description": "The time the issue type created.",
|
|
43049
|
+
"format": "date-time"
|
|
43050
|
+
},
|
|
43051
|
+
"updated_at": {
|
|
43052
|
+
"type": "string",
|
|
43053
|
+
"description": "The time the issue type last updated.",
|
|
43054
|
+
"format": "date-time"
|
|
43055
|
+
},
|
|
43056
|
+
"is_enabled": {
|
|
43057
|
+
"type": "boolean",
|
|
43058
|
+
"description": "The enabled state of the issue type."
|
|
43059
|
+
}
|
|
43060
|
+
},
|
|
43061
|
+
"required": [
|
|
43062
|
+
"id",
|
|
43063
|
+
"node_id",
|
|
43064
|
+
"name",
|
|
43065
|
+
"description"
|
|
43066
|
+
]
|
|
43067
|
+
},
|
|
43005
43068
|
"repository": {
|
|
43006
43069
|
"title": "Repository",
|
|
43007
43070
|
"description": "A repository on GitHub.",
|
|
@@ -58017,6 +58080,66 @@
|
|
|
58017
58080
|
"type": "string",
|
|
58018
58081
|
"format": "uri"
|
|
58019
58082
|
},
|
|
58083
|
+
"type": {
|
|
58084
|
+
"title": "Issue Type",
|
|
58085
|
+
"description": "The type of issue.",
|
|
58086
|
+
"type": "object",
|
|
58087
|
+
"nullable": true,
|
|
58088
|
+
"properties": {
|
|
58089
|
+
"id": {
|
|
58090
|
+
"type": "integer",
|
|
58091
|
+
"description": "The unique identifier of the issue type."
|
|
58092
|
+
},
|
|
58093
|
+
"node_id": {
|
|
58094
|
+
"type": "string",
|
|
58095
|
+
"description": "The node identifier of the issue type."
|
|
58096
|
+
},
|
|
58097
|
+
"name": {
|
|
58098
|
+
"type": "string",
|
|
58099
|
+
"description": "The name of the issue type."
|
|
58100
|
+
},
|
|
58101
|
+
"description": {
|
|
58102
|
+
"type": "string",
|
|
58103
|
+
"description": "The description of the issue type.",
|
|
58104
|
+
"nullable": true
|
|
58105
|
+
},
|
|
58106
|
+
"color": {
|
|
58107
|
+
"type": "string",
|
|
58108
|
+
"description": "The color of the issue type.",
|
|
58109
|
+
"enum": [
|
|
58110
|
+
"gray",
|
|
58111
|
+
"blue",
|
|
58112
|
+
"green",
|
|
58113
|
+
"yellow",
|
|
58114
|
+
"orange",
|
|
58115
|
+
"red",
|
|
58116
|
+
"pink",
|
|
58117
|
+
"purple"
|
|
58118
|
+
],
|
|
58119
|
+
"nullable": true
|
|
58120
|
+
},
|
|
58121
|
+
"created_at": {
|
|
58122
|
+
"type": "string",
|
|
58123
|
+
"description": "The time the issue type created.",
|
|
58124
|
+
"format": "date-time"
|
|
58125
|
+
},
|
|
58126
|
+
"updated_at": {
|
|
58127
|
+
"type": "string",
|
|
58128
|
+
"description": "The time the issue type last updated.",
|
|
58129
|
+
"format": "date-time"
|
|
58130
|
+
},
|
|
58131
|
+
"is_enabled": {
|
|
58132
|
+
"type": "boolean",
|
|
58133
|
+
"description": "The enabled state of the issue type."
|
|
58134
|
+
}
|
|
58135
|
+
},
|
|
58136
|
+
"required": [
|
|
58137
|
+
"id",
|
|
58138
|
+
"node_id",
|
|
58139
|
+
"name",
|
|
58140
|
+
"description"
|
|
58141
|
+
]
|
|
58142
|
+
},
|
|
58020
58143
|
"repository": {
|
|
58021
58144
|
"title": "Repository",
|
|
58022
58145
|
"description": "A repository on GitHub.",
|
|
@@ -64237,6 +64360,66 @@
|
|
|
64237
64360
|
"type": "string",
|
|
64238
64361
|
"format": "uri"
|
|
64239
64362
|
},
|
|
64363
|
+
"type": {
|
|
64364
|
+
"title": "Issue Type",
|
|
64365
|
+
"description": "The type of issue.",
|
|
64366
|
+
"type": "object",
|
|
64367
|
+
"nullable": true,
|
|
64368
|
+
"properties": {
|
|
64369
|
+
"id": {
|
|
64370
|
+
"type": "integer",
|
|
64371
|
+
"description": "The unique identifier of the issue type."
|
|
64372
|
+
},
|
|
64373
|
+
"node_id": {
|
|
64374
|
+
"type": "string",
|
|
64375
|
+
"description": "The node identifier of the issue type."
|
|
64376
|
+
},
|
|
64377
|
+
"name": {
|
|
64378
|
+
"type": "string",
|
|
64379
|
+
"description": "The name of the issue type."
|
|
64380
|
+
},
|
|
64381
|
+
"description": {
|
|
64382
|
+
"type": "string",
|
|
64383
|
+
"description": "The description of the issue type.",
|
|
64384
|
+
"nullable": true
|
|
64385
|
+
},
|
|
64386
|
+
"color": {
|
|
64387
|
+
"type": "string",
|
|
64388
|
+
"description": "The color of the issue type.",
|
|
64389
|
+
"enum": [
|
|
64390
|
+
"gray",
|
|
64391
|
+
"blue",
|
|
64392
|
+
"green",
|
|
64393
|
+
"yellow",
|
|
64394
|
+
"orange",
|
|
64395
|
+
"red",
|
|
64396
|
+
"pink",
|
|
64397
|
+
"purple"
|
|
64398
|
+
],
|
|
64399
|
+
"nullable": true
|
|
64400
|
+
},
|
|
64401
|
+
"created_at": {
|
|
64402
|
+
"type": "string",
|
|
64403
|
+
"description": "The time the issue type created.",
|
|
64404
|
+
"format": "date-time"
|
|
64405
|
+
},
|
|
64406
|
+
"updated_at": {
|
|
64407
|
+
"type": "string",
|
|
64408
|
+
"description": "The time the issue type last updated.",
|
|
64409
|
+
"format": "date-time"
|
|
64410
|
+
},
|
|
64411
|
+
"is_enabled": {
|
|
64412
|
+
"type": "boolean",
|
|
64413
|
+
"description": "The enabled state of the issue type."
|
|
64414
|
+
}
|
|
64415
|
+
},
|
|
64416
|
+
"required": [
|
|
64417
|
+
"id",
|
|
64418
|
+
"node_id",
|
|
64419
|
+
"name",
|
|
64420
|
+
"description"
|
|
64421
|
+
]
|
|
64422
|
+
},
|
|
64240
64423
|
"repository": {
|
|
64241
64424
|
"title": "Repository",
|
|
64242
64425
|
"description": "A repository on GitHub.",
|
|
@@ -74351,12 +74534,12 @@
|
|
|
74351
74534
|
"type": "object",
|
|
74352
74535
|
"properties": {
|
|
74353
74536
|
"id": {
|
|
74354
|
-
"description": "The
|
|
74537
|
+
"description": "The ID of the runner.",
|
|
74355
74538
|
"type": "integer",
|
|
74356
74539
|
"example": 5
|
|
74357
74540
|
},
|
|
74358
74541
|
"runner_group_id": {
|
|
74359
|
-
"description": "The
|
|
74542
|
+
"description": "The ID of the runner group.",
|
|
74360
74543
|
"type": "integer",
|
|
74361
74544
|
"example": 1
|
|
74362
74545
|
},
|
|
@@ -74765,12 +74948,12 @@
|
|
|
74765
74948
|
"type": "object",
|
|
74766
74949
|
"properties": {
|
|
74767
74950
|
"id": {
|
|
74768
|
-
"description": "The
|
|
74951
|
+
"description": "The ID of the runner.",
|
|
74769
74952
|
"type": "integer",
|
|
74770
74953
|
"example": 5
|
|
74771
74954
|
},
|
|
74772
74955
|
"runner_group_id": {
|
|
74773
|
-
"description": "The
|
|
74956
|
+
"description": "The ID of the runner group.",
|
|
74774
74957
|
"type": "integer",
|
|
74775
74958
|
"example": 1
|
|
74776
74959
|
},
|
|
@@ -75139,12 +75322,12 @@
|
|
|
75139
75322
|
"type": "object",
|
|
75140
75323
|
"properties": {
|
|
75141
75324
|
"id": {
|
|
75142
|
-
"description": "The
|
|
75325
|
+
"description": "The ID of the runner.",
|
|
75143
75326
|
"type": "integer",
|
|
75144
75327
|
"example": 5
|
|
75145
75328
|
},
|
|
75146
75329
|
"runner_group_id": {
|
|
75147
|
-
"description": "The
|
|
75330
|
+
"description": "The ID of the runner group.",
|
|
75148
75331
|
"type": "integer",
|
|
75149
75332
|
"example": 1
|
|
75150
75333
|
},
|
|
@@ -77012,12 +77195,12 @@
|
|
|
77012
77195
|
"type": "object",
|
|
77013
77196
|
"properties": {
|
|
77014
77197
|
"id": {
|
|
77015
|
-
"description": "The
|
|
77198
|
+
"description": "The ID of the runner.",
|
|
77016
77199
|
"type": "integer",
|
|
77017
77200
|
"example": 5
|
|
77018
77201
|
},
|
|
77019
77202
|
"runner_group_id": {
|
|
77020
|
-
"description": "The
|
|
77203
|
+
"description": "The ID of the runner group.",
|
|
77021
77204
|
"type": "integer",
|
|
77022
77205
|
"example": 1
|
|
77023
77206
|
},
|
|
@@ -89850,6 +90033,66 @@
|
|
|
89850
90033
|
"type": "string",
|
|
89851
90034
|
"format": "uri"
|
|
89852
90035
|
},
|
|
90036
|
+
"type": {
|
|
90037
|
+
"title": "Issue Type",
|
|
90038
|
+
"description": "The type of issue.",
|
|
90039
|
+
"type": "object",
|
|
90040
|
+
"nullable": true,
|
|
90041
|
+
"properties": {
|
|
90042
|
+
"id": {
|
|
90043
|
+
"type": "integer",
|
|
90044
|
+
"description": "The unique identifier of the issue type."
|
|
90045
|
+
},
|
|
90046
|
+
"node_id": {
|
|
90047
|
+
"type": "string",
|
|
90048
|
+
"description": "The node identifier of the issue type."
|
|
90049
|
+
},
|
|
90050
|
+
"name": {
|
|
90051
|
+
"type": "string",
|
|
90052
|
+
"description": "The name of the issue type."
|
|
90053
|
+
},
|
|
90054
|
+
"description": {
|
|
90055
|
+
"type": "string",
|
|
90056
|
+
"description": "The description of the issue type.",
|
|
90057
|
+
"nullable": true
|
|
90058
|
+
},
|
|
90059
|
+
"color": {
|
|
90060
|
+
"type": "string",
|
|
90061
|
+
"description": "The color of the issue type.",
|
|
90062
|
+
"enum": [
|
|
90063
|
+
"gray",
|
|
90064
|
+
"blue",
|
|
90065
|
+
"green",
|
|
90066
|
+
"yellow",
|
|
90067
|
+
"orange",
|
|
90068
|
+
"red",
|
|
90069
|
+
"pink",
|
|
90070
|
+
"purple"
|
|
90071
|
+
],
|
|
90072
|
+
"nullable": true
|
|
90073
|
+
},
|
|
90074
|
+
"created_at": {
|
|
90075
|
+
"type": "string",
|
|
90076
|
+
"description": "The time the issue type created.",
|
|
90077
|
+
"format": "date-time"
|
|
90078
|
+
},
|
|
90079
|
+
"updated_at": {
|
|
90080
|
+
"type": "string",
|
|
90081
|
+
"description": "The time the issue type last updated.",
|
|
90082
|
+
"format": "date-time"
|
|
90083
|
+
},
|
|
90084
|
+
"is_enabled": {
|
|
90085
|
+
"type": "boolean",
|
|
90086
|
+
"description": "The enabled state of the issue type."
|
|
90087
|
+
}
|
|
90088
|
+
},
|
|
90089
|
+
"required": [
|
|
90090
|
+
"id",
|
|
90091
|
+
"node_id",
|
|
90092
|
+
"name",
|
|
90093
|
+
"description"
|
|
90094
|
+
]
|
|
90095
|
+
},
|
|
89853
90096
|
"repository": {
|
|
89854
90097
|
"title": "Repository",
|
|
89855
90098
|
"description": "A repository on GitHub.",
|
|
@@ -93503,6 +93746,7 @@
|
|
|
93503
93746
|
"id": {
|
|
93504
93747
|
"description": "Unique identifier of the webhook delivery.",
|
|
93505
93748
|
"type": "integer",
|
|
93749
|
+
"format": "int64",
|
|
93506
93750
|
"example": 42
|
|
93507
93751
|
},
|
|
93508
93752
|
"guid": {
|
|
@@ -93550,12 +93794,14 @@
|
|
|
93550
93794
|
"installation_id": {
|
|
93551
93795
|
"description": "The id of the GitHub App installation associated with this event.",
|
|
93552
93796
|
"type": "integer",
|
|
93797
|
+
"format": "int64",
|
|
93553
93798
|
"example": 123,
|
|
93554
93799
|
"nullable": true
|
|
93555
93800
|
},
|
|
93556
93801
|
"repository_id": {
|
|
93557
93802
|
"description": "The id of the repository associated with this event.",
|
|
93558
93803
|
"type": "integer",
|
|
93804
|
+
"format": "int64",
|
|
93559
93805
|
"example": 123,
|
|
93560
93806
|
"nullable": true
|
|
93561
93807
|
},
|
|
@@ -94712,7 +94958,7 @@
|
|
|
94712
94958
|
},
|
|
94713
94959
|
"dependabot_secrets": {
|
|
94714
94960
|
"type": "string",
|
|
94715
|
-
"description": "The
|
|
94961
|
+
"description": "The level of permission to grant the access token to manage Dependabot secrets.",
|
|
94716
94962
|
"enum": [
|
|
94717
94963
|
"read",
|
|
94718
94964
|
"write"
|
|
@@ -95668,7 +95914,7 @@
|
|
|
95668
95914
|
},
|
|
95669
95915
|
"dependabot_secrets": {
|
|
95670
95916
|
"type": "string",
|
|
95671
|
-
"description": "The
|
|
95917
|
+
"description": "The level of permission to grant the access token to manage Dependabot secrets.",
|
|
95672
95918
|
"enum": [
|
|
95673
95919
|
"read",
|
|
95674
95920
|
"write"
|
|
@@ -96357,6 +96603,15 @@
|
|
|
96357
96603
|
"type": "string"
|
|
96358
96604
|
}
|
|
96359
96605
|
},
|
|
96606
|
+
{
|
|
96607
|
+
"name": "type",
|
|
96608
|
+
"description": "Can be the name of an issue type.",
|
|
96609
|
+
"in": "query",
|
|
96610
|
+
"required": false,
|
|
96611
|
+
"schema": {
|
|
96612
|
+
"type": "string"
|
|
96613
|
+
}
|
|
96614
|
+
},
|
|
96360
96615
|
{
|
|
96361
96616
|
"name": "sort",
|
|
96362
96617
|
"description": "What to sort results by.",
|
|
@@ -97340,6 +97595,66 @@
|
|
|
97340
97595
|
"type": "string",
|
|
97341
97596
|
"format": "uri"
|
|
97342
97597
|
},
|
|
97598
|
+
"type": {
|
|
97599
|
+
"title": "Issue Type",
|
|
97600
|
+
"description": "The type of issue.",
|
|
97601
|
+
"type": "object",
|
|
97602
|
+
"nullable": true,
|
|
97603
|
+
"properties": {
|
|
97604
|
+
"id": {
|
|
97605
|
+
"type": "integer",
|
|
97606
|
+
"description": "The unique identifier of the issue type."
|
|
97607
|
+
},
|
|
97608
|
+
"node_id": {
|
|
97609
|
+
"type": "string",
|
|
97610
|
+
"description": "The node identifier of the issue type."
|
|
97611
|
+
},
|
|
97612
|
+
"name": {
|
|
97613
|
+
"type": "string",
|
|
97614
|
+
"description": "The name of the issue type."
|
|
97615
|
+
},
|
|
97616
|
+
"description": {
|
|
97617
|
+
"type": "string",
|
|
97618
|
+
"description": "The description of the issue type.",
|
|
97619
|
+
"nullable": true
|
|
97620
|
+
},
|
|
97621
|
+
"color": {
|
|
97622
|
+
"type": "string",
|
|
97623
|
+
"description": "The color of the issue type.",
|
|
97624
|
+
"enum": [
|
|
97625
|
+
"gray",
|
|
97626
|
+
"blue",
|
|
97627
|
+
"green",
|
|
97628
|
+
"yellow",
|
|
97629
|
+
"orange",
|
|
97630
|
+
"red",
|
|
97631
|
+
"pink",
|
|
97632
|
+
"purple"
|
|
97633
|
+
],
|
|
97634
|
+
"nullable": true
|
|
97635
|
+
},
|
|
97636
|
+
"created_at": {
|
|
97637
|
+
"type": "string",
|
|
97638
|
+
"description": "The time the issue type created.",
|
|
97639
|
+
"format": "date-time"
|
|
97640
|
+
},
|
|
97641
|
+
"updated_at": {
|
|
97642
|
+
"type": "string",
|
|
97643
|
+
"description": "The time the issue type last updated.",
|
|
97644
|
+
"format": "date-time"
|
|
97645
|
+
},
|
|
97646
|
+
"is_enabled": {
|
|
97647
|
+
"type": "boolean",
|
|
97648
|
+
"description": "The enabled state of the issue type."
|
|
97649
|
+
}
|
|
97650
|
+
},
|
|
97651
|
+
"required": [
|
|
97652
|
+
"id",
|
|
97653
|
+
"node_id",
|
|
97654
|
+
"name",
|
|
97655
|
+
"description"
|
|
97656
|
+
]
|
|
97657
|
+
},
|
|
97343
97658
|
"repository": {
|
|
97344
97659
|
"title": "Repository",
|
|
97345
97660
|
"description": "A repository on GitHub.",
|
|
@@ -111437,6 +111752,20 @@
|
|
|
111437
111752
|
"type": "string",
|
|
111438
111753
|
"format": "date-time"
|
|
111439
111754
|
}
|
|
111755
|
+
},
|
|
111756
|
+
{
|
|
111757
|
+
"name": "token_id",
|
|
111758
|
+
"description": "The ID of the token",
|
|
111759
|
+
"in": "query",
|
|
111760
|
+
"required": false,
|
|
111761
|
+
"schema": {
|
|
111762
|
+
"type": "array",
|
|
111763
|
+
"maxItems": 50,
|
|
111764
|
+
"items": {
|
|
111765
|
+
"type": "string"
|
|
111766
|
+
},
|
|
111767
|
+
"example": "token_id[]=1,token_id[]=2"
|
|
111768
|
+
}
|
|
111440
111769
|
}
|
|
111441
111770
|
],
|
|
111442
111771
|
"responses": {
|
|
@@ -113390,6 +113719,20 @@
|
|
|
113390
113719
|
"type": "string",
|
|
113391
113720
|
"format": "date-time"
|
|
113392
113721
|
}
|
|
113722
|
+
},
|
|
113723
|
+
{
|
|
113724
|
+
"name": "token_id",
|
|
113725
|
+
"description": "The ID of the token",
|
|
113726
|
+
"in": "query",
|
|
113727
|
+
"required": false,
|
|
113728
|
+
"schema": {
|
|
113729
|
+
"type": "array",
|
|
113730
|
+
"maxItems": 50,
|
|
113731
|
+
"items": {
|
|
113732
|
+
"type": "string"
|
|
113733
|
+
},
|
|
113734
|
+
"example": "token_id[]=1,token_id[]=2"
|
|
113735
|
+
}
|
|
113393
113736
|
}
|
|
113394
113737
|
],
|
|
113395
113738
|
"responses": {
|
|
@@ -116644,7 +116987,7 @@
|
|
|
116644
116987
|
},
|
|
116645
116988
|
"patch": {
|
|
116646
116989
|
"summary": "Create or update custom properties for an organization",
|
|
116647
|
-
"description": "Creates new or updates existing custom properties defined for an organization in a batch.\n\nTo use this endpoint, the authenticated user must be one of:\n - An administrator for the organization.\n - A user, or a user on a team, with the fine-grained permission of `custom_properties_org_definitions_manager` in the organization.",
|
|
116990
|
+
"description": "Creates new or updates existing custom properties defined for an organization in a batch.\n\nIf the property already exists, the existing property will be replaced with the new values.\nMissing optional values will fall back to default values, previous values will be overwritten.\nE.g. if a property exists with `values_editable_by: org_and_repo_actors` and it's updated without specifying `values_editable_by`, it will be updated to default value `org_actors`.\n\nTo use this endpoint, the authenticated user must be one of:\n - An administrator for the organization.\n - A user, or a user on a team, with the fine-grained permission of `custom_properties_org_definitions_manager` in the organization.",
|
|
116648
116991
|
"tags": [
|
|
116649
116992
|
"orgs"
|
|
116650
116993
|
],
|
|
@@ -117274,6 +117617,16 @@
|
|
|
117274
117617
|
"maxItems": 200,
|
|
117275
117618
|
"nullable": true,
|
|
117276
117619
|
"description": "An ordered list of the allowed values of the property.\nThe property can have up to 200 allowed values."
|
|
117620
|
+
},
|
|
117621
|
+
"values_editable_by": {
|
|
117622
|
+
"type": "string",
|
|
117623
|
+
"nullable": true,
|
|
117624
|
+
"enum": [
|
|
117625
|
+
"org_actors",
|
|
117626
|
+
"org_and_repo_actors"
|
|
117627
|
+
],
|
|
117628
|
+
"example": "org_actors",
|
|
117629
|
+
"description": "Who can edit the values of the property"
|
|
117277
117630
|
}
|
|
117278
117631
|
},
|
|
117279
117632
|
"required": [
|
|
@@ -160839,12 +161192,12 @@
|
|
|
160839
161192
|
"type": "object",
|
|
160840
161193
|
"properties": {
|
|
160841
161194
|
"id": {
|
|
160842
|
-
"description": "The
|
|
161195
|
+
"description": "The ID of the runner.",
|
|
160843
161196
|
"type": "integer",
|
|
160844
161197
|
"example": 5
|
|
160845
161198
|
},
|
|
160846
161199
|
"runner_group_id": {
|
|
160847
|
-
"description": "The
|
|
161200
|
+
"description": "The ID of the runner group.",
|
|
160848
161201
|
"type": "integer",
|
|
160849
161202
|
"example": 1
|
|
160850
161203
|
},
|
|
@@ -161231,12 +161584,12 @@
|
|
|
161231
161584
|
"type": "object",
|
|
161232
161585
|
"properties": {
|
|
161233
161586
|
"id": {
|
|
161234
|
-
"description": "The
|
|
161587
|
+
"description": "The ID of the runner.",
|
|
161235
161588
|
"type": "integer",
|
|
161236
161589
|
"example": 5
|
|
161237
161590
|
},
|
|
161238
161591
|
"runner_group_id": {
|
|
161239
|
-
"description": "The
|
|
161592
|
+
"description": "The ID of the runner group.",
|
|
161240
161593
|
"type": "integer",
|
|
161241
161594
|
"example": 1
|
|
161242
161595
|
},
|
|
@@ -163131,12 +163484,12 @@
|
|
|
163131
163484
|
"type": "object",
|
|
163132
163485
|
"properties": {
|
|
163133
163486
|
"id": {
|
|
163134
|
-
"description": "The
|
|
163487
|
+
"description": "The ID of the runner.",
|
|
163135
163488
|
"type": "integer",
|
|
163136
163489
|
"example": 5
|
|
163137
163490
|
},
|
|
163138
163491
|
"runner_group_id": {
|
|
163139
|
-
"description": "The
|
|
163492
|
+
"description": "The ID of the runner group.",
|
|
163140
163493
|
"type": "integer",
|
|
163141
163494
|
"example": 1
|
|
163142
163495
|
},
|
|
@@ -247524,7 +247877,7 @@
|
|
|
247524
247877
|
},
|
|
247525
247878
|
"post": {
|
|
247526
247879
|
"summary": "Create a custom deployment protection rule on an environment",
|
|
247527
|
-
"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.14/rest/apps/apps#get-an-app).\n\nOAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint.",
|
|
247880
|
+
"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.14/rest/apps/apps#get-an-app), as well as the [guide to creating custom deployment protection rules](https://docs.github.com/enterprise-server@3.14/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.",
|
|
247528
247881
|
"tags": [
|
|
247529
247882
|
"repos"
|
|
247530
247883
|
],
|
|
@@ -250162,6 +250515,66 @@
|
|
|
250162
250515
|
"type": "string",
|
|
250163
250516
|
"format": "uri"
|
|
250164
250517
|
},
|
|
250518
|
+
"type": {
|
|
250519
|
+
"title": "Issue Type",
|
|
250520
|
+
"description": "The type of issue.",
|
|
250521
|
+
"type": "object",
|
|
250522
|
+
"nullable": true,
|
|
250523
|
+
"properties": {
|
|
250524
|
+
"id": {
|
|
250525
|
+
"type": "integer",
|
|
250526
|
+
"description": "The unique identifier of the issue type."
|
|
250527
|
+
},
|
|
250528
|
+
"node_id": {
|
|
250529
|
+
"type": "string",
|
|
250530
|
+
"description": "The node identifier of the issue type."
|
|
250531
|
+
},
|
|
250532
|
+
"name": {
|
|
250533
|
+
"type": "string",
|
|
250534
|
+
"description": "The name of the issue type."
|
|
250535
|
+
},
|
|
250536
|
+
"description": {
|
|
250537
|
+
"type": "string",
|
|
250538
|
+
"description": "The description of the issue type.",
|
|
250539
|
+
"nullable": true
|
|
250540
|
+
},
|
|
250541
|
+
"color": {
|
|
250542
|
+
"type": "string",
|
|
250543
|
+
"description": "The color of the issue type.",
|
|
250544
|
+
"enum": [
|
|
250545
|
+
"gray",
|
|
250546
|
+
"blue",
|
|
250547
|
+
"green",
|
|
250548
|
+
"yellow",
|
|
250549
|
+
"orange",
|
|
250550
|
+
"red",
|
|
250551
|
+
"pink",
|
|
250552
|
+
"purple"
|
|
250553
|
+
],
|
|
250554
|
+
"nullable": true
|
|
250555
|
+
},
|
|
250556
|
+
"created_at": {
|
|
250557
|
+
"type": "string",
|
|
250558
|
+
"description": "The time the issue type created.",
|
|
250559
|
+
"format": "date-time"
|
|
250560
|
+
},
|
|
250561
|
+
"updated_at": {
|
|
250562
|
+
"type": "string",
|
|
250563
|
+
"description": "The time the issue type last updated.",
|
|
250564
|
+
"format": "date-time"
|
|
250565
|
+
},
|
|
250566
|
+
"is_enabled": {
|
|
250567
|
+
"type": "boolean",
|
|
250568
|
+
"description": "The enabled state of the issue type."
|
|
250569
|
+
}
|
|
250570
|
+
},
|
|
250571
|
+
"required": [
|
|
250572
|
+
"id",
|
|
250573
|
+
"node_id",
|
|
250574
|
+
"name",
|
|
250575
|
+
"description"
|
|
250576
|
+
]
|
|
250577
|
+
},
|
|
250165
250578
|
"repository": {
|
|
250166
250579
|
"title": "Repository",
|
|
250167
250580
|
"description": "A repository on GitHub.",
|
|
@@ -262200,6 +262613,7 @@
|
|
|
262200
262613
|
"id": {
|
|
262201
262614
|
"description": "Unique identifier of the webhook delivery.",
|
|
262202
262615
|
"type": "integer",
|
|
262616
|
+
"format": "int64",
|
|
262203
262617
|
"example": 42
|
|
262204
262618
|
},
|
|
262205
262619
|
"guid": {
|
|
@@ -262247,12 +262661,14 @@
|
|
|
262247
262661
|
"installation_id": {
|
|
262248
262662
|
"description": "The id of the GitHub App installation associated with this event.",
|
|
262249
262663
|
"type": "integer",
|
|
262664
|
+
"format": "int64",
|
|
262250
262665
|
"example": 123,
|
|
262251
262666
|
"nullable": true
|
|
262252
262667
|
},
|
|
262253
262668
|
"repository_id": {
|
|
262254
262669
|
"description": "The id of the repository associated with this event.",
|
|
262255
262670
|
"type": "integer",
|
|
262671
|
+
"format": "int64",
|
|
262256
262672
|
"example": 123,
|
|
262257
262673
|
"nullable": true
|
|
262258
262674
|
},
|
|
@@ -263526,7 +263942,7 @@
|
|
|
263526
263942
|
},
|
|
263527
263943
|
"dependabot_secrets": {
|
|
263528
263944
|
"type": "string",
|
|
263529
|
-
"description": "The
|
|
263945
|
+
"description": "The level of permission to grant the access token to manage Dependabot secrets.",
|
|
263530
263946
|
"enum": [
|
|
263531
263947
|
"read",
|
|
263532
263948
|
"write"
|
|
@@ -266608,6 +267024,15 @@
|
|
|
266608
267024
|
"type": "string"
|
|
266609
267025
|
}
|
|
266610
267026
|
},
|
|
267027
|
+
{
|
|
267028
|
+
"name": "type",
|
|
267029
|
+
"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.",
|
|
267030
|
+
"in": "query",
|
|
267031
|
+
"required": false,
|
|
267032
|
+
"schema": {
|
|
267033
|
+
"type": "string"
|
|
267034
|
+
}
|
|
267035
|
+
},
|
|
266611
267036
|
{
|
|
266612
267037
|
"name": "creator",
|
|
266613
267038
|
"description": "The user that created the issue.",
|
|
@@ -267618,6 +268043,66 @@
|
|
|
267618
268043
|
"type": "string",
|
|
267619
268044
|
"format": "uri"
|
|
267620
268045
|
},
|
|
268046
|
+
"type": {
|
|
268047
|
+
"title": "Issue Type",
|
|
268048
|
+
"description": "The type of issue.",
|
|
268049
|
+
"type": "object",
|
|
268050
|
+
"nullable": true,
|
|
268051
|
+
"properties": {
|
|
268052
|
+
"id": {
|
|
268053
|
+
"type": "integer",
|
|
268054
|
+
"description": "The unique identifier of the issue type."
|
|
268055
|
+
},
|
|
268056
|
+
"node_id": {
|
|
268057
|
+
"type": "string",
|
|
268058
|
+
"description": "The node identifier of the issue type."
|
|
268059
|
+
},
|
|
268060
|
+
"name": {
|
|
268061
|
+
"type": "string",
|
|
268062
|
+
"description": "The name of the issue type."
|
|
268063
|
+
},
|
|
268064
|
+
"description": {
|
|
268065
|
+
"type": "string",
|
|
268066
|
+
"description": "The description of the issue type.",
|
|
268067
|
+
"nullable": true
|
|
268068
|
+
},
|
|
268069
|
+
"color": {
|
|
268070
|
+
"type": "string",
|
|
268071
|
+
"description": "The color of the issue type.",
|
|
268072
|
+
"enum": [
|
|
268073
|
+
"gray",
|
|
268074
|
+
"blue",
|
|
268075
|
+
"green",
|
|
268076
|
+
"yellow",
|
|
268077
|
+
"orange",
|
|
268078
|
+
"red",
|
|
268079
|
+
"pink",
|
|
268080
|
+
"purple"
|
|
268081
|
+
],
|
|
268082
|
+
"nullable": true
|
|
268083
|
+
},
|
|
268084
|
+
"created_at": {
|
|
268085
|
+
"type": "string",
|
|
268086
|
+
"description": "The time the issue type created.",
|
|
268087
|
+
"format": "date-time"
|
|
268088
|
+
},
|
|
268089
|
+
"updated_at": {
|
|
268090
|
+
"type": "string",
|
|
268091
|
+
"description": "The time the issue type last updated.",
|
|
268092
|
+
"format": "date-time"
|
|
268093
|
+
},
|
|
268094
|
+
"is_enabled": {
|
|
268095
|
+
"type": "boolean",
|
|
268096
|
+
"description": "The enabled state of the issue type."
|
|
268097
|
+
}
|
|
268098
|
+
},
|
|
268099
|
+
"required": [
|
|
268100
|
+
"id",
|
|
268101
|
+
"node_id",
|
|
268102
|
+
"name",
|
|
268103
|
+
"description"
|
|
268104
|
+
]
|
|
268105
|
+
},
|
|
267621
268106
|
"repository": {
|
|
267622
268107
|
"title": "Repository",
|
|
267623
268108
|
"description": "A repository on GitHub.",
|
|
@@ -269175,6 +269660,12 @@
|
|
|
269175
269660
|
"items": {
|
|
269176
269661
|
"type": "string"
|
|
269177
269662
|
}
|
|
269663
|
+
},
|
|
269664
|
+
"type": {
|
|
269665
|
+
"type": "string",
|
|
269666
|
+
"description": "The name of the issue type to associate with this issue.",
|
|
269667
|
+
"nullable": true,
|
|
269668
|
+
"example": "Epic"
|
|
269178
269669
|
}
|
|
269179
269670
|
},
|
|
269180
269671
|
"required": [
|
|
@@ -270122,6 +270613,66 @@
|
|
|
270122
270613
|
"type": "string",
|
|
270123
270614
|
"format": "uri"
|
|
270124
270615
|
},
|
|
270616
|
+
"type": {
|
|
270617
|
+
"title": "Issue Type",
|
|
270618
|
+
"description": "The type of issue.",
|
|
270619
|
+
"type": "object",
|
|
270620
|
+
"nullable": true,
|
|
270621
|
+
"properties": {
|
|
270622
|
+
"id": {
|
|
270623
|
+
"type": "integer",
|
|
270624
|
+
"description": "The unique identifier of the issue type."
|
|
270625
|
+
},
|
|
270626
|
+
"node_id": {
|
|
270627
|
+
"type": "string",
|
|
270628
|
+
"description": "The node identifier of the issue type."
|
|
270629
|
+
},
|
|
270630
|
+
"name": {
|
|
270631
|
+
"type": "string",
|
|
270632
|
+
"description": "The name of the issue type."
|
|
270633
|
+
},
|
|
270634
|
+
"description": {
|
|
270635
|
+
"type": "string",
|
|
270636
|
+
"description": "The description of the issue type.",
|
|
270637
|
+
"nullable": true
|
|
270638
|
+
},
|
|
270639
|
+
"color": {
|
|
270640
|
+
"type": "string",
|
|
270641
|
+
"description": "The color of the issue type.",
|
|
270642
|
+
"enum": [
|
|
270643
|
+
"gray",
|
|
270644
|
+
"blue",
|
|
270645
|
+
"green",
|
|
270646
|
+
"yellow",
|
|
270647
|
+
"orange",
|
|
270648
|
+
"red",
|
|
270649
|
+
"pink",
|
|
270650
|
+
"purple"
|
|
270651
|
+
],
|
|
270652
|
+
"nullable": true
|
|
270653
|
+
},
|
|
270654
|
+
"created_at": {
|
|
270655
|
+
"type": "string",
|
|
270656
|
+
"description": "The time the issue type created.",
|
|
270657
|
+
"format": "date-time"
|
|
270658
|
+
},
|
|
270659
|
+
"updated_at": {
|
|
270660
|
+
"type": "string",
|
|
270661
|
+
"description": "The time the issue type last updated.",
|
|
270662
|
+
"format": "date-time"
|
|
270663
|
+
},
|
|
270664
|
+
"is_enabled": {
|
|
270665
|
+
"type": "boolean",
|
|
270666
|
+
"description": "The enabled state of the issue type."
|
|
270667
|
+
}
|
|
270668
|
+
},
|
|
270669
|
+
"required": [
|
|
270670
|
+
"id",
|
|
270671
|
+
"node_id",
|
|
270672
|
+
"name",
|
|
270673
|
+
"description"
|
|
270674
|
+
]
|
|
270675
|
+
},
|
|
270125
270676
|
"repository": {
|
|
270126
270677
|
"title": "Repository",
|
|
270127
270678
|
"description": "A repository on GitHub.",
|
|
@@ -276100,6 +276651,66 @@
|
|
|
276100
276651
|
"type": "string",
|
|
276101
276652
|
"format": "uri"
|
|
276102
276653
|
},
|
|
276654
|
+
"type": {
|
|
276655
|
+
"title": "Issue Type",
|
|
276656
|
+
"description": "The type of issue.",
|
|
276657
|
+
"type": "object",
|
|
276658
|
+
"nullable": true,
|
|
276659
|
+
"properties": {
|
|
276660
|
+
"id": {
|
|
276661
|
+
"type": "integer",
|
|
276662
|
+
"description": "The unique identifier of the issue type."
|
|
276663
|
+
},
|
|
276664
|
+
"node_id": {
|
|
276665
|
+
"type": "string",
|
|
276666
|
+
"description": "The node identifier of the issue type."
|
|
276667
|
+
},
|
|
276668
|
+
"name": {
|
|
276669
|
+
"type": "string",
|
|
276670
|
+
"description": "The name of the issue type."
|
|
276671
|
+
},
|
|
276672
|
+
"description": {
|
|
276673
|
+
"type": "string",
|
|
276674
|
+
"description": "The description of the issue type.",
|
|
276675
|
+
"nullable": true
|
|
276676
|
+
},
|
|
276677
|
+
"color": {
|
|
276678
|
+
"type": "string",
|
|
276679
|
+
"description": "The color of the issue type.",
|
|
276680
|
+
"enum": [
|
|
276681
|
+
"gray",
|
|
276682
|
+
"blue",
|
|
276683
|
+
"green",
|
|
276684
|
+
"yellow",
|
|
276685
|
+
"orange",
|
|
276686
|
+
"red",
|
|
276687
|
+
"pink",
|
|
276688
|
+
"purple"
|
|
276689
|
+
],
|
|
276690
|
+
"nullable": true
|
|
276691
|
+
},
|
|
276692
|
+
"created_at": {
|
|
276693
|
+
"type": "string",
|
|
276694
|
+
"description": "The time the issue type created.",
|
|
276695
|
+
"format": "date-time"
|
|
276696
|
+
},
|
|
276697
|
+
"updated_at": {
|
|
276698
|
+
"type": "string",
|
|
276699
|
+
"description": "The time the issue type last updated.",
|
|
276700
|
+
"format": "date-time"
|
|
276701
|
+
},
|
|
276702
|
+
"is_enabled": {
|
|
276703
|
+
"type": "boolean",
|
|
276704
|
+
"description": "The enabled state of the issue type."
|
|
276705
|
+
}
|
|
276706
|
+
},
|
|
276707
|
+
"required": [
|
|
276708
|
+
"id",
|
|
276709
|
+
"node_id",
|
|
276710
|
+
"name",
|
|
276711
|
+
"description"
|
|
276712
|
+
]
|
|
276713
|
+
},
|
|
276103
276714
|
"repository": {
|
|
276104
276715
|
"title": "Repository",
|
|
276105
276716
|
"description": "A repository on GitHub.",
|
|
@@ -279766,6 +280377,66 @@
|
|
|
279766
280377
|
"type": "string",
|
|
279767
280378
|
"format": "uri"
|
|
279768
280379
|
},
|
|
280380
|
+
"type": {
|
|
280381
|
+
"title": "Issue Type",
|
|
280382
|
+
"description": "The type of issue.",
|
|
280383
|
+
"type": "object",
|
|
280384
|
+
"nullable": true,
|
|
280385
|
+
"properties": {
|
|
280386
|
+
"id": {
|
|
280387
|
+
"type": "integer",
|
|
280388
|
+
"description": "The unique identifier of the issue type."
|
|
280389
|
+
},
|
|
280390
|
+
"node_id": {
|
|
280391
|
+
"type": "string",
|
|
280392
|
+
"description": "The node identifier of the issue type."
|
|
280393
|
+
},
|
|
280394
|
+
"name": {
|
|
280395
|
+
"type": "string",
|
|
280396
|
+
"description": "The name of the issue type."
|
|
280397
|
+
},
|
|
280398
|
+
"description": {
|
|
280399
|
+
"type": "string",
|
|
280400
|
+
"description": "The description of the issue type.",
|
|
280401
|
+
"nullable": true
|
|
280402
|
+
},
|
|
280403
|
+
"color": {
|
|
280404
|
+
"type": "string",
|
|
280405
|
+
"description": "The color of the issue type.",
|
|
280406
|
+
"enum": [
|
|
280407
|
+
"gray",
|
|
280408
|
+
"blue",
|
|
280409
|
+
"green",
|
|
280410
|
+
"yellow",
|
|
280411
|
+
"orange",
|
|
280412
|
+
"red",
|
|
280413
|
+
"pink",
|
|
280414
|
+
"purple"
|
|
280415
|
+
],
|
|
280416
|
+
"nullable": true
|
|
280417
|
+
},
|
|
280418
|
+
"created_at": {
|
|
280419
|
+
"type": "string",
|
|
280420
|
+
"description": "The time the issue type created.",
|
|
280421
|
+
"format": "date-time"
|
|
280422
|
+
},
|
|
280423
|
+
"updated_at": {
|
|
280424
|
+
"type": "string",
|
|
280425
|
+
"description": "The time the issue type last updated.",
|
|
280426
|
+
"format": "date-time"
|
|
280427
|
+
},
|
|
280428
|
+
"is_enabled": {
|
|
280429
|
+
"type": "boolean",
|
|
280430
|
+
"description": "The enabled state of the issue type."
|
|
280431
|
+
}
|
|
280432
|
+
},
|
|
280433
|
+
"required": [
|
|
280434
|
+
"id",
|
|
280435
|
+
"node_id",
|
|
280436
|
+
"name",
|
|
280437
|
+
"description"
|
|
280438
|
+
]
|
|
280439
|
+
},
|
|
279769
280440
|
"repository": {
|
|
279770
280441
|
"title": "Repository",
|
|
279771
280442
|
"description": "A repository on GitHub.",
|
|
@@ -283308,6 +283979,66 @@
|
|
|
283308
283979
|
"type": "string",
|
|
283309
283980
|
"format": "uri"
|
|
283310
283981
|
},
|
|
283982
|
+
"type": {
|
|
283983
|
+
"title": "Issue Type",
|
|
283984
|
+
"description": "The type of issue.",
|
|
283985
|
+
"type": "object",
|
|
283986
|
+
"nullable": true,
|
|
283987
|
+
"properties": {
|
|
283988
|
+
"id": {
|
|
283989
|
+
"type": "integer",
|
|
283990
|
+
"description": "The unique identifier of the issue type."
|
|
283991
|
+
},
|
|
283992
|
+
"node_id": {
|
|
283993
|
+
"type": "string",
|
|
283994
|
+
"description": "The node identifier of the issue type."
|
|
283995
|
+
},
|
|
283996
|
+
"name": {
|
|
283997
|
+
"type": "string",
|
|
283998
|
+
"description": "The name of the issue type."
|
|
283999
|
+
},
|
|
284000
|
+
"description": {
|
|
284001
|
+
"type": "string",
|
|
284002
|
+
"description": "The description of the issue type.",
|
|
284003
|
+
"nullable": true
|
|
284004
|
+
},
|
|
284005
|
+
"color": {
|
|
284006
|
+
"type": "string",
|
|
284007
|
+
"description": "The color of the issue type.",
|
|
284008
|
+
"enum": [
|
|
284009
|
+
"gray",
|
|
284010
|
+
"blue",
|
|
284011
|
+
"green",
|
|
284012
|
+
"yellow",
|
|
284013
|
+
"orange",
|
|
284014
|
+
"red",
|
|
284015
|
+
"pink",
|
|
284016
|
+
"purple"
|
|
284017
|
+
],
|
|
284018
|
+
"nullable": true
|
|
284019
|
+
},
|
|
284020
|
+
"created_at": {
|
|
284021
|
+
"type": "string",
|
|
284022
|
+
"description": "The time the issue type created.",
|
|
284023
|
+
"format": "date-time"
|
|
284024
|
+
},
|
|
284025
|
+
"updated_at": {
|
|
284026
|
+
"type": "string",
|
|
284027
|
+
"description": "The time the issue type last updated.",
|
|
284028
|
+
"format": "date-time"
|
|
284029
|
+
},
|
|
284030
|
+
"is_enabled": {
|
|
284031
|
+
"type": "boolean",
|
|
284032
|
+
"description": "The enabled state of the issue type."
|
|
284033
|
+
}
|
|
284034
|
+
},
|
|
284035
|
+
"required": [
|
|
284036
|
+
"id",
|
|
284037
|
+
"node_id",
|
|
284038
|
+
"name",
|
|
284039
|
+
"description"
|
|
284040
|
+
]
|
|
284041
|
+
},
|
|
283311
284042
|
"repository": {
|
|
283312
284043
|
"title": "Repository",
|
|
283313
284044
|
"description": "A repository on GitHub.",
|
|
@@ -284844,6 +285575,12 @@
|
|
|
284844
285575
|
"items": {
|
|
284845
285576
|
"type": "string"
|
|
284846
285577
|
}
|
|
285578
|
+
},
|
|
285579
|
+
"type": {
|
|
285580
|
+
"type": "string",
|
|
285581
|
+
"description": "The name of the issue type to associate with this issue or use `null` to remove the current issue type.",
|
|
285582
|
+
"nullable": true,
|
|
285583
|
+
"example": "Epic"
|
|
284847
285584
|
}
|
|
284848
285585
|
}
|
|
284849
285586
|
},
|
|
@@ -285789,6 +286526,66 @@
|
|
|
285789
286526
|
"type": "string",
|
|
285790
286527
|
"format": "uri"
|
|
285791
286528
|
},
|
|
286529
|
+
"type": {
|
|
286530
|
+
"title": "Issue Type",
|
|
286531
|
+
"description": "The type of issue.",
|
|
286532
|
+
"type": "object",
|
|
286533
|
+
"nullable": true,
|
|
286534
|
+
"properties": {
|
|
286535
|
+
"id": {
|
|
286536
|
+
"type": "integer",
|
|
286537
|
+
"description": "The unique identifier of the issue type."
|
|
286538
|
+
},
|
|
286539
|
+
"node_id": {
|
|
286540
|
+
"type": "string",
|
|
286541
|
+
"description": "The node identifier of the issue type."
|
|
286542
|
+
},
|
|
286543
|
+
"name": {
|
|
286544
|
+
"type": "string",
|
|
286545
|
+
"description": "The name of the issue type."
|
|
286546
|
+
},
|
|
286547
|
+
"description": {
|
|
286548
|
+
"type": "string",
|
|
286549
|
+
"description": "The description of the issue type.",
|
|
286550
|
+
"nullable": true
|
|
286551
|
+
},
|
|
286552
|
+
"color": {
|
|
286553
|
+
"type": "string",
|
|
286554
|
+
"description": "The color of the issue type.",
|
|
286555
|
+
"enum": [
|
|
286556
|
+
"gray",
|
|
286557
|
+
"blue",
|
|
286558
|
+
"green",
|
|
286559
|
+
"yellow",
|
|
286560
|
+
"orange",
|
|
286561
|
+
"red",
|
|
286562
|
+
"pink",
|
|
286563
|
+
"purple"
|
|
286564
|
+
],
|
|
286565
|
+
"nullable": true
|
|
286566
|
+
},
|
|
286567
|
+
"created_at": {
|
|
286568
|
+
"type": "string",
|
|
286569
|
+
"description": "The time the issue type created.",
|
|
286570
|
+
"format": "date-time"
|
|
286571
|
+
},
|
|
286572
|
+
"updated_at": {
|
|
286573
|
+
"type": "string",
|
|
286574
|
+
"description": "The time the issue type last updated.",
|
|
286575
|
+
"format": "date-time"
|
|
286576
|
+
},
|
|
286577
|
+
"is_enabled": {
|
|
286578
|
+
"type": "boolean",
|
|
286579
|
+
"description": "The enabled state of the issue type."
|
|
286580
|
+
}
|
|
286581
|
+
},
|
|
286582
|
+
"required": [
|
|
286583
|
+
"id",
|
|
286584
|
+
"node_id",
|
|
286585
|
+
"name",
|
|
286586
|
+
"description"
|
|
286587
|
+
]
|
|
286588
|
+
},
|
|
285792
286589
|
"repository": {
|
|
285793
286590
|
"title": "Repository",
|
|
285794
286591
|
"description": "A repository on GitHub.",
|
|
@@ -288296,6 +289093,66 @@
|
|
|
288296
289093
|
"type": "string",
|
|
288297
289094
|
"format": "uri"
|
|
288298
289095
|
},
|
|
289096
|
+
"type": {
|
|
289097
|
+
"title": "Issue Type",
|
|
289098
|
+
"description": "The type of issue.",
|
|
289099
|
+
"type": "object",
|
|
289100
|
+
"nullable": true,
|
|
289101
|
+
"properties": {
|
|
289102
|
+
"id": {
|
|
289103
|
+
"type": "integer",
|
|
289104
|
+
"description": "The unique identifier of the issue type."
|
|
289105
|
+
},
|
|
289106
|
+
"node_id": {
|
|
289107
|
+
"type": "string",
|
|
289108
|
+
"description": "The node identifier of the issue type."
|
|
289109
|
+
},
|
|
289110
|
+
"name": {
|
|
289111
|
+
"type": "string",
|
|
289112
|
+
"description": "The name of the issue type."
|
|
289113
|
+
},
|
|
289114
|
+
"description": {
|
|
289115
|
+
"type": "string",
|
|
289116
|
+
"description": "The description of the issue type.",
|
|
289117
|
+
"nullable": true
|
|
289118
|
+
},
|
|
289119
|
+
"color": {
|
|
289120
|
+
"type": "string",
|
|
289121
|
+
"description": "The color of the issue type.",
|
|
289122
|
+
"enum": [
|
|
289123
|
+
"gray",
|
|
289124
|
+
"blue",
|
|
289125
|
+
"green",
|
|
289126
|
+
"yellow",
|
|
289127
|
+
"orange",
|
|
289128
|
+
"red",
|
|
289129
|
+
"pink",
|
|
289130
|
+
"purple"
|
|
289131
|
+
],
|
|
289132
|
+
"nullable": true
|
|
289133
|
+
},
|
|
289134
|
+
"created_at": {
|
|
289135
|
+
"type": "string",
|
|
289136
|
+
"description": "The time the issue type created.",
|
|
289137
|
+
"format": "date-time"
|
|
289138
|
+
},
|
|
289139
|
+
"updated_at": {
|
|
289140
|
+
"type": "string",
|
|
289141
|
+
"description": "The time the issue type last updated.",
|
|
289142
|
+
"format": "date-time"
|
|
289143
|
+
},
|
|
289144
|
+
"is_enabled": {
|
|
289145
|
+
"type": "boolean",
|
|
289146
|
+
"description": "The enabled state of the issue type."
|
|
289147
|
+
}
|
|
289148
|
+
},
|
|
289149
|
+
"required": [
|
|
289150
|
+
"id",
|
|
289151
|
+
"node_id",
|
|
289152
|
+
"name",
|
|
289153
|
+
"description"
|
|
289154
|
+
]
|
|
289155
|
+
},
|
|
288299
289156
|
"repository": {
|
|
288300
289157
|
"title": "Repository",
|
|
288301
289158
|
"description": "A repository on GitHub.",
|
|
@@ -314644,6 +315501,66 @@
|
|
|
314644
315501
|
"type": "string",
|
|
314645
315502
|
"format": "uri"
|
|
314646
315503
|
},
|
|
315504
|
+
"type": {
|
|
315505
|
+
"title": "Issue Type",
|
|
315506
|
+
"description": "The type of issue.",
|
|
315507
|
+
"type": "object",
|
|
315508
|
+
"nullable": true,
|
|
315509
|
+
"properties": {
|
|
315510
|
+
"id": {
|
|
315511
|
+
"type": "integer",
|
|
315512
|
+
"description": "The unique identifier of the issue type."
|
|
315513
|
+
},
|
|
315514
|
+
"node_id": {
|
|
315515
|
+
"type": "string",
|
|
315516
|
+
"description": "The node identifier of the issue type."
|
|
315517
|
+
},
|
|
315518
|
+
"name": {
|
|
315519
|
+
"type": "string",
|
|
315520
|
+
"description": "The name of the issue type."
|
|
315521
|
+
},
|
|
315522
|
+
"description": {
|
|
315523
|
+
"type": "string",
|
|
315524
|
+
"description": "The description of the issue type.",
|
|
315525
|
+
"nullable": true
|
|
315526
|
+
},
|
|
315527
|
+
"color": {
|
|
315528
|
+
"type": "string",
|
|
315529
|
+
"description": "The color of the issue type.",
|
|
315530
|
+
"enum": [
|
|
315531
|
+
"gray",
|
|
315532
|
+
"blue",
|
|
315533
|
+
"green",
|
|
315534
|
+
"yellow",
|
|
315535
|
+
"orange",
|
|
315536
|
+
"red",
|
|
315537
|
+
"pink",
|
|
315538
|
+
"purple"
|
|
315539
|
+
],
|
|
315540
|
+
"nullable": true
|
|
315541
|
+
},
|
|
315542
|
+
"created_at": {
|
|
315543
|
+
"type": "string",
|
|
315544
|
+
"description": "The time the issue type created.",
|
|
315545
|
+
"format": "date-time"
|
|
315546
|
+
},
|
|
315547
|
+
"updated_at": {
|
|
315548
|
+
"type": "string",
|
|
315549
|
+
"description": "The time the issue type last updated.",
|
|
315550
|
+
"format": "date-time"
|
|
315551
|
+
},
|
|
315552
|
+
"is_enabled": {
|
|
315553
|
+
"type": "boolean",
|
|
315554
|
+
"description": "The enabled state of the issue type."
|
|
315555
|
+
}
|
|
315556
|
+
},
|
|
315557
|
+
"required": [
|
|
315558
|
+
"id",
|
|
315559
|
+
"node_id",
|
|
315560
|
+
"name",
|
|
315561
|
+
"description"
|
|
315562
|
+
]
|
|
315563
|
+
},
|
|
314647
315564
|
"repository": {
|
|
314648
315565
|
"title": "Repository",
|
|
314649
315566
|
"description": "A repository on GitHub.",
|
|
@@ -400146,6 +401063,66 @@
|
|
|
400146
401063
|
"type": "string",
|
|
400147
401064
|
"format": "uri"
|
|
400148
401065
|
},
|
|
401066
|
+
"type": {
|
|
401067
|
+
"title": "Issue Type",
|
|
401068
|
+
"description": "The type of issue.",
|
|
401069
|
+
"type": "object",
|
|
401070
|
+
"nullable": true,
|
|
401071
|
+
"properties": {
|
|
401072
|
+
"id": {
|
|
401073
|
+
"type": "integer",
|
|
401074
|
+
"description": "The unique identifier of the issue type."
|
|
401075
|
+
},
|
|
401076
|
+
"node_id": {
|
|
401077
|
+
"type": "string",
|
|
401078
|
+
"description": "The node identifier of the issue type."
|
|
401079
|
+
},
|
|
401080
|
+
"name": {
|
|
401081
|
+
"type": "string",
|
|
401082
|
+
"description": "The name of the issue type."
|
|
401083
|
+
},
|
|
401084
|
+
"description": {
|
|
401085
|
+
"type": "string",
|
|
401086
|
+
"description": "The description of the issue type.",
|
|
401087
|
+
"nullable": true
|
|
401088
|
+
},
|
|
401089
|
+
"color": {
|
|
401090
|
+
"type": "string",
|
|
401091
|
+
"description": "The color of the issue type.",
|
|
401092
|
+
"enum": [
|
|
401093
|
+
"gray",
|
|
401094
|
+
"blue",
|
|
401095
|
+
"green",
|
|
401096
|
+
"yellow",
|
|
401097
|
+
"orange",
|
|
401098
|
+
"red",
|
|
401099
|
+
"pink",
|
|
401100
|
+
"purple"
|
|
401101
|
+
],
|
|
401102
|
+
"nullable": true
|
|
401103
|
+
},
|
|
401104
|
+
"created_at": {
|
|
401105
|
+
"type": "string",
|
|
401106
|
+
"description": "The time the issue type created.",
|
|
401107
|
+
"format": "date-time"
|
|
401108
|
+
},
|
|
401109
|
+
"updated_at": {
|
|
401110
|
+
"type": "string",
|
|
401111
|
+
"description": "The time the issue type last updated.",
|
|
401112
|
+
"format": "date-time"
|
|
401113
|
+
},
|
|
401114
|
+
"is_enabled": {
|
|
401115
|
+
"type": "boolean",
|
|
401116
|
+
"description": "The enabled state of the issue type."
|
|
401117
|
+
}
|
|
401118
|
+
},
|
|
401119
|
+
"required": [
|
|
401120
|
+
"id",
|
|
401121
|
+
"node_id",
|
|
401122
|
+
"name",
|
|
401123
|
+
"description"
|
|
401124
|
+
]
|
|
401125
|
+
},
|
|
400149
401126
|
"performed_via_github_app": {
|
|
400150
401127
|
"title": "GitHub app",
|
|
400151
401128
|
"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.",
|
|
@@ -420337,7 +421314,7 @@
|
|
|
420337
421314
|
},
|
|
420338
421315
|
"dependabot_secrets": {
|
|
420339
421316
|
"type": "string",
|
|
420340
|
-
"description": "The
|
|
421317
|
+
"description": "The level of permission to grant the access token to manage Dependabot secrets.",
|
|
420341
421318
|
"enum": [
|
|
420342
421319
|
"read",
|
|
420343
421320
|
"write"
|
|
@@ -423331,6 +424308,66 @@
|
|
|
423331
424308
|
"type": "string",
|
|
423332
424309
|
"format": "uri"
|
|
423333
424310
|
},
|
|
424311
|
+
"type": {
|
|
424312
|
+
"title": "Issue Type",
|
|
424313
|
+
"description": "The type of issue.",
|
|
424314
|
+
"type": "object",
|
|
424315
|
+
"nullable": true,
|
|
424316
|
+
"properties": {
|
|
424317
|
+
"id": {
|
|
424318
|
+
"type": "integer",
|
|
424319
|
+
"description": "The unique identifier of the issue type."
|
|
424320
|
+
},
|
|
424321
|
+
"node_id": {
|
|
424322
|
+
"type": "string",
|
|
424323
|
+
"description": "The node identifier of the issue type."
|
|
424324
|
+
},
|
|
424325
|
+
"name": {
|
|
424326
|
+
"type": "string",
|
|
424327
|
+
"description": "The name of the issue type."
|
|
424328
|
+
},
|
|
424329
|
+
"description": {
|
|
424330
|
+
"type": "string",
|
|
424331
|
+
"description": "The description of the issue type.",
|
|
424332
|
+
"nullable": true
|
|
424333
|
+
},
|
|
424334
|
+
"color": {
|
|
424335
|
+
"type": "string",
|
|
424336
|
+
"description": "The color of the issue type.",
|
|
424337
|
+
"enum": [
|
|
424338
|
+
"gray",
|
|
424339
|
+
"blue",
|
|
424340
|
+
"green",
|
|
424341
|
+
"yellow",
|
|
424342
|
+
"orange",
|
|
424343
|
+
"red",
|
|
424344
|
+
"pink",
|
|
424345
|
+
"purple"
|
|
424346
|
+
],
|
|
424347
|
+
"nullable": true
|
|
424348
|
+
},
|
|
424349
|
+
"created_at": {
|
|
424350
|
+
"type": "string",
|
|
424351
|
+
"description": "The time the issue type created.",
|
|
424352
|
+
"format": "date-time"
|
|
424353
|
+
},
|
|
424354
|
+
"updated_at": {
|
|
424355
|
+
"type": "string",
|
|
424356
|
+
"description": "The time the issue type last updated.",
|
|
424357
|
+
"format": "date-time"
|
|
424358
|
+
},
|
|
424359
|
+
"is_enabled": {
|
|
424360
|
+
"type": "boolean",
|
|
424361
|
+
"description": "The enabled state of the issue type."
|
|
424362
|
+
}
|
|
424363
|
+
},
|
|
424364
|
+
"required": [
|
|
424365
|
+
"id",
|
|
424366
|
+
"node_id",
|
|
424367
|
+
"name",
|
|
424368
|
+
"description"
|
|
424369
|
+
]
|
|
424370
|
+
},
|
|
423334
424371
|
"repository": {
|
|
423335
424372
|
"title": "Repository",
|
|
423336
424373
|
"description": "A repository on GitHub.",
|
|
@@ -449578,6 +450615,66 @@
|
|
|
449578
450615
|
"type": "string",
|
|
449579
450616
|
"format": "uri"
|
|
449580
450617
|
},
|
|
450618
|
+
"type": {
|
|
450619
|
+
"title": "Issue Type",
|
|
450620
|
+
"description": "The type of issue.",
|
|
450621
|
+
"type": "object",
|
|
450622
|
+
"nullable": true,
|
|
450623
|
+
"properties": {
|
|
450624
|
+
"id": {
|
|
450625
|
+
"type": "integer",
|
|
450626
|
+
"description": "The unique identifier of the issue type."
|
|
450627
|
+
},
|
|
450628
|
+
"node_id": {
|
|
450629
|
+
"type": "string",
|
|
450630
|
+
"description": "The node identifier of the issue type."
|
|
450631
|
+
},
|
|
450632
|
+
"name": {
|
|
450633
|
+
"type": "string",
|
|
450634
|
+
"description": "The name of the issue type."
|
|
450635
|
+
},
|
|
450636
|
+
"description": {
|
|
450637
|
+
"type": "string",
|
|
450638
|
+
"description": "The description of the issue type.",
|
|
450639
|
+
"nullable": true
|
|
450640
|
+
},
|
|
450641
|
+
"color": {
|
|
450642
|
+
"type": "string",
|
|
450643
|
+
"description": "The color of the issue type.",
|
|
450644
|
+
"enum": [
|
|
450645
|
+
"gray",
|
|
450646
|
+
"blue",
|
|
450647
|
+
"green",
|
|
450648
|
+
"yellow",
|
|
450649
|
+
"orange",
|
|
450650
|
+
"red",
|
|
450651
|
+
"pink",
|
|
450652
|
+
"purple"
|
|
450653
|
+
],
|
|
450654
|
+
"nullable": true
|
|
450655
|
+
},
|
|
450656
|
+
"created_at": {
|
|
450657
|
+
"type": "string",
|
|
450658
|
+
"description": "The time the issue type created.",
|
|
450659
|
+
"format": "date-time"
|
|
450660
|
+
},
|
|
450661
|
+
"updated_at": {
|
|
450662
|
+
"type": "string",
|
|
450663
|
+
"description": "The time the issue type last updated.",
|
|
450664
|
+
"format": "date-time"
|
|
450665
|
+
},
|
|
450666
|
+
"is_enabled": {
|
|
450667
|
+
"type": "boolean",
|
|
450668
|
+
"description": "The enabled state of the issue type."
|
|
450669
|
+
}
|
|
450670
|
+
},
|
|
450671
|
+
"required": [
|
|
450672
|
+
"id",
|
|
450673
|
+
"node_id",
|
|
450674
|
+
"name",
|
|
450675
|
+
"description"
|
|
450676
|
+
]
|
|
450677
|
+
},
|
|
449581
450678
|
"repository": {
|
|
449582
450679
|
"title": "Repository",
|
|
449583
450680
|
"description": "A repository on GitHub.",
|
|
@@ -452505,6 +453602,66 @@
|
|
|
452505
453602
|
"type": "string",
|
|
452506
453603
|
"format": "uri"
|
|
452507
453604
|
},
|
|
453605
|
+
"type": {
|
|
453606
|
+
"title": "Issue Type",
|
|
453607
|
+
"description": "The type of issue.",
|
|
453608
|
+
"type": "object",
|
|
453609
|
+
"nullable": true,
|
|
453610
|
+
"properties": {
|
|
453611
|
+
"id": {
|
|
453612
|
+
"type": "integer",
|
|
453613
|
+
"description": "The unique identifier of the issue type."
|
|
453614
|
+
},
|
|
453615
|
+
"node_id": {
|
|
453616
|
+
"type": "string",
|
|
453617
|
+
"description": "The node identifier of the issue type."
|
|
453618
|
+
},
|
|
453619
|
+
"name": {
|
|
453620
|
+
"type": "string",
|
|
453621
|
+
"description": "The name of the issue type."
|
|
453622
|
+
},
|
|
453623
|
+
"description": {
|
|
453624
|
+
"type": "string",
|
|
453625
|
+
"description": "The description of the issue type.",
|
|
453626
|
+
"nullable": true
|
|
453627
|
+
},
|
|
453628
|
+
"color": {
|
|
453629
|
+
"type": "string",
|
|
453630
|
+
"description": "The color of the issue type.",
|
|
453631
|
+
"enum": [
|
|
453632
|
+
"gray",
|
|
453633
|
+
"blue",
|
|
453634
|
+
"green",
|
|
453635
|
+
"yellow",
|
|
453636
|
+
"orange",
|
|
453637
|
+
"red",
|
|
453638
|
+
"pink",
|
|
453639
|
+
"purple"
|
|
453640
|
+
],
|
|
453641
|
+
"nullable": true
|
|
453642
|
+
},
|
|
453643
|
+
"created_at": {
|
|
453644
|
+
"type": "string",
|
|
453645
|
+
"description": "The time the issue type created.",
|
|
453646
|
+
"format": "date-time"
|
|
453647
|
+
},
|
|
453648
|
+
"updated_at": {
|
|
453649
|
+
"type": "string",
|
|
453650
|
+
"description": "The time the issue type last updated.",
|
|
453651
|
+
"format": "date-time"
|
|
453652
|
+
},
|
|
453653
|
+
"is_enabled": {
|
|
453654
|
+
"type": "boolean",
|
|
453655
|
+
"description": "The enabled state of the issue type."
|
|
453656
|
+
}
|
|
453657
|
+
},
|
|
453658
|
+
"required": [
|
|
453659
|
+
"id",
|
|
453660
|
+
"node_id",
|
|
453661
|
+
"name",
|
|
453662
|
+
"description"
|
|
453663
|
+
]
|
|
453664
|
+
},
|
|
452508
453665
|
"repository": {
|
|
452509
453666
|
"title": "Repository",
|
|
452510
453667
|
"description": "A repository on GitHub.",
|
|
@@ -455434,6 +456591,66 @@
|
|
|
455434
456591
|
"type": "string",
|
|
455435
456592
|
"format": "uri"
|
|
455436
456593
|
},
|
|
456594
|
+
"type": {
|
|
456595
|
+
"title": "Issue Type",
|
|
456596
|
+
"description": "The type of issue.",
|
|
456597
|
+
"type": "object",
|
|
456598
|
+
"nullable": true,
|
|
456599
|
+
"properties": {
|
|
456600
|
+
"id": {
|
|
456601
|
+
"type": "integer",
|
|
456602
|
+
"description": "The unique identifier of the issue type."
|
|
456603
|
+
},
|
|
456604
|
+
"node_id": {
|
|
456605
|
+
"type": "string",
|
|
456606
|
+
"description": "The node identifier of the issue type."
|
|
456607
|
+
},
|
|
456608
|
+
"name": {
|
|
456609
|
+
"type": "string",
|
|
456610
|
+
"description": "The name of the issue type."
|
|
456611
|
+
},
|
|
456612
|
+
"description": {
|
|
456613
|
+
"type": "string",
|
|
456614
|
+
"description": "The description of the issue type.",
|
|
456615
|
+
"nullable": true
|
|
456616
|
+
},
|
|
456617
|
+
"color": {
|
|
456618
|
+
"type": "string",
|
|
456619
|
+
"description": "The color of the issue type.",
|
|
456620
|
+
"enum": [
|
|
456621
|
+
"gray",
|
|
456622
|
+
"blue",
|
|
456623
|
+
"green",
|
|
456624
|
+
"yellow",
|
|
456625
|
+
"orange",
|
|
456626
|
+
"red",
|
|
456627
|
+
"pink",
|
|
456628
|
+
"purple"
|
|
456629
|
+
],
|
|
456630
|
+
"nullable": true
|
|
456631
|
+
},
|
|
456632
|
+
"created_at": {
|
|
456633
|
+
"type": "string",
|
|
456634
|
+
"description": "The time the issue type created.",
|
|
456635
|
+
"format": "date-time"
|
|
456636
|
+
},
|
|
456637
|
+
"updated_at": {
|
|
456638
|
+
"type": "string",
|
|
456639
|
+
"description": "The time the issue type last updated.",
|
|
456640
|
+
"format": "date-time"
|
|
456641
|
+
},
|
|
456642
|
+
"is_enabled": {
|
|
456643
|
+
"type": "boolean",
|
|
456644
|
+
"description": "The enabled state of the issue type."
|
|
456645
|
+
}
|
|
456646
|
+
},
|
|
456647
|
+
"required": [
|
|
456648
|
+
"id",
|
|
456649
|
+
"node_id",
|
|
456650
|
+
"name",
|
|
456651
|
+
"description"
|
|
456652
|
+
]
|
|
456653
|
+
},
|
|
455437
456654
|
"repository": {
|
|
455438
456655
|
"title": "Repository",
|
|
455439
456656
|
"description": "A repository on GitHub.",
|
|
@@ -459141,7 +460358,7 @@
|
|
|
459141
460358
|
},
|
|
459142
460359
|
"dependabot_secrets": {
|
|
459143
460360
|
"type": "string",
|
|
459144
|
-
"description": "The
|
|
460361
|
+
"description": "The level of permission to grant the access token to manage Dependabot secrets.",
|
|
459145
460362
|
"enum": [
|
|
459146
460363
|
"read",
|
|
459147
460364
|
"write"
|
|
@@ -464644,6 +465861,66 @@
|
|
|
464644
465861
|
"type": "string",
|
|
464645
465862
|
"format": "uri"
|
|
464646
465863
|
},
|
|
465864
|
+
"type": {
|
|
465865
|
+
"title": "Issue Type",
|
|
465866
|
+
"description": "The type of issue.",
|
|
465867
|
+
"type": "object",
|
|
465868
|
+
"nullable": true,
|
|
465869
|
+
"properties": {
|
|
465870
|
+
"id": {
|
|
465871
|
+
"type": "integer",
|
|
465872
|
+
"description": "The unique identifier of the issue type."
|
|
465873
|
+
},
|
|
465874
|
+
"node_id": {
|
|
465875
|
+
"type": "string",
|
|
465876
|
+
"description": "The node identifier of the issue type."
|
|
465877
|
+
},
|
|
465878
|
+
"name": {
|
|
465879
|
+
"type": "string",
|
|
465880
|
+
"description": "The name of the issue type."
|
|
465881
|
+
},
|
|
465882
|
+
"description": {
|
|
465883
|
+
"type": "string",
|
|
465884
|
+
"description": "The description of the issue type.",
|
|
465885
|
+
"nullable": true
|
|
465886
|
+
},
|
|
465887
|
+
"color": {
|
|
465888
|
+
"type": "string",
|
|
465889
|
+
"description": "The color of the issue type.",
|
|
465890
|
+
"enum": [
|
|
465891
|
+
"gray",
|
|
465892
|
+
"blue",
|
|
465893
|
+
"green",
|
|
465894
|
+
"yellow",
|
|
465895
|
+
"orange",
|
|
465896
|
+
"red",
|
|
465897
|
+
"pink",
|
|
465898
|
+
"purple"
|
|
465899
|
+
],
|
|
465900
|
+
"nullable": true
|
|
465901
|
+
},
|
|
465902
|
+
"created_at": {
|
|
465903
|
+
"type": "string",
|
|
465904
|
+
"description": "The time the issue type created.",
|
|
465905
|
+
"format": "date-time"
|
|
465906
|
+
},
|
|
465907
|
+
"updated_at": {
|
|
465908
|
+
"type": "string",
|
|
465909
|
+
"description": "The time the issue type last updated.",
|
|
465910
|
+
"format": "date-time"
|
|
465911
|
+
},
|
|
465912
|
+
"is_enabled": {
|
|
465913
|
+
"type": "boolean",
|
|
465914
|
+
"description": "The enabled state of the issue type."
|
|
465915
|
+
}
|
|
465916
|
+
},
|
|
465917
|
+
"required": [
|
|
465918
|
+
"id",
|
|
465919
|
+
"node_id",
|
|
465920
|
+
"name",
|
|
465921
|
+
"description"
|
|
465922
|
+
]
|
|
465923
|
+
},
|
|
464647
465924
|
"repository": {
|
|
464648
465925
|
"title": "Repository",
|
|
464649
465926
|
"description": "A repository on GitHub.",
|
|
@@ -467573,6 +468850,66 @@
|
|
|
467573
468850
|
"type": "string",
|
|
467574
468851
|
"format": "uri"
|
|
467575
468852
|
},
|
|
468853
|
+
"type": {
|
|
468854
|
+
"title": "Issue Type",
|
|
468855
|
+
"description": "The type of issue.",
|
|
468856
|
+
"type": "object",
|
|
468857
|
+
"nullable": true,
|
|
468858
|
+
"properties": {
|
|
468859
|
+
"id": {
|
|
468860
|
+
"type": "integer",
|
|
468861
|
+
"description": "The unique identifier of the issue type."
|
|
468862
|
+
},
|
|
468863
|
+
"node_id": {
|
|
468864
|
+
"type": "string",
|
|
468865
|
+
"description": "The node identifier of the issue type."
|
|
468866
|
+
},
|
|
468867
|
+
"name": {
|
|
468868
|
+
"type": "string",
|
|
468869
|
+
"description": "The name of the issue type."
|
|
468870
|
+
},
|
|
468871
|
+
"description": {
|
|
468872
|
+
"type": "string",
|
|
468873
|
+
"description": "The description of the issue type.",
|
|
468874
|
+
"nullable": true
|
|
468875
|
+
},
|
|
468876
|
+
"color": {
|
|
468877
|
+
"type": "string",
|
|
468878
|
+
"description": "The color of the issue type.",
|
|
468879
|
+
"enum": [
|
|
468880
|
+
"gray",
|
|
468881
|
+
"blue",
|
|
468882
|
+
"green",
|
|
468883
|
+
"yellow",
|
|
468884
|
+
"orange",
|
|
468885
|
+
"red",
|
|
468886
|
+
"pink",
|
|
468887
|
+
"purple"
|
|
468888
|
+
],
|
|
468889
|
+
"nullable": true
|
|
468890
|
+
},
|
|
468891
|
+
"created_at": {
|
|
468892
|
+
"type": "string",
|
|
468893
|
+
"description": "The time the issue type created.",
|
|
468894
|
+
"format": "date-time"
|
|
468895
|
+
},
|
|
468896
|
+
"updated_at": {
|
|
468897
|
+
"type": "string",
|
|
468898
|
+
"description": "The time the issue type last updated.",
|
|
468899
|
+
"format": "date-time"
|
|
468900
|
+
},
|
|
468901
|
+
"is_enabled": {
|
|
468902
|
+
"type": "boolean",
|
|
468903
|
+
"description": "The enabled state of the issue type."
|
|
468904
|
+
}
|
|
468905
|
+
},
|
|
468906
|
+
"required": [
|
|
468907
|
+
"id",
|
|
468908
|
+
"node_id",
|
|
468909
|
+
"name",
|
|
468910
|
+
"description"
|
|
468911
|
+
]
|
|
468912
|
+
},
|
|
467576
468913
|
"repository": {
|
|
467577
468914
|
"title": "Repository",
|
|
467578
468915
|
"description": "A repository on GitHub.",
|
|
@@ -485440,7 +486777,8 @@
|
|
|
485440
486777
|
"enum": [
|
|
485441
486778
|
"push_ruleset_bypass",
|
|
485442
486779
|
"secret_scanning",
|
|
485443
|
-
"secret_scanning_closure"
|
|
486780
|
+
"secret_scanning_closure",
|
|
486781
|
+
"code_scanning_alert_dismissal"
|
|
485444
486782
|
]
|
|
485445
486783
|
},
|
|
485446
486784
|
"exemption_request_data": {
|
|
@@ -485562,6 +486900,33 @@
|
|
|
485562
486900
|
}
|
|
485563
486901
|
}
|
|
485564
486902
|
}
|
|
486903
|
+
},
|
|
486904
|
+
{
|
|
486905
|
+
"title": "Code scanning alert dismissal request data",
|
|
486906
|
+
"description": "Code scanning alerts that have dismissal requests.",
|
|
486907
|
+
"type": "object",
|
|
486908
|
+
"properties": {
|
|
486909
|
+
"type": {
|
|
486910
|
+
"type": "string",
|
|
486911
|
+
"description": "The type of request",
|
|
486912
|
+
"enum": [
|
|
486913
|
+
"code_scanning_alert_dismissal"
|
|
486914
|
+
]
|
|
486915
|
+
},
|
|
486916
|
+
"data": {
|
|
486917
|
+
"type": "array",
|
|
486918
|
+
"description": "The data related to the code scanning alerts that have dismissal requests.",
|
|
486919
|
+
"items": {
|
|
486920
|
+
"type": "object",
|
|
486921
|
+
"properties": {
|
|
486922
|
+
"alert_number": {
|
|
486923
|
+
"type": "string",
|
|
486924
|
+
"description": "The number of the alert to be dismissed"
|
|
486925
|
+
}
|
|
486926
|
+
}
|
|
486927
|
+
}
|
|
486928
|
+
}
|
|
486929
|
+
}
|
|
485565
486930
|
}
|
|
485566
486931
|
]
|
|
485567
486932
|
},
|
|
@@ -485589,7 +486954,7 @@
|
|
|
485589
486954
|
"type": "object",
|
|
485590
486955
|
"description": "Metadata about the exemption request.",
|
|
485591
486956
|
"nullable": true,
|
|
485592
|
-
"
|
|
486957
|
+
"anyOf": [
|
|
485593
486958
|
{
|
|
485594
486959
|
"title": "Secret Scanning Push Protection Exemption Request Metadata",
|
|
485595
486960
|
"description": "Metadata for a secret scanning push protection exemption request.",
|
|
@@ -485630,6 +486995,26 @@
|
|
|
485630
486995
|
]
|
|
485631
486996
|
}
|
|
485632
486997
|
}
|
|
486998
|
+
},
|
|
486999
|
+
{
|
|
487000
|
+
"title": "Code scanning alert dismissal request metadata",
|
|
487001
|
+
"description": "Metadata for a code scanning alert dismissal request.",
|
|
487002
|
+
"type": "object",
|
|
487003
|
+
"properties": {
|
|
487004
|
+
"alert_title": {
|
|
487005
|
+
"type": "string",
|
|
487006
|
+
"description": "The title of the code scanning alert"
|
|
487007
|
+
},
|
|
487008
|
+
"reason": {
|
|
487009
|
+
"type": "string",
|
|
487010
|
+
"description": "The reason for the dismissal request",
|
|
487011
|
+
"enum": [
|
|
487012
|
+
"false positive",
|
|
487013
|
+
"won't fix",
|
|
487014
|
+
"used in tests"
|
|
487015
|
+
]
|
|
487016
|
+
}
|
|
487017
|
+
}
|
|
485633
487018
|
}
|
|
485634
487019
|
]
|
|
485635
487020
|
},
|
|
@@ -487336,7 +488721,8 @@
|
|
|
487336
488721
|
"enum": [
|
|
487337
488722
|
"push_ruleset_bypass",
|
|
487338
488723
|
"secret_scanning",
|
|
487339
|
-
"secret_scanning_closure"
|
|
488724
|
+
"secret_scanning_closure",
|
|
488725
|
+
"code_scanning_alert_dismissal"
|
|
487340
488726
|
]
|
|
487341
488727
|
},
|
|
487342
488728
|
"exemption_request_data": {
|
|
@@ -487458,6 +488844,33 @@
|
|
|
487458
488844
|
}
|
|
487459
488845
|
}
|
|
487460
488846
|
}
|
|
488847
|
+
},
|
|
488848
|
+
{
|
|
488849
|
+
"title": "Code scanning alert dismissal request data",
|
|
488850
|
+
"description": "Code scanning alerts that have dismissal requests.",
|
|
488851
|
+
"type": "object",
|
|
488852
|
+
"properties": {
|
|
488853
|
+
"type": {
|
|
488854
|
+
"type": "string",
|
|
488855
|
+
"description": "The type of request",
|
|
488856
|
+
"enum": [
|
|
488857
|
+
"code_scanning_alert_dismissal"
|
|
488858
|
+
]
|
|
488859
|
+
},
|
|
488860
|
+
"data": {
|
|
488861
|
+
"type": "array",
|
|
488862
|
+
"description": "The data related to the code scanning alerts that have dismissal requests.",
|
|
488863
|
+
"items": {
|
|
488864
|
+
"type": "object",
|
|
488865
|
+
"properties": {
|
|
488866
|
+
"alert_number": {
|
|
488867
|
+
"type": "string",
|
|
488868
|
+
"description": "The number of the alert to be dismissed"
|
|
488869
|
+
}
|
|
488870
|
+
}
|
|
488871
|
+
}
|
|
488872
|
+
}
|
|
488873
|
+
}
|
|
487461
488874
|
}
|
|
487462
488875
|
]
|
|
487463
488876
|
},
|
|
@@ -487485,7 +488898,7 @@
|
|
|
487485
488898
|
"type": "object",
|
|
487486
488899
|
"description": "Metadata about the exemption request.",
|
|
487487
488900
|
"nullable": true,
|
|
487488
|
-
"
|
|
488901
|
+
"anyOf": [
|
|
487489
488902
|
{
|
|
487490
488903
|
"title": "Secret Scanning Push Protection Exemption Request Metadata",
|
|
487491
488904
|
"description": "Metadata for a secret scanning push protection exemption request.",
|
|
@@ -487526,6 +488939,26 @@
|
|
|
487526
488939
|
]
|
|
487527
488940
|
}
|
|
487528
488941
|
}
|
|
488942
|
+
},
|
|
488943
|
+
{
|
|
488944
|
+
"title": "Code scanning alert dismissal request metadata",
|
|
488945
|
+
"description": "Metadata for a code scanning alert dismissal request.",
|
|
488946
|
+
"type": "object",
|
|
488947
|
+
"properties": {
|
|
488948
|
+
"alert_title": {
|
|
488949
|
+
"type": "string",
|
|
488950
|
+
"description": "The title of the code scanning alert"
|
|
488951
|
+
},
|
|
488952
|
+
"reason": {
|
|
488953
|
+
"type": "string",
|
|
488954
|
+
"description": "The reason for the dismissal request",
|
|
488955
|
+
"enum": [
|
|
488956
|
+
"false positive",
|
|
488957
|
+
"won't fix",
|
|
488958
|
+
"used in tests"
|
|
488959
|
+
]
|
|
488960
|
+
}
|
|
488961
|
+
}
|
|
487529
488962
|
}
|
|
487530
488963
|
]
|
|
487531
488964
|
},
|
|
@@ -489232,7 +490665,8 @@
|
|
|
489232
490665
|
"enum": [
|
|
489233
490666
|
"push_ruleset_bypass",
|
|
489234
490667
|
"secret_scanning",
|
|
489235
|
-
"secret_scanning_closure"
|
|
490668
|
+
"secret_scanning_closure",
|
|
490669
|
+
"code_scanning_alert_dismissal"
|
|
489236
490670
|
]
|
|
489237
490671
|
},
|
|
489238
490672
|
"exemption_request_data": {
|
|
@@ -489354,6 +490788,33 @@
|
|
|
489354
490788
|
}
|
|
489355
490789
|
}
|
|
489356
490790
|
}
|
|
490791
|
+
},
|
|
490792
|
+
{
|
|
490793
|
+
"title": "Code scanning alert dismissal request data",
|
|
490794
|
+
"description": "Code scanning alerts that have dismissal requests.",
|
|
490795
|
+
"type": "object",
|
|
490796
|
+
"properties": {
|
|
490797
|
+
"type": {
|
|
490798
|
+
"type": "string",
|
|
490799
|
+
"description": "The type of request",
|
|
490800
|
+
"enum": [
|
|
490801
|
+
"code_scanning_alert_dismissal"
|
|
490802
|
+
]
|
|
490803
|
+
},
|
|
490804
|
+
"data": {
|
|
490805
|
+
"type": "array",
|
|
490806
|
+
"description": "The data related to the code scanning alerts that have dismissal requests.",
|
|
490807
|
+
"items": {
|
|
490808
|
+
"type": "object",
|
|
490809
|
+
"properties": {
|
|
490810
|
+
"alert_number": {
|
|
490811
|
+
"type": "string",
|
|
490812
|
+
"description": "The number of the alert to be dismissed"
|
|
490813
|
+
}
|
|
490814
|
+
}
|
|
490815
|
+
}
|
|
490816
|
+
}
|
|
490817
|
+
}
|
|
489357
490818
|
}
|
|
489358
490819
|
]
|
|
489359
490820
|
},
|
|
@@ -489381,7 +490842,7 @@
|
|
|
489381
490842
|
"type": "object",
|
|
489382
490843
|
"description": "Metadata about the exemption request.",
|
|
489383
490844
|
"nullable": true,
|
|
489384
|
-
"
|
|
490845
|
+
"anyOf": [
|
|
489385
490846
|
{
|
|
489386
490847
|
"title": "Secret Scanning Push Protection Exemption Request Metadata",
|
|
489387
490848
|
"description": "Metadata for a secret scanning push protection exemption request.",
|
|
@@ -489422,6 +490883,26 @@
|
|
|
489422
490883
|
]
|
|
489423
490884
|
}
|
|
489424
490885
|
}
|
|
490886
|
+
},
|
|
490887
|
+
{
|
|
490888
|
+
"title": "Code scanning alert dismissal request metadata",
|
|
490889
|
+
"description": "Metadata for a code scanning alert dismissal request.",
|
|
490890
|
+
"type": "object",
|
|
490891
|
+
"properties": {
|
|
490892
|
+
"alert_title": {
|
|
490893
|
+
"type": "string",
|
|
490894
|
+
"description": "The title of the code scanning alert"
|
|
490895
|
+
},
|
|
490896
|
+
"reason": {
|
|
490897
|
+
"type": "string",
|
|
490898
|
+
"description": "The reason for the dismissal request",
|
|
490899
|
+
"enum": [
|
|
490900
|
+
"false positive",
|
|
490901
|
+
"won't fix",
|
|
490902
|
+
"used in tests"
|
|
490903
|
+
]
|
|
490904
|
+
}
|
|
490905
|
+
}
|
|
489425
490906
|
}
|
|
489426
490907
|
]
|
|
489427
490908
|
},
|
|
@@ -491128,7 +492609,8 @@
|
|
|
491128
492609
|
"enum": [
|
|
491129
492610
|
"push_ruleset_bypass",
|
|
491130
492611
|
"secret_scanning",
|
|
491131
|
-
"secret_scanning_closure"
|
|
492612
|
+
"secret_scanning_closure",
|
|
492613
|
+
"code_scanning_alert_dismissal"
|
|
491132
492614
|
]
|
|
491133
492615
|
},
|
|
491134
492616
|
"exemption_request_data": {
|
|
@@ -491250,6 +492732,33 @@
|
|
|
491250
492732
|
}
|
|
491251
492733
|
}
|
|
491252
492734
|
}
|
|
492735
|
+
},
|
|
492736
|
+
{
|
|
492737
|
+
"title": "Code scanning alert dismissal request data",
|
|
492738
|
+
"description": "Code scanning alerts that have dismissal requests.",
|
|
492739
|
+
"type": "object",
|
|
492740
|
+
"properties": {
|
|
492741
|
+
"type": {
|
|
492742
|
+
"type": "string",
|
|
492743
|
+
"description": "The type of request",
|
|
492744
|
+
"enum": [
|
|
492745
|
+
"code_scanning_alert_dismissal"
|
|
492746
|
+
]
|
|
492747
|
+
},
|
|
492748
|
+
"data": {
|
|
492749
|
+
"type": "array",
|
|
492750
|
+
"description": "The data related to the code scanning alerts that have dismissal requests.",
|
|
492751
|
+
"items": {
|
|
492752
|
+
"type": "object",
|
|
492753
|
+
"properties": {
|
|
492754
|
+
"alert_number": {
|
|
492755
|
+
"type": "string",
|
|
492756
|
+
"description": "The number of the alert to be dismissed"
|
|
492757
|
+
}
|
|
492758
|
+
}
|
|
492759
|
+
}
|
|
492760
|
+
}
|
|
492761
|
+
}
|
|
491253
492762
|
}
|
|
491254
492763
|
]
|
|
491255
492764
|
},
|
|
@@ -491277,7 +492786,7 @@
|
|
|
491277
492786
|
"type": "object",
|
|
491278
492787
|
"description": "Metadata about the exemption request.",
|
|
491279
492788
|
"nullable": true,
|
|
491280
|
-
"
|
|
492789
|
+
"anyOf": [
|
|
491281
492790
|
{
|
|
491282
492791
|
"title": "Secret Scanning Push Protection Exemption Request Metadata",
|
|
491283
492792
|
"description": "Metadata for a secret scanning push protection exemption request.",
|
|
@@ -491318,6 +492827,26 @@
|
|
|
491318
492827
|
]
|
|
491319
492828
|
}
|
|
491320
492829
|
}
|
|
492830
|
+
},
|
|
492831
|
+
{
|
|
492832
|
+
"title": "Code scanning alert dismissal request metadata",
|
|
492833
|
+
"description": "Metadata for a code scanning alert dismissal request.",
|
|
492834
|
+
"type": "object",
|
|
492835
|
+
"properties": {
|
|
492836
|
+
"alert_title": {
|
|
492837
|
+
"type": "string",
|
|
492838
|
+
"description": "The title of the code scanning alert"
|
|
492839
|
+
},
|
|
492840
|
+
"reason": {
|
|
492841
|
+
"type": "string",
|
|
492842
|
+
"description": "The reason for the dismissal request",
|
|
492843
|
+
"enum": [
|
|
492844
|
+
"false positive",
|
|
492845
|
+
"won't fix",
|
|
492846
|
+
"used in tests"
|
|
492847
|
+
]
|
|
492848
|
+
}
|
|
492849
|
+
}
|
|
491321
492850
|
}
|
|
491322
492851
|
]
|
|
491323
492852
|
},
|
|
@@ -493063,7 +494592,8 @@
|
|
|
493063
494592
|
"enum": [
|
|
493064
494593
|
"push_ruleset_bypass",
|
|
493065
494594
|
"secret_scanning",
|
|
493066
|
-
"secret_scanning_closure"
|
|
494595
|
+
"secret_scanning_closure",
|
|
494596
|
+
"code_scanning_alert_dismissal"
|
|
493067
494597
|
]
|
|
493068
494598
|
},
|
|
493069
494599
|
"exemption_request_data": {
|
|
@@ -493185,6 +494715,33 @@
|
|
|
493185
494715
|
}
|
|
493186
494716
|
}
|
|
493187
494717
|
}
|
|
494718
|
+
},
|
|
494719
|
+
{
|
|
494720
|
+
"title": "Code scanning alert dismissal request data",
|
|
494721
|
+
"description": "Code scanning alerts that have dismissal requests.",
|
|
494722
|
+
"type": "object",
|
|
494723
|
+
"properties": {
|
|
494724
|
+
"type": {
|
|
494725
|
+
"type": "string",
|
|
494726
|
+
"description": "The type of request",
|
|
494727
|
+
"enum": [
|
|
494728
|
+
"code_scanning_alert_dismissal"
|
|
494729
|
+
]
|
|
494730
|
+
},
|
|
494731
|
+
"data": {
|
|
494732
|
+
"type": "array",
|
|
494733
|
+
"description": "The data related to the code scanning alerts that have dismissal requests.",
|
|
494734
|
+
"items": {
|
|
494735
|
+
"type": "object",
|
|
494736
|
+
"properties": {
|
|
494737
|
+
"alert_number": {
|
|
494738
|
+
"type": "string",
|
|
494739
|
+
"description": "The number of the alert to be dismissed"
|
|
494740
|
+
}
|
|
494741
|
+
}
|
|
494742
|
+
}
|
|
494743
|
+
}
|
|
494744
|
+
}
|
|
493188
494745
|
}
|
|
493189
494746
|
]
|
|
493190
494747
|
},
|
|
@@ -493212,7 +494769,7 @@
|
|
|
493212
494769
|
"type": "object",
|
|
493213
494770
|
"description": "Metadata about the exemption request.",
|
|
493214
494771
|
"nullable": true,
|
|
493215
|
-
"
|
|
494772
|
+
"anyOf": [
|
|
493216
494773
|
{
|
|
493217
494774
|
"title": "Secret Scanning Push Protection Exemption Request Metadata",
|
|
493218
494775
|
"description": "Metadata for a secret scanning push protection exemption request.",
|
|
@@ -493253,6 +494810,26 @@
|
|
|
493253
494810
|
]
|
|
493254
494811
|
}
|
|
493255
494812
|
}
|
|
494813
|
+
},
|
|
494814
|
+
{
|
|
494815
|
+
"title": "Code scanning alert dismissal request metadata",
|
|
494816
|
+
"description": "Metadata for a code scanning alert dismissal request.",
|
|
494817
|
+
"type": "object",
|
|
494818
|
+
"properties": {
|
|
494819
|
+
"alert_title": {
|
|
494820
|
+
"type": "string",
|
|
494821
|
+
"description": "The title of the code scanning alert"
|
|
494822
|
+
},
|
|
494823
|
+
"reason": {
|
|
494824
|
+
"type": "string",
|
|
494825
|
+
"description": "The reason for the dismissal request",
|
|
494826
|
+
"enum": [
|
|
494827
|
+
"false positive",
|
|
494828
|
+
"won't fix",
|
|
494829
|
+
"used in tests"
|
|
494830
|
+
]
|
|
494831
|
+
}
|
|
494832
|
+
}
|
|
493256
494833
|
}
|
|
493257
494834
|
]
|
|
493258
494835
|
},
|
|
@@ -620484,7 +622061,7 @@
|
|
|
620484
622061
|
},
|
|
620485
622062
|
"dependabot_secrets": {
|
|
620486
622063
|
"type": "string",
|
|
620487
|
-
"description": "The
|
|
622064
|
+
"description": "The level of permission to grant the access token to manage Dependabot secrets.",
|
|
620488
622065
|
"enum": [
|
|
620489
622066
|
"read",
|
|
620490
622067
|
"write"
|
|
@@ -623047,7 +624624,7 @@
|
|
|
623047
624624
|
},
|
|
623048
624625
|
"dependabot_secrets": {
|
|
623049
624626
|
"type": "string",
|
|
623050
|
-
"description": "The
|
|
624627
|
+
"description": "The level of permission to grant the access token to manage Dependabot secrets.",
|
|
623051
624628
|
"enum": [
|
|
623052
624629
|
"read",
|
|
623053
624630
|
"write"
|
|
@@ -625517,7 +627094,7 @@
|
|
|
625517
627094
|
},
|
|
625518
627095
|
"dependabot_secrets": {
|
|
625519
627096
|
"type": "string",
|
|
625520
|
-
"description": "The
|
|
627097
|
+
"description": "The level of permission to grant the access token to manage Dependabot secrets.",
|
|
625521
627098
|
"enum": [
|
|
625522
627099
|
"read",
|
|
625523
627100
|
"write"
|
|
@@ -627987,7 +629564,7 @@
|
|
|
627987
629564
|
},
|
|
627988
629565
|
"dependabot_secrets": {
|
|
627989
629566
|
"type": "string",
|
|
627990
|
-
"description": "The
|
|
629567
|
+
"description": "The level of permission to grant the access token to manage Dependabot secrets.",
|
|
627991
629568
|
"enum": [
|
|
627992
629569
|
"read",
|
|
627993
629570
|
"write"
|
|
@@ -630589,7 +632166,7 @@
|
|
|
630589
632166
|
},
|
|
630590
632167
|
"dependabot_secrets": {
|
|
630591
632168
|
"type": "string",
|
|
630592
|
-
"description": "The
|
|
632169
|
+
"description": "The level of permission to grant the access token to manage Dependabot secrets.",
|
|
630593
632170
|
"enum": [
|
|
630594
632171
|
"read",
|
|
630595
632172
|
"write"
|
|
@@ -633198,7 +634775,7 @@
|
|
|
633198
634775
|
},
|
|
633199
634776
|
"dependabot_secrets": {
|
|
633200
634777
|
"type": "string",
|
|
633201
|
-
"description": "The
|
|
634778
|
+
"description": "The level of permission to grant the access token to manage Dependabot secrets.",
|
|
633202
634779
|
"enum": [
|
|
633203
634780
|
"read",
|
|
633204
634781
|
"write"
|
|
@@ -637446,7 +639023,7 @@
|
|
|
637446
639023
|
},
|
|
637447
639024
|
"dependabot_secrets": {
|
|
637448
639025
|
"type": "string",
|
|
637449
|
-
"description": "The
|
|
639026
|
+
"description": "The level of permission to grant the access token to manage Dependabot secrets.",
|
|
637450
639027
|
"enum": [
|
|
637451
639028
|
"read",
|
|
637452
639029
|
"write"
|
|
@@ -641267,6 +642844,66 @@
|
|
|
641267
642844
|
"description": "Title of the issue",
|
|
641268
642845
|
"type": "string"
|
|
641269
642846
|
},
|
|
642847
|
+
"type": {
|
|
642848
|
+
"title": "Issue Type",
|
|
642849
|
+
"description": "The type of issue.",
|
|
642850
|
+
"type": "object",
|
|
642851
|
+
"nullable": true,
|
|
642852
|
+
"properties": {
|
|
642853
|
+
"id": {
|
|
642854
|
+
"type": "integer",
|
|
642855
|
+
"description": "The unique identifier of the issue type."
|
|
642856
|
+
},
|
|
642857
|
+
"node_id": {
|
|
642858
|
+
"type": "string",
|
|
642859
|
+
"description": "The node identifier of the issue type."
|
|
642860
|
+
},
|
|
642861
|
+
"name": {
|
|
642862
|
+
"type": "string",
|
|
642863
|
+
"description": "The name of the issue type."
|
|
642864
|
+
},
|
|
642865
|
+
"description": {
|
|
642866
|
+
"type": "string",
|
|
642867
|
+
"description": "The description of the issue type.",
|
|
642868
|
+
"nullable": true
|
|
642869
|
+
},
|
|
642870
|
+
"color": {
|
|
642871
|
+
"type": "string",
|
|
642872
|
+
"description": "The color of the issue type.",
|
|
642873
|
+
"enum": [
|
|
642874
|
+
"gray",
|
|
642875
|
+
"blue",
|
|
642876
|
+
"green",
|
|
642877
|
+
"yellow",
|
|
642878
|
+
"orange",
|
|
642879
|
+
"red",
|
|
642880
|
+
"pink",
|
|
642881
|
+
"purple"
|
|
642882
|
+
],
|
|
642883
|
+
"nullable": true
|
|
642884
|
+
},
|
|
642885
|
+
"created_at": {
|
|
642886
|
+
"type": "string",
|
|
642887
|
+
"description": "The time the issue type created.",
|
|
642888
|
+
"format": "date-time"
|
|
642889
|
+
},
|
|
642890
|
+
"updated_at": {
|
|
642891
|
+
"type": "string",
|
|
642892
|
+
"description": "The time the issue type last updated.",
|
|
642893
|
+
"format": "date-time"
|
|
642894
|
+
},
|
|
642895
|
+
"is_enabled": {
|
|
642896
|
+
"type": "boolean",
|
|
642897
|
+
"description": "The enabled state of the issue type."
|
|
642898
|
+
}
|
|
642899
|
+
},
|
|
642900
|
+
"required": [
|
|
642901
|
+
"id",
|
|
642902
|
+
"node_id",
|
|
642903
|
+
"name",
|
|
642904
|
+
"description"
|
|
642905
|
+
]
|
|
642906
|
+
},
|
|
641270
642907
|
"updated_at": {
|
|
641271
642908
|
"type": "string",
|
|
641272
642909
|
"format": "date-time"
|
|
@@ -644973,6 +646610,66 @@
|
|
|
644973
646610
|
"description": "Title of the issue",
|
|
644974
646611
|
"type": "string"
|
|
644975
646612
|
},
|
|
646613
|
+
"type": {
|
|
646614
|
+
"title": "Issue Type",
|
|
646615
|
+
"description": "The type of issue.",
|
|
646616
|
+
"type": "object",
|
|
646617
|
+
"nullable": true,
|
|
646618
|
+
"properties": {
|
|
646619
|
+
"id": {
|
|
646620
|
+
"type": "integer",
|
|
646621
|
+
"description": "The unique identifier of the issue type."
|
|
646622
|
+
},
|
|
646623
|
+
"node_id": {
|
|
646624
|
+
"type": "string",
|
|
646625
|
+
"description": "The node identifier of the issue type."
|
|
646626
|
+
},
|
|
646627
|
+
"name": {
|
|
646628
|
+
"type": "string",
|
|
646629
|
+
"description": "The name of the issue type."
|
|
646630
|
+
},
|
|
646631
|
+
"description": {
|
|
646632
|
+
"type": "string",
|
|
646633
|
+
"description": "The description of the issue type.",
|
|
646634
|
+
"nullable": true
|
|
646635
|
+
},
|
|
646636
|
+
"color": {
|
|
646637
|
+
"type": "string",
|
|
646638
|
+
"description": "The color of the issue type.",
|
|
646639
|
+
"enum": [
|
|
646640
|
+
"gray",
|
|
646641
|
+
"blue",
|
|
646642
|
+
"green",
|
|
646643
|
+
"yellow",
|
|
646644
|
+
"orange",
|
|
646645
|
+
"red",
|
|
646646
|
+
"pink",
|
|
646647
|
+
"purple"
|
|
646648
|
+
],
|
|
646649
|
+
"nullable": true
|
|
646650
|
+
},
|
|
646651
|
+
"created_at": {
|
|
646652
|
+
"type": "string",
|
|
646653
|
+
"description": "The time the issue type created.",
|
|
646654
|
+
"format": "date-time"
|
|
646655
|
+
},
|
|
646656
|
+
"updated_at": {
|
|
646657
|
+
"type": "string",
|
|
646658
|
+
"description": "The time the issue type last updated.",
|
|
646659
|
+
"format": "date-time"
|
|
646660
|
+
},
|
|
646661
|
+
"is_enabled": {
|
|
646662
|
+
"type": "boolean",
|
|
646663
|
+
"description": "The enabled state of the issue type."
|
|
646664
|
+
}
|
|
646665
|
+
},
|
|
646666
|
+
"required": [
|
|
646667
|
+
"id",
|
|
646668
|
+
"node_id",
|
|
646669
|
+
"name",
|
|
646670
|
+
"description"
|
|
646671
|
+
]
|
|
646672
|
+
},
|
|
644976
646673
|
"updated_at": {
|
|
644977
646674
|
"type": "string",
|
|
644978
646675
|
"format": "date-time"
|
|
@@ -648703,6 +650400,66 @@
|
|
|
648703
650400
|
"description": "Title of the issue",
|
|
648704
650401
|
"type": "string"
|
|
648705
650402
|
},
|
|
650403
|
+
"type": {
|
|
650404
|
+
"title": "Issue Type",
|
|
650405
|
+
"description": "The type of issue.",
|
|
650406
|
+
"type": "object",
|
|
650407
|
+
"nullable": true,
|
|
650408
|
+
"properties": {
|
|
650409
|
+
"id": {
|
|
650410
|
+
"type": "integer",
|
|
650411
|
+
"description": "The unique identifier of the issue type."
|
|
650412
|
+
},
|
|
650413
|
+
"node_id": {
|
|
650414
|
+
"type": "string",
|
|
650415
|
+
"description": "The node identifier of the issue type."
|
|
650416
|
+
},
|
|
650417
|
+
"name": {
|
|
650418
|
+
"type": "string",
|
|
650419
|
+
"description": "The name of the issue type."
|
|
650420
|
+
},
|
|
650421
|
+
"description": {
|
|
650422
|
+
"type": "string",
|
|
650423
|
+
"description": "The description of the issue type.",
|
|
650424
|
+
"nullable": true
|
|
650425
|
+
},
|
|
650426
|
+
"color": {
|
|
650427
|
+
"type": "string",
|
|
650428
|
+
"description": "The color of the issue type.",
|
|
650429
|
+
"enum": [
|
|
650430
|
+
"gray",
|
|
650431
|
+
"blue",
|
|
650432
|
+
"green",
|
|
650433
|
+
"yellow",
|
|
650434
|
+
"orange",
|
|
650435
|
+
"red",
|
|
650436
|
+
"pink",
|
|
650437
|
+
"purple"
|
|
650438
|
+
],
|
|
650439
|
+
"nullable": true
|
|
650440
|
+
},
|
|
650441
|
+
"created_at": {
|
|
650442
|
+
"type": "string",
|
|
650443
|
+
"description": "The time the issue type created.",
|
|
650444
|
+
"format": "date-time"
|
|
650445
|
+
},
|
|
650446
|
+
"updated_at": {
|
|
650447
|
+
"type": "string",
|
|
650448
|
+
"description": "The time the issue type last updated.",
|
|
650449
|
+
"format": "date-time"
|
|
650450
|
+
},
|
|
650451
|
+
"is_enabled": {
|
|
650452
|
+
"type": "boolean",
|
|
650453
|
+
"description": "The enabled state of the issue type."
|
|
650454
|
+
}
|
|
650455
|
+
},
|
|
650456
|
+
"required": [
|
|
650457
|
+
"id",
|
|
650458
|
+
"node_id",
|
|
650459
|
+
"name",
|
|
650460
|
+
"description"
|
|
650461
|
+
]
|
|
650462
|
+
},
|
|
648706
650463
|
"updated_at": {
|
|
648707
650464
|
"type": "string",
|
|
648708
650465
|
"format": "date-time"
|
|
@@ -651974,6 +653731,66 @@
|
|
|
651974
653731
|
"description": "Title of the issue",
|
|
651975
653732
|
"type": "string"
|
|
651976
653733
|
},
|
|
653734
|
+
"type": {
|
|
653735
|
+
"title": "Issue Type",
|
|
653736
|
+
"description": "The type of issue.",
|
|
653737
|
+
"type": "object",
|
|
653738
|
+
"nullable": true,
|
|
653739
|
+
"properties": {
|
|
653740
|
+
"id": {
|
|
653741
|
+
"type": "integer",
|
|
653742
|
+
"description": "The unique identifier of the issue type."
|
|
653743
|
+
},
|
|
653744
|
+
"node_id": {
|
|
653745
|
+
"type": "string",
|
|
653746
|
+
"description": "The node identifier of the issue type."
|
|
653747
|
+
},
|
|
653748
|
+
"name": {
|
|
653749
|
+
"type": "string",
|
|
653750
|
+
"description": "The name of the issue type."
|
|
653751
|
+
},
|
|
653752
|
+
"description": {
|
|
653753
|
+
"type": "string",
|
|
653754
|
+
"description": "The description of the issue type.",
|
|
653755
|
+
"nullable": true
|
|
653756
|
+
},
|
|
653757
|
+
"color": {
|
|
653758
|
+
"type": "string",
|
|
653759
|
+
"description": "The color of the issue type.",
|
|
653760
|
+
"enum": [
|
|
653761
|
+
"gray",
|
|
653762
|
+
"blue",
|
|
653763
|
+
"green",
|
|
653764
|
+
"yellow",
|
|
653765
|
+
"orange",
|
|
653766
|
+
"red",
|
|
653767
|
+
"pink",
|
|
653768
|
+
"purple"
|
|
653769
|
+
],
|
|
653770
|
+
"nullable": true
|
|
653771
|
+
},
|
|
653772
|
+
"created_at": {
|
|
653773
|
+
"type": "string",
|
|
653774
|
+
"description": "The time the issue type created.",
|
|
653775
|
+
"format": "date-time"
|
|
653776
|
+
},
|
|
653777
|
+
"updated_at": {
|
|
653778
|
+
"type": "string",
|
|
653779
|
+
"description": "The time the issue type last updated.",
|
|
653780
|
+
"format": "date-time"
|
|
653781
|
+
},
|
|
653782
|
+
"is_enabled": {
|
|
653783
|
+
"type": "boolean",
|
|
653784
|
+
"description": "The enabled state of the issue type."
|
|
653785
|
+
}
|
|
653786
|
+
},
|
|
653787
|
+
"required": [
|
|
653788
|
+
"id",
|
|
653789
|
+
"node_id",
|
|
653790
|
+
"name",
|
|
653791
|
+
"description"
|
|
653792
|
+
]
|
|
653793
|
+
},
|
|
651977
653794
|
"updated_at": {
|
|
651978
653795
|
"type": "string",
|
|
651979
653796
|
"format": "date-time"
|
|
@@ -654820,6 +656637,66 @@
|
|
|
654820
656637
|
"description": "Title of the issue",
|
|
654821
656638
|
"type": "string"
|
|
654822
656639
|
},
|
|
656640
|
+
"type": {
|
|
656641
|
+
"title": "Issue Type",
|
|
656642
|
+
"description": "The type of issue.",
|
|
656643
|
+
"type": "object",
|
|
656644
|
+
"nullable": true,
|
|
656645
|
+
"properties": {
|
|
656646
|
+
"id": {
|
|
656647
|
+
"type": "integer",
|
|
656648
|
+
"description": "The unique identifier of the issue type."
|
|
656649
|
+
},
|
|
656650
|
+
"node_id": {
|
|
656651
|
+
"type": "string",
|
|
656652
|
+
"description": "The node identifier of the issue type."
|
|
656653
|
+
},
|
|
656654
|
+
"name": {
|
|
656655
|
+
"type": "string",
|
|
656656
|
+
"description": "The name of the issue type."
|
|
656657
|
+
},
|
|
656658
|
+
"description": {
|
|
656659
|
+
"type": "string",
|
|
656660
|
+
"description": "The description of the issue type.",
|
|
656661
|
+
"nullable": true
|
|
656662
|
+
},
|
|
656663
|
+
"color": {
|
|
656664
|
+
"type": "string",
|
|
656665
|
+
"description": "The color of the issue type.",
|
|
656666
|
+
"enum": [
|
|
656667
|
+
"gray",
|
|
656668
|
+
"blue",
|
|
656669
|
+
"green",
|
|
656670
|
+
"yellow",
|
|
656671
|
+
"orange",
|
|
656672
|
+
"red",
|
|
656673
|
+
"pink",
|
|
656674
|
+
"purple"
|
|
656675
|
+
],
|
|
656676
|
+
"nullable": true
|
|
656677
|
+
},
|
|
656678
|
+
"created_at": {
|
|
656679
|
+
"type": "string",
|
|
656680
|
+
"description": "The time the issue type created.",
|
|
656681
|
+
"format": "date-time"
|
|
656682
|
+
},
|
|
656683
|
+
"updated_at": {
|
|
656684
|
+
"type": "string",
|
|
656685
|
+
"description": "The time the issue type last updated.",
|
|
656686
|
+
"format": "date-time"
|
|
656687
|
+
},
|
|
656688
|
+
"is_enabled": {
|
|
656689
|
+
"type": "boolean",
|
|
656690
|
+
"description": "The enabled state of the issue type."
|
|
656691
|
+
}
|
|
656692
|
+
},
|
|
656693
|
+
"required": [
|
|
656694
|
+
"id",
|
|
656695
|
+
"node_id",
|
|
656696
|
+
"name",
|
|
656697
|
+
"description"
|
|
656698
|
+
]
|
|
656699
|
+
},
|
|
654823
656700
|
"updated_at": {
|
|
654824
656701
|
"type": "string",
|
|
654825
656702
|
"format": "date-time"
|
|
@@ -657855,6 +659732,66 @@
|
|
|
657855
659732
|
"description": "Title of the issue",
|
|
657856
659733
|
"type": "string"
|
|
657857
659734
|
},
|
|
659735
|
+
"type": {
|
|
659736
|
+
"title": "Issue Type",
|
|
659737
|
+
"description": "The type of issue.",
|
|
659738
|
+
"type": "object",
|
|
659739
|
+
"nullable": true,
|
|
659740
|
+
"properties": {
|
|
659741
|
+
"id": {
|
|
659742
|
+
"type": "integer",
|
|
659743
|
+
"description": "The unique identifier of the issue type."
|
|
659744
|
+
},
|
|
659745
|
+
"node_id": {
|
|
659746
|
+
"type": "string",
|
|
659747
|
+
"description": "The node identifier of the issue type."
|
|
659748
|
+
},
|
|
659749
|
+
"name": {
|
|
659750
|
+
"type": "string",
|
|
659751
|
+
"description": "The name of the issue type."
|
|
659752
|
+
},
|
|
659753
|
+
"description": {
|
|
659754
|
+
"type": "string",
|
|
659755
|
+
"description": "The description of the issue type.",
|
|
659756
|
+
"nullable": true
|
|
659757
|
+
},
|
|
659758
|
+
"color": {
|
|
659759
|
+
"type": "string",
|
|
659760
|
+
"description": "The color of the issue type.",
|
|
659761
|
+
"enum": [
|
|
659762
|
+
"gray",
|
|
659763
|
+
"blue",
|
|
659764
|
+
"green",
|
|
659765
|
+
"yellow",
|
|
659766
|
+
"orange",
|
|
659767
|
+
"red",
|
|
659768
|
+
"pink",
|
|
659769
|
+
"purple"
|
|
659770
|
+
],
|
|
659771
|
+
"nullable": true
|
|
659772
|
+
},
|
|
659773
|
+
"created_at": {
|
|
659774
|
+
"type": "string",
|
|
659775
|
+
"description": "The time the issue type created.",
|
|
659776
|
+
"format": "date-time"
|
|
659777
|
+
},
|
|
659778
|
+
"updated_at": {
|
|
659779
|
+
"type": "string",
|
|
659780
|
+
"description": "The time the issue type last updated.",
|
|
659781
|
+
"format": "date-time"
|
|
659782
|
+
},
|
|
659783
|
+
"is_enabled": {
|
|
659784
|
+
"type": "boolean",
|
|
659785
|
+
"description": "The enabled state of the issue type."
|
|
659786
|
+
}
|
|
659787
|
+
},
|
|
659788
|
+
"required": [
|
|
659789
|
+
"id",
|
|
659790
|
+
"node_id",
|
|
659791
|
+
"name",
|
|
659792
|
+
"description"
|
|
659793
|
+
]
|
|
659794
|
+
},
|
|
657858
659795
|
"updated_at": {
|
|
657859
659796
|
"type": "string",
|
|
657860
659797
|
"format": "date-time"
|
|
@@ -660711,6 +662648,66 @@
|
|
|
660711
662648
|
"description": "Title of the issue",
|
|
660712
662649
|
"type": "string"
|
|
660713
662650
|
},
|
|
662651
|
+
"type": {
|
|
662652
|
+
"title": "Issue Type",
|
|
662653
|
+
"description": "The type of issue.",
|
|
662654
|
+
"type": "object",
|
|
662655
|
+
"nullable": true,
|
|
662656
|
+
"properties": {
|
|
662657
|
+
"id": {
|
|
662658
|
+
"type": "integer",
|
|
662659
|
+
"description": "The unique identifier of the issue type."
|
|
662660
|
+
},
|
|
662661
|
+
"node_id": {
|
|
662662
|
+
"type": "string",
|
|
662663
|
+
"description": "The node identifier of the issue type."
|
|
662664
|
+
},
|
|
662665
|
+
"name": {
|
|
662666
|
+
"type": "string",
|
|
662667
|
+
"description": "The name of the issue type."
|
|
662668
|
+
},
|
|
662669
|
+
"description": {
|
|
662670
|
+
"type": "string",
|
|
662671
|
+
"description": "The description of the issue type.",
|
|
662672
|
+
"nullable": true
|
|
662673
|
+
},
|
|
662674
|
+
"color": {
|
|
662675
|
+
"type": "string",
|
|
662676
|
+
"description": "The color of the issue type.",
|
|
662677
|
+
"enum": [
|
|
662678
|
+
"gray",
|
|
662679
|
+
"blue",
|
|
662680
|
+
"green",
|
|
662681
|
+
"yellow",
|
|
662682
|
+
"orange",
|
|
662683
|
+
"red",
|
|
662684
|
+
"pink",
|
|
662685
|
+
"purple"
|
|
662686
|
+
],
|
|
662687
|
+
"nullable": true
|
|
662688
|
+
},
|
|
662689
|
+
"created_at": {
|
|
662690
|
+
"type": "string",
|
|
662691
|
+
"description": "The time the issue type created.",
|
|
662692
|
+
"format": "date-time"
|
|
662693
|
+
},
|
|
662694
|
+
"updated_at": {
|
|
662695
|
+
"type": "string",
|
|
662696
|
+
"description": "The time the issue type last updated.",
|
|
662697
|
+
"format": "date-time"
|
|
662698
|
+
},
|
|
662699
|
+
"is_enabled": {
|
|
662700
|
+
"type": "boolean",
|
|
662701
|
+
"description": "The enabled state of the issue type."
|
|
662702
|
+
}
|
|
662703
|
+
},
|
|
662704
|
+
"required": [
|
|
662705
|
+
"id",
|
|
662706
|
+
"node_id",
|
|
662707
|
+
"name",
|
|
662708
|
+
"description"
|
|
662709
|
+
]
|
|
662710
|
+
},
|
|
660714
662711
|
"updated_at": {
|
|
660715
662712
|
"type": "string",
|
|
660716
662713
|
"format": "date-time"
|
|
@@ -663736,6 +665733,66 @@
|
|
|
663736
665733
|
"type": "string",
|
|
663737
665734
|
"format": "uri"
|
|
663738
665735
|
},
|
|
665736
|
+
"type": {
|
|
665737
|
+
"title": "Issue Type",
|
|
665738
|
+
"description": "The type of issue.",
|
|
665739
|
+
"type": "object",
|
|
665740
|
+
"nullable": true,
|
|
665741
|
+
"properties": {
|
|
665742
|
+
"id": {
|
|
665743
|
+
"type": "integer",
|
|
665744
|
+
"description": "The unique identifier of the issue type."
|
|
665745
|
+
},
|
|
665746
|
+
"node_id": {
|
|
665747
|
+
"type": "string",
|
|
665748
|
+
"description": "The node identifier of the issue type."
|
|
665749
|
+
},
|
|
665750
|
+
"name": {
|
|
665751
|
+
"type": "string",
|
|
665752
|
+
"description": "The name of the issue type."
|
|
665753
|
+
},
|
|
665754
|
+
"description": {
|
|
665755
|
+
"type": "string",
|
|
665756
|
+
"description": "The description of the issue type.",
|
|
665757
|
+
"nullable": true
|
|
665758
|
+
},
|
|
665759
|
+
"color": {
|
|
665760
|
+
"type": "string",
|
|
665761
|
+
"description": "The color of the issue type.",
|
|
665762
|
+
"enum": [
|
|
665763
|
+
"gray",
|
|
665764
|
+
"blue",
|
|
665765
|
+
"green",
|
|
665766
|
+
"yellow",
|
|
665767
|
+
"orange",
|
|
665768
|
+
"red",
|
|
665769
|
+
"pink",
|
|
665770
|
+
"purple"
|
|
665771
|
+
],
|
|
665772
|
+
"nullable": true
|
|
665773
|
+
},
|
|
665774
|
+
"created_at": {
|
|
665775
|
+
"type": "string",
|
|
665776
|
+
"description": "The time the issue type created.",
|
|
665777
|
+
"format": "date-time"
|
|
665778
|
+
},
|
|
665779
|
+
"updated_at": {
|
|
665780
|
+
"type": "string",
|
|
665781
|
+
"description": "The time the issue type last updated.",
|
|
665782
|
+
"format": "date-time"
|
|
665783
|
+
},
|
|
665784
|
+
"is_enabled": {
|
|
665785
|
+
"type": "boolean",
|
|
665786
|
+
"description": "The enabled state of the issue type."
|
|
665787
|
+
}
|
|
665788
|
+
},
|
|
665789
|
+
"required": [
|
|
665790
|
+
"id",
|
|
665791
|
+
"node_id",
|
|
665792
|
+
"name",
|
|
665793
|
+
"description"
|
|
665794
|
+
]
|
|
665795
|
+
},
|
|
663739
665796
|
"title": {
|
|
663740
665797
|
"description": "Title of the issue",
|
|
663741
665798
|
"type": "string"
|
|
@@ -666616,6 +668673,66 @@
|
|
|
666616
668673
|
"type": "string",
|
|
666617
668674
|
"format": "uri"
|
|
666618
668675
|
},
|
|
668676
|
+
"type": {
|
|
668677
|
+
"title": "Issue Type",
|
|
668678
|
+
"description": "The type of issue.",
|
|
668679
|
+
"type": "object",
|
|
668680
|
+
"nullable": true,
|
|
668681
|
+
"properties": {
|
|
668682
|
+
"id": {
|
|
668683
|
+
"type": "integer",
|
|
668684
|
+
"description": "The unique identifier of the issue type."
|
|
668685
|
+
},
|
|
668686
|
+
"node_id": {
|
|
668687
|
+
"type": "string",
|
|
668688
|
+
"description": "The node identifier of the issue type."
|
|
668689
|
+
},
|
|
668690
|
+
"name": {
|
|
668691
|
+
"type": "string",
|
|
668692
|
+
"description": "The name of the issue type."
|
|
668693
|
+
},
|
|
668694
|
+
"description": {
|
|
668695
|
+
"type": "string",
|
|
668696
|
+
"description": "The description of the issue type.",
|
|
668697
|
+
"nullable": true
|
|
668698
|
+
},
|
|
668699
|
+
"color": {
|
|
668700
|
+
"type": "string",
|
|
668701
|
+
"description": "The color of the issue type.",
|
|
668702
|
+
"enum": [
|
|
668703
|
+
"gray",
|
|
668704
|
+
"blue",
|
|
668705
|
+
"green",
|
|
668706
|
+
"yellow",
|
|
668707
|
+
"orange",
|
|
668708
|
+
"red",
|
|
668709
|
+
"pink",
|
|
668710
|
+
"purple"
|
|
668711
|
+
],
|
|
668712
|
+
"nullable": true
|
|
668713
|
+
},
|
|
668714
|
+
"created_at": {
|
|
668715
|
+
"type": "string",
|
|
668716
|
+
"description": "The time the issue type created.",
|
|
668717
|
+
"format": "date-time"
|
|
668718
|
+
},
|
|
668719
|
+
"updated_at": {
|
|
668720
|
+
"type": "string",
|
|
668721
|
+
"description": "The time the issue type last updated.",
|
|
668722
|
+
"format": "date-time"
|
|
668723
|
+
},
|
|
668724
|
+
"is_enabled": {
|
|
668725
|
+
"type": "boolean",
|
|
668726
|
+
"description": "The enabled state of the issue type."
|
|
668727
|
+
}
|
|
668728
|
+
},
|
|
668729
|
+
"required": [
|
|
668730
|
+
"id",
|
|
668731
|
+
"node_id",
|
|
668732
|
+
"name",
|
|
668733
|
+
"description"
|
|
668734
|
+
]
|
|
668735
|
+
},
|
|
666619
668736
|
"title": {
|
|
666620
668737
|
"description": "Title of the issue",
|
|
666621
668738
|
"type": "string"
|
|
@@ -669522,6 +671639,66 @@
|
|
|
669522
671639
|
"type": "string",
|
|
669523
671640
|
"format": "uri"
|
|
669524
671641
|
},
|
|
671642
|
+
"type": {
|
|
671643
|
+
"title": "Issue Type",
|
|
671644
|
+
"description": "The type of issue.",
|
|
671645
|
+
"type": "object",
|
|
671646
|
+
"nullable": true,
|
|
671647
|
+
"properties": {
|
|
671648
|
+
"id": {
|
|
671649
|
+
"type": "integer",
|
|
671650
|
+
"description": "The unique identifier of the issue type."
|
|
671651
|
+
},
|
|
671652
|
+
"node_id": {
|
|
671653
|
+
"type": "string",
|
|
671654
|
+
"description": "The node identifier of the issue type."
|
|
671655
|
+
},
|
|
671656
|
+
"name": {
|
|
671657
|
+
"type": "string",
|
|
671658
|
+
"description": "The name of the issue type."
|
|
671659
|
+
},
|
|
671660
|
+
"description": {
|
|
671661
|
+
"type": "string",
|
|
671662
|
+
"description": "The description of the issue type.",
|
|
671663
|
+
"nullable": true
|
|
671664
|
+
},
|
|
671665
|
+
"color": {
|
|
671666
|
+
"type": "string",
|
|
671667
|
+
"description": "The color of the issue type.",
|
|
671668
|
+
"enum": [
|
|
671669
|
+
"gray",
|
|
671670
|
+
"blue",
|
|
671671
|
+
"green",
|
|
671672
|
+
"yellow",
|
|
671673
|
+
"orange",
|
|
671674
|
+
"red",
|
|
671675
|
+
"pink",
|
|
671676
|
+
"purple"
|
|
671677
|
+
],
|
|
671678
|
+
"nullable": true
|
|
671679
|
+
},
|
|
671680
|
+
"created_at": {
|
|
671681
|
+
"type": "string",
|
|
671682
|
+
"description": "The time the issue type created.",
|
|
671683
|
+
"format": "date-time"
|
|
671684
|
+
},
|
|
671685
|
+
"updated_at": {
|
|
671686
|
+
"type": "string",
|
|
671687
|
+
"description": "The time the issue type last updated.",
|
|
671688
|
+
"format": "date-time"
|
|
671689
|
+
},
|
|
671690
|
+
"is_enabled": {
|
|
671691
|
+
"type": "boolean",
|
|
671692
|
+
"description": "The enabled state of the issue type."
|
|
671693
|
+
}
|
|
671694
|
+
},
|
|
671695
|
+
"required": [
|
|
671696
|
+
"id",
|
|
671697
|
+
"node_id",
|
|
671698
|
+
"name",
|
|
671699
|
+
"description"
|
|
671700
|
+
]
|
|
671701
|
+
},
|
|
669525
671702
|
"title": {
|
|
669526
671703
|
"description": "Title of the issue",
|
|
669527
671704
|
"type": "string"
|
|
@@ -672358,6 +674535,66 @@
|
|
|
672358
674535
|
"description": "Title of the issue",
|
|
672359
674536
|
"type": "string"
|
|
672360
674537
|
},
|
|
674538
|
+
"type": {
|
|
674539
|
+
"title": "Issue Type",
|
|
674540
|
+
"description": "The type of issue.",
|
|
674541
|
+
"type": "object",
|
|
674542
|
+
"nullable": true,
|
|
674543
|
+
"properties": {
|
|
674544
|
+
"id": {
|
|
674545
|
+
"type": "integer",
|
|
674546
|
+
"description": "The unique identifier of the issue type."
|
|
674547
|
+
},
|
|
674548
|
+
"node_id": {
|
|
674549
|
+
"type": "string",
|
|
674550
|
+
"description": "The node identifier of the issue type."
|
|
674551
|
+
},
|
|
674552
|
+
"name": {
|
|
674553
|
+
"type": "string",
|
|
674554
|
+
"description": "The name of the issue type."
|
|
674555
|
+
},
|
|
674556
|
+
"description": {
|
|
674557
|
+
"type": "string",
|
|
674558
|
+
"description": "The description of the issue type.",
|
|
674559
|
+
"nullable": true
|
|
674560
|
+
},
|
|
674561
|
+
"color": {
|
|
674562
|
+
"type": "string",
|
|
674563
|
+
"description": "The color of the issue type.",
|
|
674564
|
+
"enum": [
|
|
674565
|
+
"gray",
|
|
674566
|
+
"blue",
|
|
674567
|
+
"green",
|
|
674568
|
+
"yellow",
|
|
674569
|
+
"orange",
|
|
674570
|
+
"red",
|
|
674571
|
+
"pink",
|
|
674572
|
+
"purple"
|
|
674573
|
+
],
|
|
674574
|
+
"nullable": true
|
|
674575
|
+
},
|
|
674576
|
+
"created_at": {
|
|
674577
|
+
"type": "string",
|
|
674578
|
+
"description": "The time the issue type created.",
|
|
674579
|
+
"format": "date-time"
|
|
674580
|
+
},
|
|
674581
|
+
"updated_at": {
|
|
674582
|
+
"type": "string",
|
|
674583
|
+
"description": "The time the issue type last updated.",
|
|
674584
|
+
"format": "date-time"
|
|
674585
|
+
},
|
|
674586
|
+
"is_enabled": {
|
|
674587
|
+
"type": "boolean",
|
|
674588
|
+
"description": "The enabled state of the issue type."
|
|
674589
|
+
}
|
|
674590
|
+
},
|
|
674591
|
+
"required": [
|
|
674592
|
+
"id",
|
|
674593
|
+
"node_id",
|
|
674594
|
+
"name",
|
|
674595
|
+
"description"
|
|
674596
|
+
]
|
|
674597
|
+
},
|
|
672361
674598
|
"updated_at": {
|
|
672362
674599
|
"type": "string",
|
|
672363
674600
|
"format": "date-time"
|
|
@@ -677180,6 +679417,66 @@
|
|
|
677180
679417
|
"description": "Title of the issue",
|
|
677181
679418
|
"type": "string"
|
|
677182
679419
|
},
|
|
679420
|
+
"type": {
|
|
679421
|
+
"title": "Issue Type",
|
|
679422
|
+
"description": "The type of issue.",
|
|
679423
|
+
"type": "object",
|
|
679424
|
+
"nullable": true,
|
|
679425
|
+
"properties": {
|
|
679426
|
+
"id": {
|
|
679427
|
+
"type": "integer",
|
|
679428
|
+
"description": "The unique identifier of the issue type."
|
|
679429
|
+
},
|
|
679430
|
+
"node_id": {
|
|
679431
|
+
"type": "string",
|
|
679432
|
+
"description": "The node identifier of the issue type."
|
|
679433
|
+
},
|
|
679434
|
+
"name": {
|
|
679435
|
+
"type": "string",
|
|
679436
|
+
"description": "The name of the issue type."
|
|
679437
|
+
},
|
|
679438
|
+
"description": {
|
|
679439
|
+
"type": "string",
|
|
679440
|
+
"description": "The description of the issue type.",
|
|
679441
|
+
"nullable": true
|
|
679442
|
+
},
|
|
679443
|
+
"color": {
|
|
679444
|
+
"type": "string",
|
|
679445
|
+
"description": "The color of the issue type.",
|
|
679446
|
+
"enum": [
|
|
679447
|
+
"gray",
|
|
679448
|
+
"blue",
|
|
679449
|
+
"green",
|
|
679450
|
+
"yellow",
|
|
679451
|
+
"orange",
|
|
679452
|
+
"red",
|
|
679453
|
+
"pink",
|
|
679454
|
+
"purple"
|
|
679455
|
+
],
|
|
679456
|
+
"nullable": true
|
|
679457
|
+
},
|
|
679458
|
+
"created_at": {
|
|
679459
|
+
"type": "string",
|
|
679460
|
+
"description": "The time the issue type created.",
|
|
679461
|
+
"format": "date-time"
|
|
679462
|
+
},
|
|
679463
|
+
"updated_at": {
|
|
679464
|
+
"type": "string",
|
|
679465
|
+
"description": "The time the issue type last updated.",
|
|
679466
|
+
"format": "date-time"
|
|
679467
|
+
},
|
|
679468
|
+
"is_enabled": {
|
|
679469
|
+
"type": "boolean",
|
|
679470
|
+
"description": "The enabled state of the issue type."
|
|
679471
|
+
}
|
|
679472
|
+
},
|
|
679473
|
+
"required": [
|
|
679474
|
+
"id",
|
|
679475
|
+
"node_id",
|
|
679476
|
+
"name",
|
|
679477
|
+
"description"
|
|
679478
|
+
]
|
|
679479
|
+
},
|
|
677183
679480
|
"updated_at": {
|
|
677184
679481
|
"type": "string",
|
|
677185
679482
|
"format": "date-time"
|
|
@@ -680014,6 +682311,66 @@
|
|
|
680014
682311
|
"description": "Title of the issue",
|
|
680015
682312
|
"type": "string"
|
|
680016
682313
|
},
|
|
682314
|
+
"type": {
|
|
682315
|
+
"title": "Issue Type",
|
|
682316
|
+
"description": "The type of issue.",
|
|
682317
|
+
"type": "object",
|
|
682318
|
+
"nullable": true,
|
|
682319
|
+
"properties": {
|
|
682320
|
+
"id": {
|
|
682321
|
+
"type": "integer",
|
|
682322
|
+
"description": "The unique identifier of the issue type."
|
|
682323
|
+
},
|
|
682324
|
+
"node_id": {
|
|
682325
|
+
"type": "string",
|
|
682326
|
+
"description": "The node identifier of the issue type."
|
|
682327
|
+
},
|
|
682328
|
+
"name": {
|
|
682329
|
+
"type": "string",
|
|
682330
|
+
"description": "The name of the issue type."
|
|
682331
|
+
},
|
|
682332
|
+
"description": {
|
|
682333
|
+
"type": "string",
|
|
682334
|
+
"description": "The description of the issue type.",
|
|
682335
|
+
"nullable": true
|
|
682336
|
+
},
|
|
682337
|
+
"color": {
|
|
682338
|
+
"type": "string",
|
|
682339
|
+
"description": "The color of the issue type.",
|
|
682340
|
+
"enum": [
|
|
682341
|
+
"gray",
|
|
682342
|
+
"blue",
|
|
682343
|
+
"green",
|
|
682344
|
+
"yellow",
|
|
682345
|
+
"orange",
|
|
682346
|
+
"red",
|
|
682347
|
+
"pink",
|
|
682348
|
+
"purple"
|
|
682349
|
+
],
|
|
682350
|
+
"nullable": true
|
|
682351
|
+
},
|
|
682352
|
+
"created_at": {
|
|
682353
|
+
"type": "string",
|
|
682354
|
+
"description": "The time the issue type created.",
|
|
682355
|
+
"format": "date-time"
|
|
682356
|
+
},
|
|
682357
|
+
"updated_at": {
|
|
682358
|
+
"type": "string",
|
|
682359
|
+
"description": "The time the issue type last updated.",
|
|
682360
|
+
"format": "date-time"
|
|
682361
|
+
},
|
|
682362
|
+
"is_enabled": {
|
|
682363
|
+
"type": "boolean",
|
|
682364
|
+
"description": "The enabled state of the issue type."
|
|
682365
|
+
}
|
|
682366
|
+
},
|
|
682367
|
+
"required": [
|
|
682368
|
+
"id",
|
|
682369
|
+
"node_id",
|
|
682370
|
+
"name",
|
|
682371
|
+
"description"
|
|
682372
|
+
]
|
|
682373
|
+
},
|
|
680017
682374
|
"updated_at": {
|
|
680018
682375
|
"type": "string",
|
|
680019
682376
|
"format": "date-time"
|
|
@@ -682978,6 +685335,66 @@
|
|
|
682978
685335
|
"type": "string"
|
|
682979
685336
|
}
|
|
682980
685337
|
}
|
|
685338
|
+
},
|
|
685339
|
+
"type": {
|
|
685340
|
+
"title": "Issue Type",
|
|
685341
|
+
"description": "The type of issue.",
|
|
685342
|
+
"type": "object",
|
|
685343
|
+
"nullable": true,
|
|
685344
|
+
"properties": {
|
|
685345
|
+
"id": {
|
|
685346
|
+
"type": "integer",
|
|
685347
|
+
"description": "The unique identifier of the issue type."
|
|
685348
|
+
},
|
|
685349
|
+
"node_id": {
|
|
685350
|
+
"type": "string",
|
|
685351
|
+
"description": "The node identifier of the issue type."
|
|
685352
|
+
},
|
|
685353
|
+
"name": {
|
|
685354
|
+
"type": "string",
|
|
685355
|
+
"description": "The name of the issue type."
|
|
685356
|
+
},
|
|
685357
|
+
"description": {
|
|
685358
|
+
"type": "string",
|
|
685359
|
+
"description": "The description of the issue type.",
|
|
685360
|
+
"nullable": true
|
|
685361
|
+
},
|
|
685362
|
+
"color": {
|
|
685363
|
+
"type": "string",
|
|
685364
|
+
"description": "The color of the issue type.",
|
|
685365
|
+
"enum": [
|
|
685366
|
+
"gray",
|
|
685367
|
+
"blue",
|
|
685368
|
+
"green",
|
|
685369
|
+
"yellow",
|
|
685370
|
+
"orange",
|
|
685371
|
+
"red",
|
|
685372
|
+
"pink",
|
|
685373
|
+
"purple"
|
|
685374
|
+
],
|
|
685375
|
+
"nullable": true
|
|
685376
|
+
},
|
|
685377
|
+
"created_at": {
|
|
685378
|
+
"type": "string",
|
|
685379
|
+
"description": "The time the issue type created.",
|
|
685380
|
+
"format": "date-time"
|
|
685381
|
+
},
|
|
685382
|
+
"updated_at": {
|
|
685383
|
+
"type": "string",
|
|
685384
|
+
"description": "The time the issue type last updated.",
|
|
685385
|
+
"format": "date-time"
|
|
685386
|
+
},
|
|
685387
|
+
"is_enabled": {
|
|
685388
|
+
"type": "boolean",
|
|
685389
|
+
"description": "The enabled state of the issue type."
|
|
685390
|
+
}
|
|
685391
|
+
},
|
|
685392
|
+
"required": [
|
|
685393
|
+
"id",
|
|
685394
|
+
"node_id",
|
|
685395
|
+
"name",
|
|
685396
|
+
"description"
|
|
685397
|
+
]
|
|
682981
685398
|
}
|
|
682982
685399
|
}
|
|
682983
685400
|
},
|
|
@@ -685599,6 +688016,66 @@
|
|
|
685599
688016
|
"description": "Title of the issue",
|
|
685600
688017
|
"type": "string"
|
|
685601
688018
|
},
|
|
688019
|
+
"type": {
|
|
688020
|
+
"title": "Issue Type",
|
|
688021
|
+
"description": "The type of issue.",
|
|
688022
|
+
"type": "object",
|
|
688023
|
+
"nullable": true,
|
|
688024
|
+
"properties": {
|
|
688025
|
+
"id": {
|
|
688026
|
+
"type": "integer",
|
|
688027
|
+
"description": "The unique identifier of the issue type."
|
|
688028
|
+
},
|
|
688029
|
+
"node_id": {
|
|
688030
|
+
"type": "string",
|
|
688031
|
+
"description": "The node identifier of the issue type."
|
|
688032
|
+
},
|
|
688033
|
+
"name": {
|
|
688034
|
+
"type": "string",
|
|
688035
|
+
"description": "The name of the issue type."
|
|
688036
|
+
},
|
|
688037
|
+
"description": {
|
|
688038
|
+
"type": "string",
|
|
688039
|
+
"description": "The description of the issue type.",
|
|
688040
|
+
"nullable": true
|
|
688041
|
+
},
|
|
688042
|
+
"color": {
|
|
688043
|
+
"type": "string",
|
|
688044
|
+
"description": "The color of the issue type.",
|
|
688045
|
+
"enum": [
|
|
688046
|
+
"gray",
|
|
688047
|
+
"blue",
|
|
688048
|
+
"green",
|
|
688049
|
+
"yellow",
|
|
688050
|
+
"orange",
|
|
688051
|
+
"red",
|
|
688052
|
+
"pink",
|
|
688053
|
+
"purple"
|
|
688054
|
+
],
|
|
688055
|
+
"nullable": true
|
|
688056
|
+
},
|
|
688057
|
+
"created_at": {
|
|
688058
|
+
"type": "string",
|
|
688059
|
+
"description": "The time the issue type created.",
|
|
688060
|
+
"format": "date-time"
|
|
688061
|
+
},
|
|
688062
|
+
"updated_at": {
|
|
688063
|
+
"type": "string",
|
|
688064
|
+
"description": "The time the issue type last updated.",
|
|
688065
|
+
"format": "date-time"
|
|
688066
|
+
},
|
|
688067
|
+
"is_enabled": {
|
|
688068
|
+
"type": "boolean",
|
|
688069
|
+
"description": "The enabled state of the issue type."
|
|
688070
|
+
}
|
|
688071
|
+
},
|
|
688072
|
+
"required": [
|
|
688073
|
+
"id",
|
|
688074
|
+
"node_id",
|
|
688075
|
+
"name",
|
|
688076
|
+
"description"
|
|
688077
|
+
]
|
|
688078
|
+
},
|
|
685602
688079
|
"updated_at": {
|
|
685603
688080
|
"type": "string",
|
|
685604
688081
|
"format": "date-time"
|
|
@@ -687508,6 +689985,66 @@
|
|
|
687508
689985
|
"description": "Title of the issue",
|
|
687509
689986
|
"type": "string"
|
|
687510
689987
|
},
|
|
689988
|
+
"type": {
|
|
689989
|
+
"title": "Issue Type",
|
|
689990
|
+
"description": "The type of issue.",
|
|
689991
|
+
"type": "object",
|
|
689992
|
+
"nullable": true,
|
|
689993
|
+
"properties": {
|
|
689994
|
+
"id": {
|
|
689995
|
+
"type": "integer",
|
|
689996
|
+
"description": "The unique identifier of the issue type."
|
|
689997
|
+
},
|
|
689998
|
+
"node_id": {
|
|
689999
|
+
"type": "string",
|
|
690000
|
+
"description": "The node identifier of the issue type."
|
|
690001
|
+
},
|
|
690002
|
+
"name": {
|
|
690003
|
+
"type": "string",
|
|
690004
|
+
"description": "The name of the issue type."
|
|
690005
|
+
},
|
|
690006
|
+
"description": {
|
|
690007
|
+
"type": "string",
|
|
690008
|
+
"description": "The description of the issue type.",
|
|
690009
|
+
"nullable": true
|
|
690010
|
+
},
|
|
690011
|
+
"color": {
|
|
690012
|
+
"type": "string",
|
|
690013
|
+
"description": "The color of the issue type.",
|
|
690014
|
+
"enum": [
|
|
690015
|
+
"gray",
|
|
690016
|
+
"blue",
|
|
690017
|
+
"green",
|
|
690018
|
+
"yellow",
|
|
690019
|
+
"orange",
|
|
690020
|
+
"red",
|
|
690021
|
+
"pink",
|
|
690022
|
+
"purple"
|
|
690023
|
+
],
|
|
690024
|
+
"nullable": true
|
|
690025
|
+
},
|
|
690026
|
+
"created_at": {
|
|
690027
|
+
"type": "string",
|
|
690028
|
+
"description": "The time the issue type created.",
|
|
690029
|
+
"format": "date-time"
|
|
690030
|
+
},
|
|
690031
|
+
"updated_at": {
|
|
690032
|
+
"type": "string",
|
|
690033
|
+
"description": "The time the issue type last updated.",
|
|
690034
|
+
"format": "date-time"
|
|
690035
|
+
},
|
|
690036
|
+
"is_enabled": {
|
|
690037
|
+
"type": "boolean",
|
|
690038
|
+
"description": "The enabled state of the issue type."
|
|
690039
|
+
}
|
|
690040
|
+
},
|
|
690041
|
+
"required": [
|
|
690042
|
+
"id",
|
|
690043
|
+
"node_id",
|
|
690044
|
+
"name",
|
|
690045
|
+
"description"
|
|
690046
|
+
]
|
|
690047
|
+
},
|
|
687511
690048
|
"updated_at": {
|
|
687512
690049
|
"type": "string",
|
|
687513
690050
|
"format": "date-time"
|
|
@@ -690446,6 +692983,66 @@
|
|
|
690446
692983
|
"description": "Title of the issue",
|
|
690447
692984
|
"type": "string"
|
|
690448
692985
|
},
|
|
692986
|
+
"type": {
|
|
692987
|
+
"title": "Issue Type",
|
|
692988
|
+
"description": "The type of issue.",
|
|
692989
|
+
"type": "object",
|
|
692990
|
+
"nullable": true,
|
|
692991
|
+
"properties": {
|
|
692992
|
+
"id": {
|
|
692993
|
+
"type": "integer",
|
|
692994
|
+
"description": "The unique identifier of the issue type."
|
|
692995
|
+
},
|
|
692996
|
+
"node_id": {
|
|
692997
|
+
"type": "string",
|
|
692998
|
+
"description": "The node identifier of the issue type."
|
|
692999
|
+
},
|
|
693000
|
+
"name": {
|
|
693001
|
+
"type": "string",
|
|
693002
|
+
"description": "The name of the issue type."
|
|
693003
|
+
},
|
|
693004
|
+
"description": {
|
|
693005
|
+
"type": "string",
|
|
693006
|
+
"description": "The description of the issue type.",
|
|
693007
|
+
"nullable": true
|
|
693008
|
+
},
|
|
693009
|
+
"color": {
|
|
693010
|
+
"type": "string",
|
|
693011
|
+
"description": "The color of the issue type.",
|
|
693012
|
+
"enum": [
|
|
693013
|
+
"gray",
|
|
693014
|
+
"blue",
|
|
693015
|
+
"green",
|
|
693016
|
+
"yellow",
|
|
693017
|
+
"orange",
|
|
693018
|
+
"red",
|
|
693019
|
+
"pink",
|
|
693020
|
+
"purple"
|
|
693021
|
+
],
|
|
693022
|
+
"nullable": true
|
|
693023
|
+
},
|
|
693024
|
+
"created_at": {
|
|
693025
|
+
"type": "string",
|
|
693026
|
+
"description": "The time the issue type created.",
|
|
693027
|
+
"format": "date-time"
|
|
693028
|
+
},
|
|
693029
|
+
"updated_at": {
|
|
693030
|
+
"type": "string",
|
|
693031
|
+
"description": "The time the issue type last updated.",
|
|
693032
|
+
"format": "date-time"
|
|
693033
|
+
},
|
|
693034
|
+
"is_enabled": {
|
|
693035
|
+
"type": "boolean",
|
|
693036
|
+
"description": "The enabled state of the issue type."
|
|
693037
|
+
}
|
|
693038
|
+
},
|
|
693039
|
+
"required": [
|
|
693040
|
+
"id",
|
|
693041
|
+
"node_id",
|
|
693042
|
+
"name",
|
|
693043
|
+
"description"
|
|
693044
|
+
]
|
|
693045
|
+
},
|
|
690449
693046
|
"updated_at": {
|
|
690450
693047
|
"type": "string",
|
|
690451
693048
|
"format": "date-time"
|
|
@@ -693287,6 +695884,66 @@
|
|
|
693287
695884
|
"description": "Title of the issue",
|
|
693288
695885
|
"type": "string"
|
|
693289
695886
|
},
|
|
695887
|
+
"type": {
|
|
695888
|
+
"title": "Issue Type",
|
|
695889
|
+
"description": "The type of issue.",
|
|
695890
|
+
"type": "object",
|
|
695891
|
+
"nullable": true,
|
|
695892
|
+
"properties": {
|
|
695893
|
+
"id": {
|
|
695894
|
+
"type": "integer",
|
|
695895
|
+
"description": "The unique identifier of the issue type."
|
|
695896
|
+
},
|
|
695897
|
+
"node_id": {
|
|
695898
|
+
"type": "string",
|
|
695899
|
+
"description": "The node identifier of the issue type."
|
|
695900
|
+
},
|
|
695901
|
+
"name": {
|
|
695902
|
+
"type": "string",
|
|
695903
|
+
"description": "The name of the issue type."
|
|
695904
|
+
},
|
|
695905
|
+
"description": {
|
|
695906
|
+
"type": "string",
|
|
695907
|
+
"description": "The description of the issue type.",
|
|
695908
|
+
"nullable": true
|
|
695909
|
+
},
|
|
695910
|
+
"color": {
|
|
695911
|
+
"type": "string",
|
|
695912
|
+
"description": "The color of the issue type.",
|
|
695913
|
+
"enum": [
|
|
695914
|
+
"gray",
|
|
695915
|
+
"blue",
|
|
695916
|
+
"green",
|
|
695917
|
+
"yellow",
|
|
695918
|
+
"orange",
|
|
695919
|
+
"red",
|
|
695920
|
+
"pink",
|
|
695921
|
+
"purple"
|
|
695922
|
+
],
|
|
695923
|
+
"nullable": true
|
|
695924
|
+
},
|
|
695925
|
+
"created_at": {
|
|
695926
|
+
"type": "string",
|
|
695927
|
+
"description": "The time the issue type created.",
|
|
695928
|
+
"format": "date-time"
|
|
695929
|
+
},
|
|
695930
|
+
"updated_at": {
|
|
695931
|
+
"type": "string",
|
|
695932
|
+
"description": "The time the issue type last updated.",
|
|
695933
|
+
"format": "date-time"
|
|
695934
|
+
},
|
|
695935
|
+
"is_enabled": {
|
|
695936
|
+
"type": "boolean",
|
|
695937
|
+
"description": "The enabled state of the issue type."
|
|
695938
|
+
}
|
|
695939
|
+
},
|
|
695940
|
+
"required": [
|
|
695941
|
+
"id",
|
|
695942
|
+
"node_id",
|
|
695943
|
+
"name",
|
|
695944
|
+
"description"
|
|
695945
|
+
]
|
|
695946
|
+
},
|
|
693290
695947
|
"updated_at": {
|
|
693291
695948
|
"type": "string",
|
|
693292
695949
|
"format": "date-time"
|
|
@@ -696191,6 +698848,66 @@
|
|
|
696191
698848
|
"description": "Title of the issue",
|
|
696192
698849
|
"type": "string"
|
|
696193
698850
|
},
|
|
698851
|
+
"type": {
|
|
698852
|
+
"title": "Issue Type",
|
|
698853
|
+
"description": "The type of issue.",
|
|
698854
|
+
"type": "object",
|
|
698855
|
+
"nullable": true,
|
|
698856
|
+
"properties": {
|
|
698857
|
+
"id": {
|
|
698858
|
+
"type": "integer",
|
|
698859
|
+
"description": "The unique identifier of the issue type."
|
|
698860
|
+
},
|
|
698861
|
+
"node_id": {
|
|
698862
|
+
"type": "string",
|
|
698863
|
+
"description": "The node identifier of the issue type."
|
|
698864
|
+
},
|
|
698865
|
+
"name": {
|
|
698866
|
+
"type": "string",
|
|
698867
|
+
"description": "The name of the issue type."
|
|
698868
|
+
},
|
|
698869
|
+
"description": {
|
|
698870
|
+
"type": "string",
|
|
698871
|
+
"description": "The description of the issue type.",
|
|
698872
|
+
"nullable": true
|
|
698873
|
+
},
|
|
698874
|
+
"color": {
|
|
698875
|
+
"type": "string",
|
|
698876
|
+
"description": "The color of the issue type.",
|
|
698877
|
+
"enum": [
|
|
698878
|
+
"gray",
|
|
698879
|
+
"blue",
|
|
698880
|
+
"green",
|
|
698881
|
+
"yellow",
|
|
698882
|
+
"orange",
|
|
698883
|
+
"red",
|
|
698884
|
+
"pink",
|
|
698885
|
+
"purple"
|
|
698886
|
+
],
|
|
698887
|
+
"nullable": true
|
|
698888
|
+
},
|
|
698889
|
+
"created_at": {
|
|
698890
|
+
"type": "string",
|
|
698891
|
+
"description": "The time the issue type created.",
|
|
698892
|
+
"format": "date-time"
|
|
698893
|
+
},
|
|
698894
|
+
"updated_at": {
|
|
698895
|
+
"type": "string",
|
|
698896
|
+
"description": "The time the issue type last updated.",
|
|
698897
|
+
"format": "date-time"
|
|
698898
|
+
},
|
|
698899
|
+
"is_enabled": {
|
|
698900
|
+
"type": "boolean",
|
|
698901
|
+
"description": "The enabled state of the issue type."
|
|
698902
|
+
}
|
|
698903
|
+
},
|
|
698904
|
+
"required": [
|
|
698905
|
+
"id",
|
|
698906
|
+
"node_id",
|
|
698907
|
+
"name",
|
|
698908
|
+
"description"
|
|
698909
|
+
]
|
|
698910
|
+
},
|
|
696194
698911
|
"updated_at": {
|
|
696195
698912
|
"type": "string",
|
|
696196
698913
|
"format": "date-time"
|
|
@@ -699002,6 +701719,66 @@
|
|
|
699002
701719
|
"description": "Title of the issue",
|
|
699003
701720
|
"type": "string"
|
|
699004
701721
|
},
|
|
701722
|
+
"type": {
|
|
701723
|
+
"title": "Issue Type",
|
|
701724
|
+
"description": "The type of issue.",
|
|
701725
|
+
"type": "object",
|
|
701726
|
+
"nullable": true,
|
|
701727
|
+
"properties": {
|
|
701728
|
+
"id": {
|
|
701729
|
+
"type": "integer",
|
|
701730
|
+
"description": "The unique identifier of the issue type."
|
|
701731
|
+
},
|
|
701732
|
+
"node_id": {
|
|
701733
|
+
"type": "string",
|
|
701734
|
+
"description": "The node identifier of the issue type."
|
|
701735
|
+
},
|
|
701736
|
+
"name": {
|
|
701737
|
+
"type": "string",
|
|
701738
|
+
"description": "The name of the issue type."
|
|
701739
|
+
},
|
|
701740
|
+
"description": {
|
|
701741
|
+
"type": "string",
|
|
701742
|
+
"description": "The description of the issue type.",
|
|
701743
|
+
"nullable": true
|
|
701744
|
+
},
|
|
701745
|
+
"color": {
|
|
701746
|
+
"type": "string",
|
|
701747
|
+
"description": "The color of the issue type.",
|
|
701748
|
+
"enum": [
|
|
701749
|
+
"gray",
|
|
701750
|
+
"blue",
|
|
701751
|
+
"green",
|
|
701752
|
+
"yellow",
|
|
701753
|
+
"orange",
|
|
701754
|
+
"red",
|
|
701755
|
+
"pink",
|
|
701756
|
+
"purple"
|
|
701757
|
+
],
|
|
701758
|
+
"nullable": true
|
|
701759
|
+
},
|
|
701760
|
+
"created_at": {
|
|
701761
|
+
"type": "string",
|
|
701762
|
+
"description": "The time the issue type created.",
|
|
701763
|
+
"format": "date-time"
|
|
701764
|
+
},
|
|
701765
|
+
"updated_at": {
|
|
701766
|
+
"type": "string",
|
|
701767
|
+
"description": "The time the issue type last updated.",
|
|
701768
|
+
"format": "date-time"
|
|
701769
|
+
},
|
|
701770
|
+
"is_enabled": {
|
|
701771
|
+
"type": "boolean",
|
|
701772
|
+
"description": "The enabled state of the issue type."
|
|
701773
|
+
}
|
|
701774
|
+
},
|
|
701775
|
+
"required": [
|
|
701776
|
+
"id",
|
|
701777
|
+
"node_id",
|
|
701778
|
+
"name",
|
|
701779
|
+
"description"
|
|
701780
|
+
]
|
|
701781
|
+
},
|
|
699005
701782
|
"updated_at": {
|
|
699006
701783
|
"type": "string",
|
|
699007
701784
|
"format": "date-time"
|