@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.",
|
|
@@ -74333,12 +74516,12 @@
|
|
|
74333
74516
|
"type": "object",
|
|
74334
74517
|
"properties": {
|
|
74335
74518
|
"id": {
|
|
74336
|
-
"description": "The
|
|
74519
|
+
"description": "The ID of the runner.",
|
|
74337
74520
|
"type": "integer",
|
|
74338
74521
|
"example": 5
|
|
74339
74522
|
},
|
|
74340
74523
|
"runner_group_id": {
|
|
74341
|
-
"description": "The
|
|
74524
|
+
"description": "The ID of the runner group.",
|
|
74342
74525
|
"type": "integer",
|
|
74343
74526
|
"example": 1
|
|
74344
74527
|
},
|
|
@@ -74747,12 +74930,12 @@
|
|
|
74747
74930
|
"type": "object",
|
|
74748
74931
|
"properties": {
|
|
74749
74932
|
"id": {
|
|
74750
|
-
"description": "The
|
|
74933
|
+
"description": "The ID of the runner.",
|
|
74751
74934
|
"type": "integer",
|
|
74752
74935
|
"example": 5
|
|
74753
74936
|
},
|
|
74754
74937
|
"runner_group_id": {
|
|
74755
|
-
"description": "The
|
|
74938
|
+
"description": "The ID of the runner group.",
|
|
74756
74939
|
"type": "integer",
|
|
74757
74940
|
"example": 1
|
|
74758
74941
|
},
|
|
@@ -75121,12 +75304,12 @@
|
|
|
75121
75304
|
"type": "object",
|
|
75122
75305
|
"properties": {
|
|
75123
75306
|
"id": {
|
|
75124
|
-
"description": "The
|
|
75307
|
+
"description": "The ID of the runner.",
|
|
75125
75308
|
"type": "integer",
|
|
75126
75309
|
"example": 5
|
|
75127
75310
|
},
|
|
75128
75311
|
"runner_group_id": {
|
|
75129
|
-
"description": "The
|
|
75312
|
+
"description": "The ID of the runner group.",
|
|
75130
75313
|
"type": "integer",
|
|
75131
75314
|
"example": 1
|
|
75132
75315
|
},
|
|
@@ -76994,12 +77177,12 @@
|
|
|
76994
77177
|
"type": "object",
|
|
76995
77178
|
"properties": {
|
|
76996
77179
|
"id": {
|
|
76997
|
-
"description": "The
|
|
77180
|
+
"description": "The ID of the runner.",
|
|
76998
77181
|
"type": "integer",
|
|
76999
77182
|
"example": 5
|
|
77000
77183
|
},
|
|
77001
77184
|
"runner_group_id": {
|
|
77002
|
-
"description": "The
|
|
77185
|
+
"description": "The ID of the runner group.",
|
|
77003
77186
|
"type": "integer",
|
|
77004
77187
|
"example": 1
|
|
77005
77188
|
},
|
|
@@ -89832,6 +90015,66 @@
|
|
|
89832
90015
|
"type": "string",
|
|
89833
90016
|
"format": "uri"
|
|
89834
90017
|
},
|
|
90018
|
+
"type": {
|
|
90019
|
+
"title": "Issue Type",
|
|
90020
|
+
"description": "The type of issue.",
|
|
90021
|
+
"type": "object",
|
|
90022
|
+
"nullable": true,
|
|
90023
|
+
"properties": {
|
|
90024
|
+
"id": {
|
|
90025
|
+
"type": "integer",
|
|
90026
|
+
"description": "The unique identifier of the issue type."
|
|
90027
|
+
},
|
|
90028
|
+
"node_id": {
|
|
90029
|
+
"type": "string",
|
|
90030
|
+
"description": "The node identifier of the issue type."
|
|
90031
|
+
},
|
|
90032
|
+
"name": {
|
|
90033
|
+
"type": "string",
|
|
90034
|
+
"description": "The name of the issue type."
|
|
90035
|
+
},
|
|
90036
|
+
"description": {
|
|
90037
|
+
"type": "string",
|
|
90038
|
+
"description": "The description of the issue type.",
|
|
90039
|
+
"nullable": true
|
|
90040
|
+
},
|
|
90041
|
+
"color": {
|
|
90042
|
+
"type": "string",
|
|
90043
|
+
"description": "The color of the issue type.",
|
|
90044
|
+
"enum": [
|
|
90045
|
+
"gray",
|
|
90046
|
+
"blue",
|
|
90047
|
+
"green",
|
|
90048
|
+
"yellow",
|
|
90049
|
+
"orange",
|
|
90050
|
+
"red",
|
|
90051
|
+
"pink",
|
|
90052
|
+
"purple"
|
|
90053
|
+
],
|
|
90054
|
+
"nullable": true
|
|
90055
|
+
},
|
|
90056
|
+
"created_at": {
|
|
90057
|
+
"type": "string",
|
|
90058
|
+
"description": "The time the issue type created.",
|
|
90059
|
+
"format": "date-time"
|
|
90060
|
+
},
|
|
90061
|
+
"updated_at": {
|
|
90062
|
+
"type": "string",
|
|
90063
|
+
"description": "The time the issue type last updated.",
|
|
90064
|
+
"format": "date-time"
|
|
90065
|
+
},
|
|
90066
|
+
"is_enabled": {
|
|
90067
|
+
"type": "boolean",
|
|
90068
|
+
"description": "The enabled state of the issue type."
|
|
90069
|
+
}
|
|
90070
|
+
},
|
|
90071
|
+
"required": [
|
|
90072
|
+
"id",
|
|
90073
|
+
"node_id",
|
|
90074
|
+
"name",
|
|
90075
|
+
"description"
|
|
90076
|
+
]
|
|
90077
|
+
},
|
|
89835
90078
|
"repository": {
|
|
89836
90079
|
"title": "Repository",
|
|
89837
90080
|
"description": "A repository on GitHub.",
|
|
@@ -93485,6 +93728,7 @@
|
|
|
93485
93728
|
"id": {
|
|
93486
93729
|
"description": "Unique identifier of the webhook delivery.",
|
|
93487
93730
|
"type": "integer",
|
|
93731
|
+
"format": "int64",
|
|
93488
93732
|
"example": 42
|
|
93489
93733
|
},
|
|
93490
93734
|
"guid": {
|
|
@@ -93532,12 +93776,14 @@
|
|
|
93532
93776
|
"installation_id": {
|
|
93533
93777
|
"description": "The id of the GitHub App installation associated with this event.",
|
|
93534
93778
|
"type": "integer",
|
|
93779
|
+
"format": "int64",
|
|
93535
93780
|
"example": 123,
|
|
93536
93781
|
"nullable": true
|
|
93537
93782
|
},
|
|
93538
93783
|
"repository_id": {
|
|
93539
93784
|
"description": "The id of the repository associated with this event.",
|
|
93540
93785
|
"type": "integer",
|
|
93786
|
+
"format": "int64",
|
|
93541
93787
|
"example": 123,
|
|
93542
93788
|
"nullable": true
|
|
93543
93789
|
},
|
|
@@ -94694,7 +94940,7 @@
|
|
|
94694
94940
|
},
|
|
94695
94941
|
"dependabot_secrets": {
|
|
94696
94942
|
"type": "string",
|
|
94697
|
-
"description": "The
|
|
94943
|
+
"description": "The level of permission to grant the access token to manage Dependabot secrets.",
|
|
94698
94944
|
"enum": [
|
|
94699
94945
|
"read",
|
|
94700
94946
|
"write"
|
|
@@ -95650,7 +95896,7 @@
|
|
|
95650
95896
|
},
|
|
95651
95897
|
"dependabot_secrets": {
|
|
95652
95898
|
"type": "string",
|
|
95653
|
-
"description": "The
|
|
95899
|
+
"description": "The level of permission to grant the access token to manage Dependabot secrets.",
|
|
95654
95900
|
"enum": [
|
|
95655
95901
|
"read",
|
|
95656
95902
|
"write"
|
|
@@ -96339,6 +96585,15 @@
|
|
|
96339
96585
|
"type": "string"
|
|
96340
96586
|
}
|
|
96341
96587
|
},
|
|
96588
|
+
{
|
|
96589
|
+
"name": "type",
|
|
96590
|
+
"description": "Can be the name of an issue type.",
|
|
96591
|
+
"in": "query",
|
|
96592
|
+
"required": false,
|
|
96593
|
+
"schema": {
|
|
96594
|
+
"type": "string"
|
|
96595
|
+
}
|
|
96596
|
+
},
|
|
96342
96597
|
{
|
|
96343
96598
|
"name": "sort",
|
|
96344
96599
|
"description": "What to sort results by.",
|
|
@@ -97322,6 +97577,66 @@
|
|
|
97322
97577
|
"type": "string",
|
|
97323
97578
|
"format": "uri"
|
|
97324
97579
|
},
|
|
97580
|
+
"type": {
|
|
97581
|
+
"title": "Issue Type",
|
|
97582
|
+
"description": "The type of issue.",
|
|
97583
|
+
"type": "object",
|
|
97584
|
+
"nullable": true,
|
|
97585
|
+
"properties": {
|
|
97586
|
+
"id": {
|
|
97587
|
+
"type": "integer",
|
|
97588
|
+
"description": "The unique identifier of the issue type."
|
|
97589
|
+
},
|
|
97590
|
+
"node_id": {
|
|
97591
|
+
"type": "string",
|
|
97592
|
+
"description": "The node identifier of the issue type."
|
|
97593
|
+
},
|
|
97594
|
+
"name": {
|
|
97595
|
+
"type": "string",
|
|
97596
|
+
"description": "The name of the issue type."
|
|
97597
|
+
},
|
|
97598
|
+
"description": {
|
|
97599
|
+
"type": "string",
|
|
97600
|
+
"description": "The description of the issue type.",
|
|
97601
|
+
"nullable": true
|
|
97602
|
+
},
|
|
97603
|
+
"color": {
|
|
97604
|
+
"type": "string",
|
|
97605
|
+
"description": "The color of the issue type.",
|
|
97606
|
+
"enum": [
|
|
97607
|
+
"gray",
|
|
97608
|
+
"blue",
|
|
97609
|
+
"green",
|
|
97610
|
+
"yellow",
|
|
97611
|
+
"orange",
|
|
97612
|
+
"red",
|
|
97613
|
+
"pink",
|
|
97614
|
+
"purple"
|
|
97615
|
+
],
|
|
97616
|
+
"nullable": true
|
|
97617
|
+
},
|
|
97618
|
+
"created_at": {
|
|
97619
|
+
"type": "string",
|
|
97620
|
+
"description": "The time the issue type created.",
|
|
97621
|
+
"format": "date-time"
|
|
97622
|
+
},
|
|
97623
|
+
"updated_at": {
|
|
97624
|
+
"type": "string",
|
|
97625
|
+
"description": "The time the issue type last updated.",
|
|
97626
|
+
"format": "date-time"
|
|
97627
|
+
},
|
|
97628
|
+
"is_enabled": {
|
|
97629
|
+
"type": "boolean",
|
|
97630
|
+
"description": "The enabled state of the issue type."
|
|
97631
|
+
}
|
|
97632
|
+
},
|
|
97633
|
+
"required": [
|
|
97634
|
+
"id",
|
|
97635
|
+
"node_id",
|
|
97636
|
+
"name",
|
|
97637
|
+
"description"
|
|
97638
|
+
]
|
|
97639
|
+
},
|
|
97325
97640
|
"repository": {
|
|
97326
97641
|
"title": "Repository",
|
|
97327
97642
|
"description": "A repository on GitHub.",
|
|
@@ -108625,6 +108940,20 @@
|
|
|
108625
108940
|
"type": "string",
|
|
108626
108941
|
"format": "date-time"
|
|
108627
108942
|
}
|
|
108943
|
+
},
|
|
108944
|
+
{
|
|
108945
|
+
"name": "token_id",
|
|
108946
|
+
"description": "The ID of the token",
|
|
108947
|
+
"in": "query",
|
|
108948
|
+
"required": false,
|
|
108949
|
+
"schema": {
|
|
108950
|
+
"type": "array",
|
|
108951
|
+
"maxItems": 50,
|
|
108952
|
+
"items": {
|
|
108953
|
+
"type": "string"
|
|
108954
|
+
},
|
|
108955
|
+
"example": "token_id[]=1,token_id[]=2"
|
|
108956
|
+
}
|
|
108628
108957
|
}
|
|
108629
108958
|
],
|
|
108630
108959
|
"responses": {
|
|
@@ -110578,6 +110907,20 @@
|
|
|
110578
110907
|
"type": "string",
|
|
110579
110908
|
"format": "date-time"
|
|
110580
110909
|
}
|
|
110910
|
+
},
|
|
110911
|
+
{
|
|
110912
|
+
"name": "token_id",
|
|
110913
|
+
"description": "The ID of the token",
|
|
110914
|
+
"in": "query",
|
|
110915
|
+
"required": false,
|
|
110916
|
+
"schema": {
|
|
110917
|
+
"type": "array",
|
|
110918
|
+
"maxItems": 50,
|
|
110919
|
+
"items": {
|
|
110920
|
+
"type": "string"
|
|
110921
|
+
},
|
|
110922
|
+
"example": "token_id[]=1,token_id[]=2"
|
|
110923
|
+
}
|
|
110581
110924
|
}
|
|
110582
110925
|
],
|
|
110583
110926
|
"responses": {
|
|
@@ -113832,7 +114175,7 @@
|
|
|
113832
114175
|
},
|
|
113833
114176
|
"patch": {
|
|
113834
114177
|
"summary": "Create or update custom properties for an organization",
|
|
113835
|
-
"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.",
|
|
114178
|
+
"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.",
|
|
113836
114179
|
"tags": [
|
|
113837
114180
|
"orgs"
|
|
113838
114181
|
],
|
|
@@ -114462,6 +114805,16 @@
|
|
|
114462
114805
|
"maxItems": 200,
|
|
114463
114806
|
"nullable": true,
|
|
114464
114807
|
"description": "An ordered list of the allowed values of the property.\nThe property can have up to 200 allowed values."
|
|
114808
|
+
},
|
|
114809
|
+
"values_editable_by": {
|
|
114810
|
+
"type": "string",
|
|
114811
|
+
"nullable": true,
|
|
114812
|
+
"enum": [
|
|
114813
|
+
"org_actors",
|
|
114814
|
+
"org_and_repo_actors"
|
|
114815
|
+
],
|
|
114816
|
+
"example": "org_actors",
|
|
114817
|
+
"description": "Who can edit the values of the property"
|
|
114465
114818
|
}
|
|
114466
114819
|
},
|
|
114467
114820
|
"required": [
|
|
@@ -157643,12 +157996,12 @@
|
|
|
157643
157996
|
"type": "object",
|
|
157644
157997
|
"properties": {
|
|
157645
157998
|
"id": {
|
|
157646
|
-
"description": "The
|
|
157999
|
+
"description": "The ID of the runner.",
|
|
157647
158000
|
"type": "integer",
|
|
157648
158001
|
"example": 5
|
|
157649
158002
|
},
|
|
157650
158003
|
"runner_group_id": {
|
|
157651
|
-
"description": "The
|
|
158004
|
+
"description": "The ID of the runner group.",
|
|
157652
158005
|
"type": "integer",
|
|
157653
158006
|
"example": 1
|
|
157654
158007
|
},
|
|
@@ -158035,12 +158388,12 @@
|
|
|
158035
158388
|
"type": "object",
|
|
158036
158389
|
"properties": {
|
|
158037
158390
|
"id": {
|
|
158038
|
-
"description": "The
|
|
158391
|
+
"description": "The ID of the runner.",
|
|
158039
158392
|
"type": "integer",
|
|
158040
158393
|
"example": 5
|
|
158041
158394
|
},
|
|
158042
158395
|
"runner_group_id": {
|
|
158043
|
-
"description": "The
|
|
158396
|
+
"description": "The ID of the runner group.",
|
|
158044
158397
|
"type": "integer",
|
|
158045
158398
|
"example": 1
|
|
158046
158399
|
},
|
|
@@ -159935,12 +160288,12 @@
|
|
|
159935
160288
|
"type": "object",
|
|
159936
160289
|
"properties": {
|
|
159937
160290
|
"id": {
|
|
159938
|
-
"description": "The
|
|
160291
|
+
"description": "The ID of the runner.",
|
|
159939
160292
|
"type": "integer",
|
|
159940
160293
|
"example": 5
|
|
159941
160294
|
},
|
|
159942
160295
|
"runner_group_id": {
|
|
159943
|
-
"description": "The
|
|
160296
|
+
"description": "The ID of the runner group.",
|
|
159944
160297
|
"type": "integer",
|
|
159945
160298
|
"example": 1
|
|
159946
160299
|
},
|
|
@@ -244328,7 +244681,7 @@
|
|
|
244328
244681
|
},
|
|
244329
244682
|
"post": {
|
|
244330
244683
|
"summary": "Create a custom deployment protection rule on an environment",
|
|
244331
|
-
"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.13/rest/apps/apps#get-an-app).\n\nOAuth app tokens and personal access tokens (classic) need the `repo` scope to use this endpoint.",
|
|
244684
|
+
"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.13/rest/apps/apps#get-an-app), as well as the [guide to creating custom deployment protection rules](https://docs.github.com/enterprise-server@3.13/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.",
|
|
244332
244685
|
"tags": [
|
|
244333
244686
|
"repos"
|
|
244334
244687
|
],
|
|
@@ -246966,6 +247319,66 @@
|
|
|
246966
247319
|
"type": "string",
|
|
246967
247320
|
"format": "uri"
|
|
246968
247321
|
},
|
|
247322
|
+
"type": {
|
|
247323
|
+
"title": "Issue Type",
|
|
247324
|
+
"description": "The type of issue.",
|
|
247325
|
+
"type": "object",
|
|
247326
|
+
"nullable": true,
|
|
247327
|
+
"properties": {
|
|
247328
|
+
"id": {
|
|
247329
|
+
"type": "integer",
|
|
247330
|
+
"description": "The unique identifier of the issue type."
|
|
247331
|
+
},
|
|
247332
|
+
"node_id": {
|
|
247333
|
+
"type": "string",
|
|
247334
|
+
"description": "The node identifier of the issue type."
|
|
247335
|
+
},
|
|
247336
|
+
"name": {
|
|
247337
|
+
"type": "string",
|
|
247338
|
+
"description": "The name of the issue type."
|
|
247339
|
+
},
|
|
247340
|
+
"description": {
|
|
247341
|
+
"type": "string",
|
|
247342
|
+
"description": "The description of the issue type.",
|
|
247343
|
+
"nullable": true
|
|
247344
|
+
},
|
|
247345
|
+
"color": {
|
|
247346
|
+
"type": "string",
|
|
247347
|
+
"description": "The color of the issue type.",
|
|
247348
|
+
"enum": [
|
|
247349
|
+
"gray",
|
|
247350
|
+
"blue",
|
|
247351
|
+
"green",
|
|
247352
|
+
"yellow",
|
|
247353
|
+
"orange",
|
|
247354
|
+
"red",
|
|
247355
|
+
"pink",
|
|
247356
|
+
"purple"
|
|
247357
|
+
],
|
|
247358
|
+
"nullable": true
|
|
247359
|
+
},
|
|
247360
|
+
"created_at": {
|
|
247361
|
+
"type": "string",
|
|
247362
|
+
"description": "The time the issue type created.",
|
|
247363
|
+
"format": "date-time"
|
|
247364
|
+
},
|
|
247365
|
+
"updated_at": {
|
|
247366
|
+
"type": "string",
|
|
247367
|
+
"description": "The time the issue type last updated.",
|
|
247368
|
+
"format": "date-time"
|
|
247369
|
+
},
|
|
247370
|
+
"is_enabled": {
|
|
247371
|
+
"type": "boolean",
|
|
247372
|
+
"description": "The enabled state of the issue type."
|
|
247373
|
+
}
|
|
247374
|
+
},
|
|
247375
|
+
"required": [
|
|
247376
|
+
"id",
|
|
247377
|
+
"node_id",
|
|
247378
|
+
"name",
|
|
247379
|
+
"description"
|
|
247380
|
+
]
|
|
247381
|
+
},
|
|
246969
247382
|
"repository": {
|
|
246970
247383
|
"title": "Repository",
|
|
246971
247384
|
"description": "A repository on GitHub.",
|
|
@@ -259004,6 +259417,7 @@
|
|
|
259004
259417
|
"id": {
|
|
259005
259418
|
"description": "Unique identifier of the webhook delivery.",
|
|
259006
259419
|
"type": "integer",
|
|
259420
|
+
"format": "int64",
|
|
259007
259421
|
"example": 42
|
|
259008
259422
|
},
|
|
259009
259423
|
"guid": {
|
|
@@ -259051,12 +259465,14 @@
|
|
|
259051
259465
|
"installation_id": {
|
|
259052
259466
|
"description": "The id of the GitHub App installation associated with this event.",
|
|
259053
259467
|
"type": "integer",
|
|
259468
|
+
"format": "int64",
|
|
259054
259469
|
"example": 123,
|
|
259055
259470
|
"nullable": true
|
|
259056
259471
|
},
|
|
259057
259472
|
"repository_id": {
|
|
259058
259473
|
"description": "The id of the repository associated with this event.",
|
|
259059
259474
|
"type": "integer",
|
|
259475
|
+
"format": "int64",
|
|
259060
259476
|
"example": 123,
|
|
259061
259477
|
"nullable": true
|
|
259062
259478
|
},
|
|
@@ -260330,7 +260746,7 @@
|
|
|
260330
260746
|
},
|
|
260331
260747
|
"dependabot_secrets": {
|
|
260332
260748
|
"type": "string",
|
|
260333
|
-
"description": "The
|
|
260749
|
+
"description": "The level of permission to grant the access token to manage Dependabot secrets.",
|
|
260334
260750
|
"enum": [
|
|
260335
260751
|
"read",
|
|
260336
260752
|
"write"
|
|
@@ -263412,6 +263828,15 @@
|
|
|
263412
263828
|
"type": "string"
|
|
263413
263829
|
}
|
|
263414
263830
|
},
|
|
263831
|
+
{
|
|
263832
|
+
"name": "type",
|
|
263833
|
+
"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.",
|
|
263834
|
+
"in": "query",
|
|
263835
|
+
"required": false,
|
|
263836
|
+
"schema": {
|
|
263837
|
+
"type": "string"
|
|
263838
|
+
}
|
|
263839
|
+
},
|
|
263415
263840
|
{
|
|
263416
263841
|
"name": "creator",
|
|
263417
263842
|
"description": "The user that created the issue.",
|
|
@@ -264422,6 +264847,66 @@
|
|
|
264422
264847
|
"type": "string",
|
|
264423
264848
|
"format": "uri"
|
|
264424
264849
|
},
|
|
264850
|
+
"type": {
|
|
264851
|
+
"title": "Issue Type",
|
|
264852
|
+
"description": "The type of issue.",
|
|
264853
|
+
"type": "object",
|
|
264854
|
+
"nullable": true,
|
|
264855
|
+
"properties": {
|
|
264856
|
+
"id": {
|
|
264857
|
+
"type": "integer",
|
|
264858
|
+
"description": "The unique identifier of the issue type."
|
|
264859
|
+
},
|
|
264860
|
+
"node_id": {
|
|
264861
|
+
"type": "string",
|
|
264862
|
+
"description": "The node identifier of the issue type."
|
|
264863
|
+
},
|
|
264864
|
+
"name": {
|
|
264865
|
+
"type": "string",
|
|
264866
|
+
"description": "The name of the issue type."
|
|
264867
|
+
},
|
|
264868
|
+
"description": {
|
|
264869
|
+
"type": "string",
|
|
264870
|
+
"description": "The description of the issue type.",
|
|
264871
|
+
"nullable": true
|
|
264872
|
+
},
|
|
264873
|
+
"color": {
|
|
264874
|
+
"type": "string",
|
|
264875
|
+
"description": "The color of the issue type.",
|
|
264876
|
+
"enum": [
|
|
264877
|
+
"gray",
|
|
264878
|
+
"blue",
|
|
264879
|
+
"green",
|
|
264880
|
+
"yellow",
|
|
264881
|
+
"orange",
|
|
264882
|
+
"red",
|
|
264883
|
+
"pink",
|
|
264884
|
+
"purple"
|
|
264885
|
+
],
|
|
264886
|
+
"nullable": true
|
|
264887
|
+
},
|
|
264888
|
+
"created_at": {
|
|
264889
|
+
"type": "string",
|
|
264890
|
+
"description": "The time the issue type created.",
|
|
264891
|
+
"format": "date-time"
|
|
264892
|
+
},
|
|
264893
|
+
"updated_at": {
|
|
264894
|
+
"type": "string",
|
|
264895
|
+
"description": "The time the issue type last updated.",
|
|
264896
|
+
"format": "date-time"
|
|
264897
|
+
},
|
|
264898
|
+
"is_enabled": {
|
|
264899
|
+
"type": "boolean",
|
|
264900
|
+
"description": "The enabled state of the issue type."
|
|
264901
|
+
}
|
|
264902
|
+
},
|
|
264903
|
+
"required": [
|
|
264904
|
+
"id",
|
|
264905
|
+
"node_id",
|
|
264906
|
+
"name",
|
|
264907
|
+
"description"
|
|
264908
|
+
]
|
|
264909
|
+
},
|
|
264425
264910
|
"repository": {
|
|
264426
264911
|
"title": "Repository",
|
|
264427
264912
|
"description": "A repository on GitHub.",
|
|
@@ -265979,6 +266464,12 @@
|
|
|
265979
266464
|
"items": {
|
|
265980
266465
|
"type": "string"
|
|
265981
266466
|
}
|
|
266467
|
+
},
|
|
266468
|
+
"type": {
|
|
266469
|
+
"type": "string",
|
|
266470
|
+
"description": "The name of the issue type to associate with this issue.",
|
|
266471
|
+
"nullable": true,
|
|
266472
|
+
"example": "Epic"
|
|
265982
266473
|
}
|
|
265983
266474
|
},
|
|
265984
266475
|
"required": [
|
|
@@ -266926,6 +267417,66 @@
|
|
|
266926
267417
|
"type": "string",
|
|
266927
267418
|
"format": "uri"
|
|
266928
267419
|
},
|
|
267420
|
+
"type": {
|
|
267421
|
+
"title": "Issue Type",
|
|
267422
|
+
"description": "The type of issue.",
|
|
267423
|
+
"type": "object",
|
|
267424
|
+
"nullable": true,
|
|
267425
|
+
"properties": {
|
|
267426
|
+
"id": {
|
|
267427
|
+
"type": "integer",
|
|
267428
|
+
"description": "The unique identifier of the issue type."
|
|
267429
|
+
},
|
|
267430
|
+
"node_id": {
|
|
267431
|
+
"type": "string",
|
|
267432
|
+
"description": "The node identifier of the issue type."
|
|
267433
|
+
},
|
|
267434
|
+
"name": {
|
|
267435
|
+
"type": "string",
|
|
267436
|
+
"description": "The name of the issue type."
|
|
267437
|
+
},
|
|
267438
|
+
"description": {
|
|
267439
|
+
"type": "string",
|
|
267440
|
+
"description": "The description of the issue type.",
|
|
267441
|
+
"nullable": true
|
|
267442
|
+
},
|
|
267443
|
+
"color": {
|
|
267444
|
+
"type": "string",
|
|
267445
|
+
"description": "The color of the issue type.",
|
|
267446
|
+
"enum": [
|
|
267447
|
+
"gray",
|
|
267448
|
+
"blue",
|
|
267449
|
+
"green",
|
|
267450
|
+
"yellow",
|
|
267451
|
+
"orange",
|
|
267452
|
+
"red",
|
|
267453
|
+
"pink",
|
|
267454
|
+
"purple"
|
|
267455
|
+
],
|
|
267456
|
+
"nullable": true
|
|
267457
|
+
},
|
|
267458
|
+
"created_at": {
|
|
267459
|
+
"type": "string",
|
|
267460
|
+
"description": "The time the issue type created.",
|
|
267461
|
+
"format": "date-time"
|
|
267462
|
+
},
|
|
267463
|
+
"updated_at": {
|
|
267464
|
+
"type": "string",
|
|
267465
|
+
"description": "The time the issue type last updated.",
|
|
267466
|
+
"format": "date-time"
|
|
267467
|
+
},
|
|
267468
|
+
"is_enabled": {
|
|
267469
|
+
"type": "boolean",
|
|
267470
|
+
"description": "The enabled state of the issue type."
|
|
267471
|
+
}
|
|
267472
|
+
},
|
|
267473
|
+
"required": [
|
|
267474
|
+
"id",
|
|
267475
|
+
"node_id",
|
|
267476
|
+
"name",
|
|
267477
|
+
"description"
|
|
267478
|
+
]
|
|
267479
|
+
},
|
|
266929
267480
|
"repository": {
|
|
266930
267481
|
"title": "Repository",
|
|
266931
267482
|
"description": "A repository on GitHub.",
|
|
@@ -272904,6 +273455,66 @@
|
|
|
272904
273455
|
"type": "string",
|
|
272905
273456
|
"format": "uri"
|
|
272906
273457
|
},
|
|
273458
|
+
"type": {
|
|
273459
|
+
"title": "Issue Type",
|
|
273460
|
+
"description": "The type of issue.",
|
|
273461
|
+
"type": "object",
|
|
273462
|
+
"nullable": true,
|
|
273463
|
+
"properties": {
|
|
273464
|
+
"id": {
|
|
273465
|
+
"type": "integer",
|
|
273466
|
+
"description": "The unique identifier of the issue type."
|
|
273467
|
+
},
|
|
273468
|
+
"node_id": {
|
|
273469
|
+
"type": "string",
|
|
273470
|
+
"description": "The node identifier of the issue type."
|
|
273471
|
+
},
|
|
273472
|
+
"name": {
|
|
273473
|
+
"type": "string",
|
|
273474
|
+
"description": "The name of the issue type."
|
|
273475
|
+
},
|
|
273476
|
+
"description": {
|
|
273477
|
+
"type": "string",
|
|
273478
|
+
"description": "The description of the issue type.",
|
|
273479
|
+
"nullable": true
|
|
273480
|
+
},
|
|
273481
|
+
"color": {
|
|
273482
|
+
"type": "string",
|
|
273483
|
+
"description": "The color of the issue type.",
|
|
273484
|
+
"enum": [
|
|
273485
|
+
"gray",
|
|
273486
|
+
"blue",
|
|
273487
|
+
"green",
|
|
273488
|
+
"yellow",
|
|
273489
|
+
"orange",
|
|
273490
|
+
"red",
|
|
273491
|
+
"pink",
|
|
273492
|
+
"purple"
|
|
273493
|
+
],
|
|
273494
|
+
"nullable": true
|
|
273495
|
+
},
|
|
273496
|
+
"created_at": {
|
|
273497
|
+
"type": "string",
|
|
273498
|
+
"description": "The time the issue type created.",
|
|
273499
|
+
"format": "date-time"
|
|
273500
|
+
},
|
|
273501
|
+
"updated_at": {
|
|
273502
|
+
"type": "string",
|
|
273503
|
+
"description": "The time the issue type last updated.",
|
|
273504
|
+
"format": "date-time"
|
|
273505
|
+
},
|
|
273506
|
+
"is_enabled": {
|
|
273507
|
+
"type": "boolean",
|
|
273508
|
+
"description": "The enabled state of the issue type."
|
|
273509
|
+
}
|
|
273510
|
+
},
|
|
273511
|
+
"required": [
|
|
273512
|
+
"id",
|
|
273513
|
+
"node_id",
|
|
273514
|
+
"name",
|
|
273515
|
+
"description"
|
|
273516
|
+
]
|
|
273517
|
+
},
|
|
272907
273518
|
"repository": {
|
|
272908
273519
|
"title": "Repository",
|
|
272909
273520
|
"description": "A repository on GitHub.",
|
|
@@ -276570,6 +277181,66 @@
|
|
|
276570
277181
|
"type": "string",
|
|
276571
277182
|
"format": "uri"
|
|
276572
277183
|
},
|
|
277184
|
+
"type": {
|
|
277185
|
+
"title": "Issue Type",
|
|
277186
|
+
"description": "The type of issue.",
|
|
277187
|
+
"type": "object",
|
|
277188
|
+
"nullable": true,
|
|
277189
|
+
"properties": {
|
|
277190
|
+
"id": {
|
|
277191
|
+
"type": "integer",
|
|
277192
|
+
"description": "The unique identifier of the issue type."
|
|
277193
|
+
},
|
|
277194
|
+
"node_id": {
|
|
277195
|
+
"type": "string",
|
|
277196
|
+
"description": "The node identifier of the issue type."
|
|
277197
|
+
},
|
|
277198
|
+
"name": {
|
|
277199
|
+
"type": "string",
|
|
277200
|
+
"description": "The name of the issue type."
|
|
277201
|
+
},
|
|
277202
|
+
"description": {
|
|
277203
|
+
"type": "string",
|
|
277204
|
+
"description": "The description of the issue type.",
|
|
277205
|
+
"nullable": true
|
|
277206
|
+
},
|
|
277207
|
+
"color": {
|
|
277208
|
+
"type": "string",
|
|
277209
|
+
"description": "The color of the issue type.",
|
|
277210
|
+
"enum": [
|
|
277211
|
+
"gray",
|
|
277212
|
+
"blue",
|
|
277213
|
+
"green",
|
|
277214
|
+
"yellow",
|
|
277215
|
+
"orange",
|
|
277216
|
+
"red",
|
|
277217
|
+
"pink",
|
|
277218
|
+
"purple"
|
|
277219
|
+
],
|
|
277220
|
+
"nullable": true
|
|
277221
|
+
},
|
|
277222
|
+
"created_at": {
|
|
277223
|
+
"type": "string",
|
|
277224
|
+
"description": "The time the issue type created.",
|
|
277225
|
+
"format": "date-time"
|
|
277226
|
+
},
|
|
277227
|
+
"updated_at": {
|
|
277228
|
+
"type": "string",
|
|
277229
|
+
"description": "The time the issue type last updated.",
|
|
277230
|
+
"format": "date-time"
|
|
277231
|
+
},
|
|
277232
|
+
"is_enabled": {
|
|
277233
|
+
"type": "boolean",
|
|
277234
|
+
"description": "The enabled state of the issue type."
|
|
277235
|
+
}
|
|
277236
|
+
},
|
|
277237
|
+
"required": [
|
|
277238
|
+
"id",
|
|
277239
|
+
"node_id",
|
|
277240
|
+
"name",
|
|
277241
|
+
"description"
|
|
277242
|
+
]
|
|
277243
|
+
},
|
|
276573
277244
|
"repository": {
|
|
276574
277245
|
"title": "Repository",
|
|
276575
277246
|
"description": "A repository on GitHub.",
|
|
@@ -280112,6 +280783,66 @@
|
|
|
280112
280783
|
"type": "string",
|
|
280113
280784
|
"format": "uri"
|
|
280114
280785
|
},
|
|
280786
|
+
"type": {
|
|
280787
|
+
"title": "Issue Type",
|
|
280788
|
+
"description": "The type of issue.",
|
|
280789
|
+
"type": "object",
|
|
280790
|
+
"nullable": true,
|
|
280791
|
+
"properties": {
|
|
280792
|
+
"id": {
|
|
280793
|
+
"type": "integer",
|
|
280794
|
+
"description": "The unique identifier of the issue type."
|
|
280795
|
+
},
|
|
280796
|
+
"node_id": {
|
|
280797
|
+
"type": "string",
|
|
280798
|
+
"description": "The node identifier of the issue type."
|
|
280799
|
+
},
|
|
280800
|
+
"name": {
|
|
280801
|
+
"type": "string",
|
|
280802
|
+
"description": "The name of the issue type."
|
|
280803
|
+
},
|
|
280804
|
+
"description": {
|
|
280805
|
+
"type": "string",
|
|
280806
|
+
"description": "The description of the issue type.",
|
|
280807
|
+
"nullable": true
|
|
280808
|
+
},
|
|
280809
|
+
"color": {
|
|
280810
|
+
"type": "string",
|
|
280811
|
+
"description": "The color of the issue type.",
|
|
280812
|
+
"enum": [
|
|
280813
|
+
"gray",
|
|
280814
|
+
"blue",
|
|
280815
|
+
"green",
|
|
280816
|
+
"yellow",
|
|
280817
|
+
"orange",
|
|
280818
|
+
"red",
|
|
280819
|
+
"pink",
|
|
280820
|
+
"purple"
|
|
280821
|
+
],
|
|
280822
|
+
"nullable": true
|
|
280823
|
+
},
|
|
280824
|
+
"created_at": {
|
|
280825
|
+
"type": "string",
|
|
280826
|
+
"description": "The time the issue type created.",
|
|
280827
|
+
"format": "date-time"
|
|
280828
|
+
},
|
|
280829
|
+
"updated_at": {
|
|
280830
|
+
"type": "string",
|
|
280831
|
+
"description": "The time the issue type last updated.",
|
|
280832
|
+
"format": "date-time"
|
|
280833
|
+
},
|
|
280834
|
+
"is_enabled": {
|
|
280835
|
+
"type": "boolean",
|
|
280836
|
+
"description": "The enabled state of the issue type."
|
|
280837
|
+
}
|
|
280838
|
+
},
|
|
280839
|
+
"required": [
|
|
280840
|
+
"id",
|
|
280841
|
+
"node_id",
|
|
280842
|
+
"name",
|
|
280843
|
+
"description"
|
|
280844
|
+
]
|
|
280845
|
+
},
|
|
280115
280846
|
"repository": {
|
|
280116
280847
|
"title": "Repository",
|
|
280117
280848
|
"description": "A repository on GitHub.",
|
|
@@ -281648,6 +282379,12 @@
|
|
|
281648
282379
|
"items": {
|
|
281649
282380
|
"type": "string"
|
|
281650
282381
|
}
|
|
282382
|
+
},
|
|
282383
|
+
"type": {
|
|
282384
|
+
"type": "string",
|
|
282385
|
+
"description": "The name of the issue type to associate with this issue or use `null` to remove the current issue type.",
|
|
282386
|
+
"nullable": true,
|
|
282387
|
+
"example": "Epic"
|
|
281651
282388
|
}
|
|
281652
282389
|
}
|
|
281653
282390
|
},
|
|
@@ -282593,6 +283330,66 @@
|
|
|
282593
283330
|
"type": "string",
|
|
282594
283331
|
"format": "uri"
|
|
282595
283332
|
},
|
|
283333
|
+
"type": {
|
|
283334
|
+
"title": "Issue Type",
|
|
283335
|
+
"description": "The type of issue.",
|
|
283336
|
+
"type": "object",
|
|
283337
|
+
"nullable": true,
|
|
283338
|
+
"properties": {
|
|
283339
|
+
"id": {
|
|
283340
|
+
"type": "integer",
|
|
283341
|
+
"description": "The unique identifier of the issue type."
|
|
283342
|
+
},
|
|
283343
|
+
"node_id": {
|
|
283344
|
+
"type": "string",
|
|
283345
|
+
"description": "The node identifier of the issue type."
|
|
283346
|
+
},
|
|
283347
|
+
"name": {
|
|
283348
|
+
"type": "string",
|
|
283349
|
+
"description": "The name of the issue type."
|
|
283350
|
+
},
|
|
283351
|
+
"description": {
|
|
283352
|
+
"type": "string",
|
|
283353
|
+
"description": "The description of the issue type.",
|
|
283354
|
+
"nullable": true
|
|
283355
|
+
},
|
|
283356
|
+
"color": {
|
|
283357
|
+
"type": "string",
|
|
283358
|
+
"description": "The color of the issue type.",
|
|
283359
|
+
"enum": [
|
|
283360
|
+
"gray",
|
|
283361
|
+
"blue",
|
|
283362
|
+
"green",
|
|
283363
|
+
"yellow",
|
|
283364
|
+
"orange",
|
|
283365
|
+
"red",
|
|
283366
|
+
"pink",
|
|
283367
|
+
"purple"
|
|
283368
|
+
],
|
|
283369
|
+
"nullable": true
|
|
283370
|
+
},
|
|
283371
|
+
"created_at": {
|
|
283372
|
+
"type": "string",
|
|
283373
|
+
"description": "The time the issue type created.",
|
|
283374
|
+
"format": "date-time"
|
|
283375
|
+
},
|
|
283376
|
+
"updated_at": {
|
|
283377
|
+
"type": "string",
|
|
283378
|
+
"description": "The time the issue type last updated.",
|
|
283379
|
+
"format": "date-time"
|
|
283380
|
+
},
|
|
283381
|
+
"is_enabled": {
|
|
283382
|
+
"type": "boolean",
|
|
283383
|
+
"description": "The enabled state of the issue type."
|
|
283384
|
+
}
|
|
283385
|
+
},
|
|
283386
|
+
"required": [
|
|
283387
|
+
"id",
|
|
283388
|
+
"node_id",
|
|
283389
|
+
"name",
|
|
283390
|
+
"description"
|
|
283391
|
+
]
|
|
283392
|
+
},
|
|
282596
283393
|
"repository": {
|
|
282597
283394
|
"title": "Repository",
|
|
282598
283395
|
"description": "A repository on GitHub.",
|
|
@@ -285100,6 +285897,66 @@
|
|
|
285100
285897
|
"type": "string",
|
|
285101
285898
|
"format": "uri"
|
|
285102
285899
|
},
|
|
285900
|
+
"type": {
|
|
285901
|
+
"title": "Issue Type",
|
|
285902
|
+
"description": "The type of issue.",
|
|
285903
|
+
"type": "object",
|
|
285904
|
+
"nullable": true,
|
|
285905
|
+
"properties": {
|
|
285906
|
+
"id": {
|
|
285907
|
+
"type": "integer",
|
|
285908
|
+
"description": "The unique identifier of the issue type."
|
|
285909
|
+
},
|
|
285910
|
+
"node_id": {
|
|
285911
|
+
"type": "string",
|
|
285912
|
+
"description": "The node identifier of the issue type."
|
|
285913
|
+
},
|
|
285914
|
+
"name": {
|
|
285915
|
+
"type": "string",
|
|
285916
|
+
"description": "The name of the issue type."
|
|
285917
|
+
},
|
|
285918
|
+
"description": {
|
|
285919
|
+
"type": "string",
|
|
285920
|
+
"description": "The description of the issue type.",
|
|
285921
|
+
"nullable": true
|
|
285922
|
+
},
|
|
285923
|
+
"color": {
|
|
285924
|
+
"type": "string",
|
|
285925
|
+
"description": "The color of the issue type.",
|
|
285926
|
+
"enum": [
|
|
285927
|
+
"gray",
|
|
285928
|
+
"blue",
|
|
285929
|
+
"green",
|
|
285930
|
+
"yellow",
|
|
285931
|
+
"orange",
|
|
285932
|
+
"red",
|
|
285933
|
+
"pink",
|
|
285934
|
+
"purple"
|
|
285935
|
+
],
|
|
285936
|
+
"nullable": true
|
|
285937
|
+
},
|
|
285938
|
+
"created_at": {
|
|
285939
|
+
"type": "string",
|
|
285940
|
+
"description": "The time the issue type created.",
|
|
285941
|
+
"format": "date-time"
|
|
285942
|
+
},
|
|
285943
|
+
"updated_at": {
|
|
285944
|
+
"type": "string",
|
|
285945
|
+
"description": "The time the issue type last updated.",
|
|
285946
|
+
"format": "date-time"
|
|
285947
|
+
},
|
|
285948
|
+
"is_enabled": {
|
|
285949
|
+
"type": "boolean",
|
|
285950
|
+
"description": "The enabled state of the issue type."
|
|
285951
|
+
}
|
|
285952
|
+
},
|
|
285953
|
+
"required": [
|
|
285954
|
+
"id",
|
|
285955
|
+
"node_id",
|
|
285956
|
+
"name",
|
|
285957
|
+
"description"
|
|
285958
|
+
]
|
|
285959
|
+
},
|
|
285103
285960
|
"repository": {
|
|
285104
285961
|
"title": "Repository",
|
|
285105
285962
|
"description": "A repository on GitHub.",
|
|
@@ -311448,6 +312305,66 @@
|
|
|
311448
312305
|
"type": "string",
|
|
311449
312306
|
"format": "uri"
|
|
311450
312307
|
},
|
|
312308
|
+
"type": {
|
|
312309
|
+
"title": "Issue Type",
|
|
312310
|
+
"description": "The type of issue.",
|
|
312311
|
+
"type": "object",
|
|
312312
|
+
"nullable": true,
|
|
312313
|
+
"properties": {
|
|
312314
|
+
"id": {
|
|
312315
|
+
"type": "integer",
|
|
312316
|
+
"description": "The unique identifier of the issue type."
|
|
312317
|
+
},
|
|
312318
|
+
"node_id": {
|
|
312319
|
+
"type": "string",
|
|
312320
|
+
"description": "The node identifier of the issue type."
|
|
312321
|
+
},
|
|
312322
|
+
"name": {
|
|
312323
|
+
"type": "string",
|
|
312324
|
+
"description": "The name of the issue type."
|
|
312325
|
+
},
|
|
312326
|
+
"description": {
|
|
312327
|
+
"type": "string",
|
|
312328
|
+
"description": "The description of the issue type.",
|
|
312329
|
+
"nullable": true
|
|
312330
|
+
},
|
|
312331
|
+
"color": {
|
|
312332
|
+
"type": "string",
|
|
312333
|
+
"description": "The color of the issue type.",
|
|
312334
|
+
"enum": [
|
|
312335
|
+
"gray",
|
|
312336
|
+
"blue",
|
|
312337
|
+
"green",
|
|
312338
|
+
"yellow",
|
|
312339
|
+
"orange",
|
|
312340
|
+
"red",
|
|
312341
|
+
"pink",
|
|
312342
|
+
"purple"
|
|
312343
|
+
],
|
|
312344
|
+
"nullable": true
|
|
312345
|
+
},
|
|
312346
|
+
"created_at": {
|
|
312347
|
+
"type": "string",
|
|
312348
|
+
"description": "The time the issue type created.",
|
|
312349
|
+
"format": "date-time"
|
|
312350
|
+
},
|
|
312351
|
+
"updated_at": {
|
|
312352
|
+
"type": "string",
|
|
312353
|
+
"description": "The time the issue type last updated.",
|
|
312354
|
+
"format": "date-time"
|
|
312355
|
+
},
|
|
312356
|
+
"is_enabled": {
|
|
312357
|
+
"type": "boolean",
|
|
312358
|
+
"description": "The enabled state of the issue type."
|
|
312359
|
+
}
|
|
312360
|
+
},
|
|
312361
|
+
"required": [
|
|
312362
|
+
"id",
|
|
312363
|
+
"node_id",
|
|
312364
|
+
"name",
|
|
312365
|
+
"description"
|
|
312366
|
+
]
|
|
312367
|
+
},
|
|
311451
312368
|
"repository": {
|
|
311452
312369
|
"title": "Repository",
|
|
311453
312370
|
"description": "A repository on GitHub.",
|
|
@@ -396420,6 +397337,66 @@
|
|
|
396420
397337
|
"type": "string",
|
|
396421
397338
|
"format": "uri"
|
|
396422
397339
|
},
|
|
397340
|
+
"type": {
|
|
397341
|
+
"title": "Issue Type",
|
|
397342
|
+
"description": "The type of issue.",
|
|
397343
|
+
"type": "object",
|
|
397344
|
+
"nullable": true,
|
|
397345
|
+
"properties": {
|
|
397346
|
+
"id": {
|
|
397347
|
+
"type": "integer",
|
|
397348
|
+
"description": "The unique identifier of the issue type."
|
|
397349
|
+
},
|
|
397350
|
+
"node_id": {
|
|
397351
|
+
"type": "string",
|
|
397352
|
+
"description": "The node identifier of the issue type."
|
|
397353
|
+
},
|
|
397354
|
+
"name": {
|
|
397355
|
+
"type": "string",
|
|
397356
|
+
"description": "The name of the issue type."
|
|
397357
|
+
},
|
|
397358
|
+
"description": {
|
|
397359
|
+
"type": "string",
|
|
397360
|
+
"description": "The description of the issue type.",
|
|
397361
|
+
"nullable": true
|
|
397362
|
+
},
|
|
397363
|
+
"color": {
|
|
397364
|
+
"type": "string",
|
|
397365
|
+
"description": "The color of the issue type.",
|
|
397366
|
+
"enum": [
|
|
397367
|
+
"gray",
|
|
397368
|
+
"blue",
|
|
397369
|
+
"green",
|
|
397370
|
+
"yellow",
|
|
397371
|
+
"orange",
|
|
397372
|
+
"red",
|
|
397373
|
+
"pink",
|
|
397374
|
+
"purple"
|
|
397375
|
+
],
|
|
397376
|
+
"nullable": true
|
|
397377
|
+
},
|
|
397378
|
+
"created_at": {
|
|
397379
|
+
"type": "string",
|
|
397380
|
+
"description": "The time the issue type created.",
|
|
397381
|
+
"format": "date-time"
|
|
397382
|
+
},
|
|
397383
|
+
"updated_at": {
|
|
397384
|
+
"type": "string",
|
|
397385
|
+
"description": "The time the issue type last updated.",
|
|
397386
|
+
"format": "date-time"
|
|
397387
|
+
},
|
|
397388
|
+
"is_enabled": {
|
|
397389
|
+
"type": "boolean",
|
|
397390
|
+
"description": "The enabled state of the issue type."
|
|
397391
|
+
}
|
|
397392
|
+
},
|
|
397393
|
+
"required": [
|
|
397394
|
+
"id",
|
|
397395
|
+
"node_id",
|
|
397396
|
+
"name",
|
|
397397
|
+
"description"
|
|
397398
|
+
]
|
|
397399
|
+
},
|
|
396423
397400
|
"performed_via_github_app": {
|
|
396424
397401
|
"title": "GitHub app",
|
|
396425
397402
|
"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.",
|
|
@@ -416611,7 +417588,7 @@
|
|
|
416611
417588
|
},
|
|
416612
417589
|
"dependabot_secrets": {
|
|
416613
417590
|
"type": "string",
|
|
416614
|
-
"description": "The
|
|
417591
|
+
"description": "The level of permission to grant the access token to manage Dependabot secrets.",
|
|
416615
417592
|
"enum": [
|
|
416616
417593
|
"read",
|
|
416617
417594
|
"write"
|
|
@@ -419605,6 +420582,66 @@
|
|
|
419605
420582
|
"type": "string",
|
|
419606
420583
|
"format": "uri"
|
|
419607
420584
|
},
|
|
420585
|
+
"type": {
|
|
420586
|
+
"title": "Issue Type",
|
|
420587
|
+
"description": "The type of issue.",
|
|
420588
|
+
"type": "object",
|
|
420589
|
+
"nullable": true,
|
|
420590
|
+
"properties": {
|
|
420591
|
+
"id": {
|
|
420592
|
+
"type": "integer",
|
|
420593
|
+
"description": "The unique identifier of the issue type."
|
|
420594
|
+
},
|
|
420595
|
+
"node_id": {
|
|
420596
|
+
"type": "string",
|
|
420597
|
+
"description": "The node identifier of the issue type."
|
|
420598
|
+
},
|
|
420599
|
+
"name": {
|
|
420600
|
+
"type": "string",
|
|
420601
|
+
"description": "The name of the issue type."
|
|
420602
|
+
},
|
|
420603
|
+
"description": {
|
|
420604
|
+
"type": "string",
|
|
420605
|
+
"description": "The description of the issue type.",
|
|
420606
|
+
"nullable": true
|
|
420607
|
+
},
|
|
420608
|
+
"color": {
|
|
420609
|
+
"type": "string",
|
|
420610
|
+
"description": "The color of the issue type.",
|
|
420611
|
+
"enum": [
|
|
420612
|
+
"gray",
|
|
420613
|
+
"blue",
|
|
420614
|
+
"green",
|
|
420615
|
+
"yellow",
|
|
420616
|
+
"orange",
|
|
420617
|
+
"red",
|
|
420618
|
+
"pink",
|
|
420619
|
+
"purple"
|
|
420620
|
+
],
|
|
420621
|
+
"nullable": true
|
|
420622
|
+
},
|
|
420623
|
+
"created_at": {
|
|
420624
|
+
"type": "string",
|
|
420625
|
+
"description": "The time the issue type created.",
|
|
420626
|
+
"format": "date-time"
|
|
420627
|
+
},
|
|
420628
|
+
"updated_at": {
|
|
420629
|
+
"type": "string",
|
|
420630
|
+
"description": "The time the issue type last updated.",
|
|
420631
|
+
"format": "date-time"
|
|
420632
|
+
},
|
|
420633
|
+
"is_enabled": {
|
|
420634
|
+
"type": "boolean",
|
|
420635
|
+
"description": "The enabled state of the issue type."
|
|
420636
|
+
}
|
|
420637
|
+
},
|
|
420638
|
+
"required": [
|
|
420639
|
+
"id",
|
|
420640
|
+
"node_id",
|
|
420641
|
+
"name",
|
|
420642
|
+
"description"
|
|
420643
|
+
]
|
|
420644
|
+
},
|
|
419608
420645
|
"repository": {
|
|
419609
420646
|
"title": "Repository",
|
|
419610
420647
|
"description": "A repository on GitHub.",
|
|
@@ -445852,6 +446889,66 @@
|
|
|
445852
446889
|
"type": "string",
|
|
445853
446890
|
"format": "uri"
|
|
445854
446891
|
},
|
|
446892
|
+
"type": {
|
|
446893
|
+
"title": "Issue Type",
|
|
446894
|
+
"description": "The type of issue.",
|
|
446895
|
+
"type": "object",
|
|
446896
|
+
"nullable": true,
|
|
446897
|
+
"properties": {
|
|
446898
|
+
"id": {
|
|
446899
|
+
"type": "integer",
|
|
446900
|
+
"description": "The unique identifier of the issue type."
|
|
446901
|
+
},
|
|
446902
|
+
"node_id": {
|
|
446903
|
+
"type": "string",
|
|
446904
|
+
"description": "The node identifier of the issue type."
|
|
446905
|
+
},
|
|
446906
|
+
"name": {
|
|
446907
|
+
"type": "string",
|
|
446908
|
+
"description": "The name of the issue type."
|
|
446909
|
+
},
|
|
446910
|
+
"description": {
|
|
446911
|
+
"type": "string",
|
|
446912
|
+
"description": "The description of the issue type.",
|
|
446913
|
+
"nullable": true
|
|
446914
|
+
},
|
|
446915
|
+
"color": {
|
|
446916
|
+
"type": "string",
|
|
446917
|
+
"description": "The color of the issue type.",
|
|
446918
|
+
"enum": [
|
|
446919
|
+
"gray",
|
|
446920
|
+
"blue",
|
|
446921
|
+
"green",
|
|
446922
|
+
"yellow",
|
|
446923
|
+
"orange",
|
|
446924
|
+
"red",
|
|
446925
|
+
"pink",
|
|
446926
|
+
"purple"
|
|
446927
|
+
],
|
|
446928
|
+
"nullable": true
|
|
446929
|
+
},
|
|
446930
|
+
"created_at": {
|
|
446931
|
+
"type": "string",
|
|
446932
|
+
"description": "The time the issue type created.",
|
|
446933
|
+
"format": "date-time"
|
|
446934
|
+
},
|
|
446935
|
+
"updated_at": {
|
|
446936
|
+
"type": "string",
|
|
446937
|
+
"description": "The time the issue type last updated.",
|
|
446938
|
+
"format": "date-time"
|
|
446939
|
+
},
|
|
446940
|
+
"is_enabled": {
|
|
446941
|
+
"type": "boolean",
|
|
446942
|
+
"description": "The enabled state of the issue type."
|
|
446943
|
+
}
|
|
446944
|
+
},
|
|
446945
|
+
"required": [
|
|
446946
|
+
"id",
|
|
446947
|
+
"node_id",
|
|
446948
|
+
"name",
|
|
446949
|
+
"description"
|
|
446950
|
+
]
|
|
446951
|
+
},
|
|
445855
446952
|
"repository": {
|
|
445856
446953
|
"title": "Repository",
|
|
445857
446954
|
"description": "A repository on GitHub.",
|
|
@@ -448779,6 +449876,66 @@
|
|
|
448779
449876
|
"type": "string",
|
|
448780
449877
|
"format": "uri"
|
|
448781
449878
|
},
|
|
449879
|
+
"type": {
|
|
449880
|
+
"title": "Issue Type",
|
|
449881
|
+
"description": "The type of issue.",
|
|
449882
|
+
"type": "object",
|
|
449883
|
+
"nullable": true,
|
|
449884
|
+
"properties": {
|
|
449885
|
+
"id": {
|
|
449886
|
+
"type": "integer",
|
|
449887
|
+
"description": "The unique identifier of the issue type."
|
|
449888
|
+
},
|
|
449889
|
+
"node_id": {
|
|
449890
|
+
"type": "string",
|
|
449891
|
+
"description": "The node identifier of the issue type."
|
|
449892
|
+
},
|
|
449893
|
+
"name": {
|
|
449894
|
+
"type": "string",
|
|
449895
|
+
"description": "The name of the issue type."
|
|
449896
|
+
},
|
|
449897
|
+
"description": {
|
|
449898
|
+
"type": "string",
|
|
449899
|
+
"description": "The description of the issue type.",
|
|
449900
|
+
"nullable": true
|
|
449901
|
+
},
|
|
449902
|
+
"color": {
|
|
449903
|
+
"type": "string",
|
|
449904
|
+
"description": "The color of the issue type.",
|
|
449905
|
+
"enum": [
|
|
449906
|
+
"gray",
|
|
449907
|
+
"blue",
|
|
449908
|
+
"green",
|
|
449909
|
+
"yellow",
|
|
449910
|
+
"orange",
|
|
449911
|
+
"red",
|
|
449912
|
+
"pink",
|
|
449913
|
+
"purple"
|
|
449914
|
+
],
|
|
449915
|
+
"nullable": true
|
|
449916
|
+
},
|
|
449917
|
+
"created_at": {
|
|
449918
|
+
"type": "string",
|
|
449919
|
+
"description": "The time the issue type created.",
|
|
449920
|
+
"format": "date-time"
|
|
449921
|
+
},
|
|
449922
|
+
"updated_at": {
|
|
449923
|
+
"type": "string",
|
|
449924
|
+
"description": "The time the issue type last updated.",
|
|
449925
|
+
"format": "date-time"
|
|
449926
|
+
},
|
|
449927
|
+
"is_enabled": {
|
|
449928
|
+
"type": "boolean",
|
|
449929
|
+
"description": "The enabled state of the issue type."
|
|
449930
|
+
}
|
|
449931
|
+
},
|
|
449932
|
+
"required": [
|
|
449933
|
+
"id",
|
|
449934
|
+
"node_id",
|
|
449935
|
+
"name",
|
|
449936
|
+
"description"
|
|
449937
|
+
]
|
|
449938
|
+
},
|
|
448782
449939
|
"repository": {
|
|
448783
449940
|
"title": "Repository",
|
|
448784
449941
|
"description": "A repository on GitHub.",
|
|
@@ -451708,6 +452865,66 @@
|
|
|
451708
452865
|
"type": "string",
|
|
451709
452866
|
"format": "uri"
|
|
451710
452867
|
},
|
|
452868
|
+
"type": {
|
|
452869
|
+
"title": "Issue Type",
|
|
452870
|
+
"description": "The type of issue.",
|
|
452871
|
+
"type": "object",
|
|
452872
|
+
"nullable": true,
|
|
452873
|
+
"properties": {
|
|
452874
|
+
"id": {
|
|
452875
|
+
"type": "integer",
|
|
452876
|
+
"description": "The unique identifier of the issue type."
|
|
452877
|
+
},
|
|
452878
|
+
"node_id": {
|
|
452879
|
+
"type": "string",
|
|
452880
|
+
"description": "The node identifier of the issue type."
|
|
452881
|
+
},
|
|
452882
|
+
"name": {
|
|
452883
|
+
"type": "string",
|
|
452884
|
+
"description": "The name of the issue type."
|
|
452885
|
+
},
|
|
452886
|
+
"description": {
|
|
452887
|
+
"type": "string",
|
|
452888
|
+
"description": "The description of the issue type.",
|
|
452889
|
+
"nullable": true
|
|
452890
|
+
},
|
|
452891
|
+
"color": {
|
|
452892
|
+
"type": "string",
|
|
452893
|
+
"description": "The color of the issue type.",
|
|
452894
|
+
"enum": [
|
|
452895
|
+
"gray",
|
|
452896
|
+
"blue",
|
|
452897
|
+
"green",
|
|
452898
|
+
"yellow",
|
|
452899
|
+
"orange",
|
|
452900
|
+
"red",
|
|
452901
|
+
"pink",
|
|
452902
|
+
"purple"
|
|
452903
|
+
],
|
|
452904
|
+
"nullable": true
|
|
452905
|
+
},
|
|
452906
|
+
"created_at": {
|
|
452907
|
+
"type": "string",
|
|
452908
|
+
"description": "The time the issue type created.",
|
|
452909
|
+
"format": "date-time"
|
|
452910
|
+
},
|
|
452911
|
+
"updated_at": {
|
|
452912
|
+
"type": "string",
|
|
452913
|
+
"description": "The time the issue type last updated.",
|
|
452914
|
+
"format": "date-time"
|
|
452915
|
+
},
|
|
452916
|
+
"is_enabled": {
|
|
452917
|
+
"type": "boolean",
|
|
452918
|
+
"description": "The enabled state of the issue type."
|
|
452919
|
+
}
|
|
452920
|
+
},
|
|
452921
|
+
"required": [
|
|
452922
|
+
"id",
|
|
452923
|
+
"node_id",
|
|
452924
|
+
"name",
|
|
452925
|
+
"description"
|
|
452926
|
+
]
|
|
452927
|
+
},
|
|
451711
452928
|
"repository": {
|
|
451712
452929
|
"title": "Repository",
|
|
451713
452930
|
"description": "A repository on GitHub.",
|
|
@@ -455415,7 +456632,7 @@
|
|
|
455415
456632
|
},
|
|
455416
456633
|
"dependabot_secrets": {
|
|
455417
456634
|
"type": "string",
|
|
455418
|
-
"description": "The
|
|
456635
|
+
"description": "The level of permission to grant the access token to manage Dependabot secrets.",
|
|
455419
456636
|
"enum": [
|
|
455420
456637
|
"read",
|
|
455421
456638
|
"write"
|
|
@@ -460918,6 +462135,66 @@
|
|
|
460918
462135
|
"type": "string",
|
|
460919
462136
|
"format": "uri"
|
|
460920
462137
|
},
|
|
462138
|
+
"type": {
|
|
462139
|
+
"title": "Issue Type",
|
|
462140
|
+
"description": "The type of issue.",
|
|
462141
|
+
"type": "object",
|
|
462142
|
+
"nullable": true,
|
|
462143
|
+
"properties": {
|
|
462144
|
+
"id": {
|
|
462145
|
+
"type": "integer",
|
|
462146
|
+
"description": "The unique identifier of the issue type."
|
|
462147
|
+
},
|
|
462148
|
+
"node_id": {
|
|
462149
|
+
"type": "string",
|
|
462150
|
+
"description": "The node identifier of the issue type."
|
|
462151
|
+
},
|
|
462152
|
+
"name": {
|
|
462153
|
+
"type": "string",
|
|
462154
|
+
"description": "The name of the issue type."
|
|
462155
|
+
},
|
|
462156
|
+
"description": {
|
|
462157
|
+
"type": "string",
|
|
462158
|
+
"description": "The description of the issue type.",
|
|
462159
|
+
"nullable": true
|
|
462160
|
+
},
|
|
462161
|
+
"color": {
|
|
462162
|
+
"type": "string",
|
|
462163
|
+
"description": "The color of the issue type.",
|
|
462164
|
+
"enum": [
|
|
462165
|
+
"gray",
|
|
462166
|
+
"blue",
|
|
462167
|
+
"green",
|
|
462168
|
+
"yellow",
|
|
462169
|
+
"orange",
|
|
462170
|
+
"red",
|
|
462171
|
+
"pink",
|
|
462172
|
+
"purple"
|
|
462173
|
+
],
|
|
462174
|
+
"nullable": true
|
|
462175
|
+
},
|
|
462176
|
+
"created_at": {
|
|
462177
|
+
"type": "string",
|
|
462178
|
+
"description": "The time the issue type created.",
|
|
462179
|
+
"format": "date-time"
|
|
462180
|
+
},
|
|
462181
|
+
"updated_at": {
|
|
462182
|
+
"type": "string",
|
|
462183
|
+
"description": "The time the issue type last updated.",
|
|
462184
|
+
"format": "date-time"
|
|
462185
|
+
},
|
|
462186
|
+
"is_enabled": {
|
|
462187
|
+
"type": "boolean",
|
|
462188
|
+
"description": "The enabled state of the issue type."
|
|
462189
|
+
}
|
|
462190
|
+
},
|
|
462191
|
+
"required": [
|
|
462192
|
+
"id",
|
|
462193
|
+
"node_id",
|
|
462194
|
+
"name",
|
|
462195
|
+
"description"
|
|
462196
|
+
]
|
|
462197
|
+
},
|
|
460921
462198
|
"repository": {
|
|
460922
462199
|
"title": "Repository",
|
|
460923
462200
|
"description": "A repository on GitHub.",
|
|
@@ -463847,6 +465124,66 @@
|
|
|
463847
465124
|
"type": "string",
|
|
463848
465125
|
"format": "uri"
|
|
463849
465126
|
},
|
|
465127
|
+
"type": {
|
|
465128
|
+
"title": "Issue Type",
|
|
465129
|
+
"description": "The type of issue.",
|
|
465130
|
+
"type": "object",
|
|
465131
|
+
"nullable": true,
|
|
465132
|
+
"properties": {
|
|
465133
|
+
"id": {
|
|
465134
|
+
"type": "integer",
|
|
465135
|
+
"description": "The unique identifier of the issue type."
|
|
465136
|
+
},
|
|
465137
|
+
"node_id": {
|
|
465138
|
+
"type": "string",
|
|
465139
|
+
"description": "The node identifier of the issue type."
|
|
465140
|
+
},
|
|
465141
|
+
"name": {
|
|
465142
|
+
"type": "string",
|
|
465143
|
+
"description": "The name of the issue type."
|
|
465144
|
+
},
|
|
465145
|
+
"description": {
|
|
465146
|
+
"type": "string",
|
|
465147
|
+
"description": "The description of the issue type.",
|
|
465148
|
+
"nullable": true
|
|
465149
|
+
},
|
|
465150
|
+
"color": {
|
|
465151
|
+
"type": "string",
|
|
465152
|
+
"description": "The color of the issue type.",
|
|
465153
|
+
"enum": [
|
|
465154
|
+
"gray",
|
|
465155
|
+
"blue",
|
|
465156
|
+
"green",
|
|
465157
|
+
"yellow",
|
|
465158
|
+
"orange",
|
|
465159
|
+
"red",
|
|
465160
|
+
"pink",
|
|
465161
|
+
"purple"
|
|
465162
|
+
],
|
|
465163
|
+
"nullable": true
|
|
465164
|
+
},
|
|
465165
|
+
"created_at": {
|
|
465166
|
+
"type": "string",
|
|
465167
|
+
"description": "The time the issue type created.",
|
|
465168
|
+
"format": "date-time"
|
|
465169
|
+
},
|
|
465170
|
+
"updated_at": {
|
|
465171
|
+
"type": "string",
|
|
465172
|
+
"description": "The time the issue type last updated.",
|
|
465173
|
+
"format": "date-time"
|
|
465174
|
+
},
|
|
465175
|
+
"is_enabled": {
|
|
465176
|
+
"type": "boolean",
|
|
465177
|
+
"description": "The enabled state of the issue type."
|
|
465178
|
+
}
|
|
465179
|
+
},
|
|
465180
|
+
"required": [
|
|
465181
|
+
"id",
|
|
465182
|
+
"node_id",
|
|
465183
|
+
"name",
|
|
465184
|
+
"description"
|
|
465185
|
+
]
|
|
465186
|
+
},
|
|
463850
465187
|
"repository": {
|
|
463851
465188
|
"title": "Repository",
|
|
463852
465189
|
"description": "A repository on GitHub.",
|
|
@@ -607370,7 +608707,7 @@
|
|
|
607370
608707
|
},
|
|
607371
608708
|
"dependabot_secrets": {
|
|
607372
608709
|
"type": "string",
|
|
607373
|
-
"description": "The
|
|
608710
|
+
"description": "The level of permission to grant the access token to manage Dependabot secrets.",
|
|
607374
608711
|
"enum": [
|
|
607375
608712
|
"read",
|
|
607376
608713
|
"write"
|
|
@@ -609933,7 +611270,7 @@
|
|
|
609933
611270
|
},
|
|
609934
611271
|
"dependabot_secrets": {
|
|
609935
611272
|
"type": "string",
|
|
609936
|
-
"description": "The
|
|
611273
|
+
"description": "The level of permission to grant the access token to manage Dependabot secrets.",
|
|
609937
611274
|
"enum": [
|
|
609938
611275
|
"read",
|
|
609939
611276
|
"write"
|
|
@@ -612403,7 +613740,7 @@
|
|
|
612403
613740
|
},
|
|
612404
613741
|
"dependabot_secrets": {
|
|
612405
613742
|
"type": "string",
|
|
612406
|
-
"description": "The
|
|
613743
|
+
"description": "The level of permission to grant the access token to manage Dependabot secrets.",
|
|
612407
613744
|
"enum": [
|
|
612408
613745
|
"read",
|
|
612409
613746
|
"write"
|
|
@@ -614873,7 +616210,7 @@
|
|
|
614873
616210
|
},
|
|
614874
616211
|
"dependabot_secrets": {
|
|
614875
616212
|
"type": "string",
|
|
614876
|
-
"description": "The
|
|
616213
|
+
"description": "The level of permission to grant the access token to manage Dependabot secrets.",
|
|
614877
616214
|
"enum": [
|
|
614878
616215
|
"read",
|
|
614879
616216
|
"write"
|
|
@@ -617475,7 +618812,7 @@
|
|
|
617475
618812
|
},
|
|
617476
618813
|
"dependabot_secrets": {
|
|
617477
618814
|
"type": "string",
|
|
617478
|
-
"description": "The
|
|
618815
|
+
"description": "The level of permission to grant the access token to manage Dependabot secrets.",
|
|
617479
618816
|
"enum": [
|
|
617480
618817
|
"read",
|
|
617481
618818
|
"write"
|
|
@@ -620084,7 +621421,7 @@
|
|
|
620084
621421
|
},
|
|
620085
621422
|
"dependabot_secrets": {
|
|
620086
621423
|
"type": "string",
|
|
620087
|
-
"description": "The
|
|
621424
|
+
"description": "The level of permission to grant the access token to manage Dependabot secrets.",
|
|
620088
621425
|
"enum": [
|
|
620089
621426
|
"read",
|
|
620090
621427
|
"write"
|
|
@@ -624332,7 +625669,7 @@
|
|
|
624332
625669
|
},
|
|
624333
625670
|
"dependabot_secrets": {
|
|
624334
625671
|
"type": "string",
|
|
624335
|
-
"description": "The
|
|
625672
|
+
"description": "The level of permission to grant the access token to manage Dependabot secrets.",
|
|
624336
625673
|
"enum": [
|
|
624337
625674
|
"read",
|
|
624338
625675
|
"write"
|
|
@@ -628153,6 +629490,66 @@
|
|
|
628153
629490
|
"description": "Title of the issue",
|
|
628154
629491
|
"type": "string"
|
|
628155
629492
|
},
|
|
629493
|
+
"type": {
|
|
629494
|
+
"title": "Issue Type",
|
|
629495
|
+
"description": "The type of issue.",
|
|
629496
|
+
"type": "object",
|
|
629497
|
+
"nullable": true,
|
|
629498
|
+
"properties": {
|
|
629499
|
+
"id": {
|
|
629500
|
+
"type": "integer",
|
|
629501
|
+
"description": "The unique identifier of the issue type."
|
|
629502
|
+
},
|
|
629503
|
+
"node_id": {
|
|
629504
|
+
"type": "string",
|
|
629505
|
+
"description": "The node identifier of the issue type."
|
|
629506
|
+
},
|
|
629507
|
+
"name": {
|
|
629508
|
+
"type": "string",
|
|
629509
|
+
"description": "The name of the issue type."
|
|
629510
|
+
},
|
|
629511
|
+
"description": {
|
|
629512
|
+
"type": "string",
|
|
629513
|
+
"description": "The description of the issue type.",
|
|
629514
|
+
"nullable": true
|
|
629515
|
+
},
|
|
629516
|
+
"color": {
|
|
629517
|
+
"type": "string",
|
|
629518
|
+
"description": "The color of the issue type.",
|
|
629519
|
+
"enum": [
|
|
629520
|
+
"gray",
|
|
629521
|
+
"blue",
|
|
629522
|
+
"green",
|
|
629523
|
+
"yellow",
|
|
629524
|
+
"orange",
|
|
629525
|
+
"red",
|
|
629526
|
+
"pink",
|
|
629527
|
+
"purple"
|
|
629528
|
+
],
|
|
629529
|
+
"nullable": true
|
|
629530
|
+
},
|
|
629531
|
+
"created_at": {
|
|
629532
|
+
"type": "string",
|
|
629533
|
+
"description": "The time the issue type created.",
|
|
629534
|
+
"format": "date-time"
|
|
629535
|
+
},
|
|
629536
|
+
"updated_at": {
|
|
629537
|
+
"type": "string",
|
|
629538
|
+
"description": "The time the issue type last updated.",
|
|
629539
|
+
"format": "date-time"
|
|
629540
|
+
},
|
|
629541
|
+
"is_enabled": {
|
|
629542
|
+
"type": "boolean",
|
|
629543
|
+
"description": "The enabled state of the issue type."
|
|
629544
|
+
}
|
|
629545
|
+
},
|
|
629546
|
+
"required": [
|
|
629547
|
+
"id",
|
|
629548
|
+
"node_id",
|
|
629549
|
+
"name",
|
|
629550
|
+
"description"
|
|
629551
|
+
]
|
|
629552
|
+
},
|
|
628156
629553
|
"updated_at": {
|
|
628157
629554
|
"type": "string",
|
|
628158
629555
|
"format": "date-time"
|
|
@@ -631859,145 +633256,205 @@
|
|
|
631859
633256
|
"description": "Title of the issue",
|
|
631860
633257
|
"type": "string"
|
|
631861
633258
|
},
|
|
631862
|
-
"
|
|
631863
|
-
"
|
|
631864
|
-
"
|
|
631865
|
-
},
|
|
631866
|
-
"url": {
|
|
631867
|
-
"description": "URL for the issue",
|
|
631868
|
-
"type": "string",
|
|
631869
|
-
"format": "uri"
|
|
631870
|
-
},
|
|
631871
|
-
"user": {
|
|
631872
|
-
"title": "User",
|
|
633259
|
+
"type": {
|
|
633260
|
+
"title": "Issue Type",
|
|
633261
|
+
"description": "The type of issue.",
|
|
631873
633262
|
"type": "object",
|
|
631874
633263
|
"nullable": true,
|
|
631875
633264
|
"properties": {
|
|
631876
|
-
"avatar_url": {
|
|
631877
|
-
"type": "string",
|
|
631878
|
-
"format": "uri"
|
|
631879
|
-
},
|
|
631880
|
-
"deleted": {
|
|
631881
|
-
"type": "boolean"
|
|
631882
|
-
},
|
|
631883
|
-
"email": {
|
|
631884
|
-
"type": "string",
|
|
631885
|
-
"nullable": true
|
|
631886
|
-
},
|
|
631887
|
-
"events_url": {
|
|
631888
|
-
"type": "string",
|
|
631889
|
-
"format": "uri-template"
|
|
631890
|
-
},
|
|
631891
|
-
"followers_url": {
|
|
631892
|
-
"type": "string",
|
|
631893
|
-
"format": "uri"
|
|
631894
|
-
},
|
|
631895
|
-
"following_url": {
|
|
631896
|
-
"type": "string",
|
|
631897
|
-
"format": "uri-template"
|
|
631898
|
-
},
|
|
631899
|
-
"gists_url": {
|
|
631900
|
-
"type": "string",
|
|
631901
|
-
"format": "uri-template"
|
|
631902
|
-
},
|
|
631903
|
-
"gravatar_id": {
|
|
631904
|
-
"type": "string"
|
|
631905
|
-
},
|
|
631906
|
-
"html_url": {
|
|
631907
|
-
"type": "string",
|
|
631908
|
-
"format": "uri"
|
|
631909
|
-
},
|
|
631910
633265
|
"id": {
|
|
631911
633266
|
"type": "integer",
|
|
631912
|
-
"
|
|
631913
|
-
},
|
|
631914
|
-
"login": {
|
|
631915
|
-
"type": "string"
|
|
631916
|
-
},
|
|
631917
|
-
"name": {
|
|
631918
|
-
"type": "string"
|
|
633267
|
+
"description": "The unique identifier of the issue type."
|
|
631919
633268
|
},
|
|
631920
633269
|
"node_id": {
|
|
631921
|
-
"type": "string"
|
|
631922
|
-
},
|
|
631923
|
-
"organizations_url": {
|
|
631924
|
-
"type": "string",
|
|
631925
|
-
"format": "uri"
|
|
631926
|
-
},
|
|
631927
|
-
"received_events_url": {
|
|
631928
633270
|
"type": "string",
|
|
631929
|
-
"
|
|
633271
|
+
"description": "The node identifier of the issue type."
|
|
631930
633272
|
},
|
|
631931
|
-
"
|
|
633273
|
+
"name": {
|
|
631932
633274
|
"type": "string",
|
|
631933
|
-
"
|
|
631934
|
-
},
|
|
631935
|
-
"site_admin": {
|
|
631936
|
-
"type": "boolean"
|
|
633275
|
+
"description": "The name of the issue type."
|
|
631937
633276
|
},
|
|
631938
|
-
"
|
|
633277
|
+
"description": {
|
|
631939
633278
|
"type": "string",
|
|
631940
|
-
"
|
|
633279
|
+
"description": "The description of the issue type.",
|
|
633280
|
+
"nullable": true
|
|
631941
633281
|
},
|
|
631942
|
-
"
|
|
633282
|
+
"color": {
|
|
631943
633283
|
"type": "string",
|
|
631944
|
-
"
|
|
633284
|
+
"description": "The color of the issue type.",
|
|
633285
|
+
"enum": [
|
|
633286
|
+
"gray",
|
|
633287
|
+
"blue",
|
|
633288
|
+
"green",
|
|
633289
|
+
"yellow",
|
|
633290
|
+
"orange",
|
|
633291
|
+
"red",
|
|
633292
|
+
"pink",
|
|
633293
|
+
"purple"
|
|
633294
|
+
],
|
|
633295
|
+
"nullable": true
|
|
631945
633296
|
},
|
|
631946
|
-
"
|
|
633297
|
+
"created_at": {
|
|
631947
633298
|
"type": "string",
|
|
631948
|
-
"
|
|
631949
|
-
|
|
631950
|
-
"User",
|
|
631951
|
-
"Organization",
|
|
631952
|
-
"Mannequin"
|
|
631953
|
-
]
|
|
633299
|
+
"description": "The time the issue type created.",
|
|
633300
|
+
"format": "date-time"
|
|
631954
633301
|
},
|
|
631955
|
-
"
|
|
633302
|
+
"updated_at": {
|
|
631956
633303
|
"type": "string",
|
|
631957
|
-
"
|
|
633304
|
+
"description": "The time the issue type last updated.",
|
|
633305
|
+
"format": "date-time"
|
|
631958
633306
|
},
|
|
631959
|
-
"
|
|
631960
|
-
"type": "
|
|
633307
|
+
"is_enabled": {
|
|
633308
|
+
"type": "boolean",
|
|
633309
|
+
"description": "The enabled state of the issue type."
|
|
631961
633310
|
}
|
|
631962
633311
|
},
|
|
631963
633312
|
"required": [
|
|
631964
|
-
"
|
|
631965
|
-
"
|
|
633313
|
+
"id",
|
|
633314
|
+
"node_id",
|
|
633315
|
+
"name",
|
|
633316
|
+
"description"
|
|
631966
633317
|
]
|
|
631967
|
-
}
|
|
631968
|
-
|
|
631969
|
-
"required": [
|
|
631970
|
-
"url",
|
|
631971
|
-
"repository_url",
|
|
631972
|
-
"labels_url",
|
|
631973
|
-
"comments_url",
|
|
631974
|
-
"events_url",
|
|
631975
|
-
"html_url",
|
|
631976
|
-
"id",
|
|
631977
|
-
"node_id",
|
|
631978
|
-
"number",
|
|
631979
|
-
"title",
|
|
631980
|
-
"user",
|
|
631981
|
-
"assignees",
|
|
631982
|
-
"milestone",
|
|
631983
|
-
"comments",
|
|
631984
|
-
"created_at",
|
|
631985
|
-
"updated_at",
|
|
631986
|
-
"closed_at",
|
|
631987
|
-
"author_association",
|
|
631988
|
-
"active_lock_reason",
|
|
631989
|
-
"body",
|
|
631990
|
-
"reactions"
|
|
631991
|
-
]
|
|
631992
|
-
},
|
|
631993
|
-
{
|
|
631994
|
-
"type": "object",
|
|
631995
|
-
"properties": {
|
|
631996
|
-
"active_lock_reason": {
|
|
633318
|
+
},
|
|
633319
|
+
"updated_at": {
|
|
631997
633320
|
"type": "string",
|
|
631998
|
-
"
|
|
633321
|
+
"format": "date-time"
|
|
631999
633322
|
},
|
|
632000
|
-
"
|
|
633323
|
+
"url": {
|
|
633324
|
+
"description": "URL for the issue",
|
|
633325
|
+
"type": "string",
|
|
633326
|
+
"format": "uri"
|
|
633327
|
+
},
|
|
633328
|
+
"user": {
|
|
633329
|
+
"title": "User",
|
|
633330
|
+
"type": "object",
|
|
633331
|
+
"nullable": true,
|
|
633332
|
+
"properties": {
|
|
633333
|
+
"avatar_url": {
|
|
633334
|
+
"type": "string",
|
|
633335
|
+
"format": "uri"
|
|
633336
|
+
},
|
|
633337
|
+
"deleted": {
|
|
633338
|
+
"type": "boolean"
|
|
633339
|
+
},
|
|
633340
|
+
"email": {
|
|
633341
|
+
"type": "string",
|
|
633342
|
+
"nullable": true
|
|
633343
|
+
},
|
|
633344
|
+
"events_url": {
|
|
633345
|
+
"type": "string",
|
|
633346
|
+
"format": "uri-template"
|
|
633347
|
+
},
|
|
633348
|
+
"followers_url": {
|
|
633349
|
+
"type": "string",
|
|
633350
|
+
"format": "uri"
|
|
633351
|
+
},
|
|
633352
|
+
"following_url": {
|
|
633353
|
+
"type": "string",
|
|
633354
|
+
"format": "uri-template"
|
|
633355
|
+
},
|
|
633356
|
+
"gists_url": {
|
|
633357
|
+
"type": "string",
|
|
633358
|
+
"format": "uri-template"
|
|
633359
|
+
},
|
|
633360
|
+
"gravatar_id": {
|
|
633361
|
+
"type": "string"
|
|
633362
|
+
},
|
|
633363
|
+
"html_url": {
|
|
633364
|
+
"type": "string",
|
|
633365
|
+
"format": "uri"
|
|
633366
|
+
},
|
|
633367
|
+
"id": {
|
|
633368
|
+
"type": "integer",
|
|
633369
|
+
"format": "int64"
|
|
633370
|
+
},
|
|
633371
|
+
"login": {
|
|
633372
|
+
"type": "string"
|
|
633373
|
+
},
|
|
633374
|
+
"name": {
|
|
633375
|
+
"type": "string"
|
|
633376
|
+
},
|
|
633377
|
+
"node_id": {
|
|
633378
|
+
"type": "string"
|
|
633379
|
+
},
|
|
633380
|
+
"organizations_url": {
|
|
633381
|
+
"type": "string",
|
|
633382
|
+
"format": "uri"
|
|
633383
|
+
},
|
|
633384
|
+
"received_events_url": {
|
|
633385
|
+
"type": "string",
|
|
633386
|
+
"format": "uri"
|
|
633387
|
+
},
|
|
633388
|
+
"repos_url": {
|
|
633389
|
+
"type": "string",
|
|
633390
|
+
"format": "uri"
|
|
633391
|
+
},
|
|
633392
|
+
"site_admin": {
|
|
633393
|
+
"type": "boolean"
|
|
633394
|
+
},
|
|
633395
|
+
"starred_url": {
|
|
633396
|
+
"type": "string",
|
|
633397
|
+
"format": "uri-template"
|
|
633398
|
+
},
|
|
633399
|
+
"subscriptions_url": {
|
|
633400
|
+
"type": "string",
|
|
633401
|
+
"format": "uri"
|
|
633402
|
+
},
|
|
633403
|
+
"type": {
|
|
633404
|
+
"type": "string",
|
|
633405
|
+
"enum": [
|
|
633406
|
+
"Bot",
|
|
633407
|
+
"User",
|
|
633408
|
+
"Organization",
|
|
633409
|
+
"Mannequin"
|
|
633410
|
+
]
|
|
633411
|
+
},
|
|
633412
|
+
"url": {
|
|
633413
|
+
"type": "string",
|
|
633414
|
+
"format": "uri"
|
|
633415
|
+
},
|
|
633416
|
+
"user_view_type": {
|
|
633417
|
+
"type": "string"
|
|
633418
|
+
}
|
|
633419
|
+
},
|
|
633420
|
+
"required": [
|
|
633421
|
+
"login",
|
|
633422
|
+
"id"
|
|
633423
|
+
]
|
|
633424
|
+
}
|
|
633425
|
+
},
|
|
633426
|
+
"required": [
|
|
633427
|
+
"url",
|
|
633428
|
+
"repository_url",
|
|
633429
|
+
"labels_url",
|
|
633430
|
+
"comments_url",
|
|
633431
|
+
"events_url",
|
|
633432
|
+
"html_url",
|
|
633433
|
+
"id",
|
|
633434
|
+
"node_id",
|
|
633435
|
+
"number",
|
|
633436
|
+
"title",
|
|
633437
|
+
"user",
|
|
633438
|
+
"assignees",
|
|
633439
|
+
"milestone",
|
|
633440
|
+
"comments",
|
|
633441
|
+
"created_at",
|
|
633442
|
+
"updated_at",
|
|
633443
|
+
"closed_at",
|
|
633444
|
+
"author_association",
|
|
633445
|
+
"active_lock_reason",
|
|
633446
|
+
"body",
|
|
633447
|
+
"reactions"
|
|
633448
|
+
]
|
|
633449
|
+
},
|
|
633450
|
+
{
|
|
633451
|
+
"type": "object",
|
|
633452
|
+
"properties": {
|
|
633453
|
+
"active_lock_reason": {
|
|
633454
|
+
"type": "string",
|
|
633455
|
+
"nullable": true
|
|
633456
|
+
},
|
|
633457
|
+
"assignee": {
|
|
632001
633458
|
"title": "User",
|
|
632002
633459
|
"type": "object",
|
|
632003
633460
|
"nullable": true,
|
|
@@ -635589,145 +637046,205 @@
|
|
|
635589
637046
|
"description": "Title of the issue",
|
|
635590
637047
|
"type": "string"
|
|
635591
637048
|
},
|
|
635592
|
-
"
|
|
635593
|
-
"
|
|
635594
|
-
"
|
|
635595
|
-
},
|
|
635596
|
-
"url": {
|
|
635597
|
-
"description": "URL for the issue",
|
|
635598
|
-
"type": "string",
|
|
635599
|
-
"format": "uri"
|
|
635600
|
-
},
|
|
635601
|
-
"user": {
|
|
635602
|
-
"title": "User",
|
|
637049
|
+
"type": {
|
|
637050
|
+
"title": "Issue Type",
|
|
637051
|
+
"description": "The type of issue.",
|
|
635603
637052
|
"type": "object",
|
|
635604
637053
|
"nullable": true,
|
|
635605
637054
|
"properties": {
|
|
635606
|
-
"avatar_url": {
|
|
635607
|
-
"type": "string",
|
|
635608
|
-
"format": "uri"
|
|
635609
|
-
},
|
|
635610
|
-
"deleted": {
|
|
635611
|
-
"type": "boolean"
|
|
635612
|
-
},
|
|
635613
|
-
"email": {
|
|
635614
|
-
"type": "string",
|
|
635615
|
-
"nullable": true
|
|
635616
|
-
},
|
|
635617
|
-
"events_url": {
|
|
635618
|
-
"type": "string",
|
|
635619
|
-
"format": "uri-template"
|
|
635620
|
-
},
|
|
635621
|
-
"followers_url": {
|
|
635622
|
-
"type": "string",
|
|
635623
|
-
"format": "uri"
|
|
635624
|
-
},
|
|
635625
|
-
"following_url": {
|
|
635626
|
-
"type": "string",
|
|
635627
|
-
"format": "uri-template"
|
|
635628
|
-
},
|
|
635629
|
-
"gists_url": {
|
|
635630
|
-
"type": "string",
|
|
635631
|
-
"format": "uri-template"
|
|
635632
|
-
},
|
|
635633
|
-
"gravatar_id": {
|
|
635634
|
-
"type": "string"
|
|
635635
|
-
},
|
|
635636
|
-
"html_url": {
|
|
635637
|
-
"type": "string",
|
|
635638
|
-
"format": "uri"
|
|
635639
|
-
},
|
|
635640
637055
|
"id": {
|
|
635641
637056
|
"type": "integer",
|
|
635642
|
-
"
|
|
635643
|
-
},
|
|
635644
|
-
"login": {
|
|
635645
|
-
"type": "string"
|
|
635646
|
-
},
|
|
635647
|
-
"name": {
|
|
635648
|
-
"type": "string"
|
|
637057
|
+
"description": "The unique identifier of the issue type."
|
|
635649
637058
|
},
|
|
635650
637059
|
"node_id": {
|
|
635651
|
-
"type": "string"
|
|
635652
|
-
},
|
|
635653
|
-
"organizations_url": {
|
|
635654
637060
|
"type": "string",
|
|
635655
|
-
"
|
|
635656
|
-
},
|
|
635657
|
-
"received_events_url": {
|
|
635658
|
-
"type": "string",
|
|
635659
|
-
"format": "uri"
|
|
637061
|
+
"description": "The node identifier of the issue type."
|
|
635660
637062
|
},
|
|
635661
|
-
"
|
|
637063
|
+
"name": {
|
|
635662
637064
|
"type": "string",
|
|
635663
|
-
"
|
|
637065
|
+
"description": "The name of the issue type."
|
|
635664
637066
|
},
|
|
635665
|
-
"
|
|
635666
|
-
"type": "boolean"
|
|
635667
|
-
},
|
|
635668
|
-
"starred_url": {
|
|
637067
|
+
"description": {
|
|
635669
637068
|
"type": "string",
|
|
635670
|
-
"
|
|
637069
|
+
"description": "The description of the issue type.",
|
|
637070
|
+
"nullable": true
|
|
635671
637071
|
},
|
|
635672
|
-
"
|
|
637072
|
+
"color": {
|
|
635673
637073
|
"type": "string",
|
|
635674
|
-
"
|
|
637074
|
+
"description": "The color of the issue type.",
|
|
637075
|
+
"enum": [
|
|
637076
|
+
"gray",
|
|
637077
|
+
"blue",
|
|
637078
|
+
"green",
|
|
637079
|
+
"yellow",
|
|
637080
|
+
"orange",
|
|
637081
|
+
"red",
|
|
637082
|
+
"pink",
|
|
637083
|
+
"purple"
|
|
637084
|
+
],
|
|
637085
|
+
"nullable": true
|
|
635675
637086
|
},
|
|
635676
|
-
"
|
|
637087
|
+
"created_at": {
|
|
635677
637088
|
"type": "string",
|
|
635678
|
-
"
|
|
635679
|
-
|
|
635680
|
-
"User",
|
|
635681
|
-
"Organization",
|
|
635682
|
-
"Mannequin"
|
|
635683
|
-
]
|
|
637089
|
+
"description": "The time the issue type created.",
|
|
637090
|
+
"format": "date-time"
|
|
635684
637091
|
},
|
|
635685
|
-
"
|
|
637092
|
+
"updated_at": {
|
|
635686
637093
|
"type": "string",
|
|
635687
|
-
"
|
|
637094
|
+
"description": "The time the issue type last updated.",
|
|
637095
|
+
"format": "date-time"
|
|
635688
637096
|
},
|
|
635689
|
-
"
|
|
635690
|
-
"type": "
|
|
637097
|
+
"is_enabled": {
|
|
637098
|
+
"type": "boolean",
|
|
637099
|
+
"description": "The enabled state of the issue type."
|
|
635691
637100
|
}
|
|
635692
637101
|
},
|
|
635693
637102
|
"required": [
|
|
635694
|
-
"
|
|
635695
|
-
"
|
|
637103
|
+
"id",
|
|
637104
|
+
"node_id",
|
|
637105
|
+
"name",
|
|
637106
|
+
"description"
|
|
635696
637107
|
]
|
|
635697
|
-
}
|
|
635698
|
-
|
|
635699
|
-
"required": [
|
|
635700
|
-
"url",
|
|
635701
|
-
"repository_url",
|
|
635702
|
-
"labels_url",
|
|
635703
|
-
"comments_url",
|
|
635704
|
-
"events_url",
|
|
635705
|
-
"html_url",
|
|
635706
|
-
"id",
|
|
635707
|
-
"node_id",
|
|
635708
|
-
"number",
|
|
635709
|
-
"title",
|
|
635710
|
-
"user",
|
|
635711
|
-
"assignees",
|
|
635712
|
-
"milestone",
|
|
635713
|
-
"comments",
|
|
635714
|
-
"created_at",
|
|
635715
|
-
"updated_at",
|
|
635716
|
-
"closed_at",
|
|
635717
|
-
"author_association",
|
|
635718
|
-
"active_lock_reason",
|
|
635719
|
-
"body",
|
|
635720
|
-
"reactions"
|
|
635721
|
-
]
|
|
635722
|
-
},
|
|
635723
|
-
{
|
|
635724
|
-
"type": "object",
|
|
635725
|
-
"properties": {
|
|
635726
|
-
"active_lock_reason": {
|
|
637108
|
+
},
|
|
637109
|
+
"updated_at": {
|
|
635727
637110
|
"type": "string",
|
|
635728
|
-
"
|
|
637111
|
+
"format": "date-time"
|
|
635729
637112
|
},
|
|
635730
|
-
"
|
|
637113
|
+
"url": {
|
|
637114
|
+
"description": "URL for the issue",
|
|
637115
|
+
"type": "string",
|
|
637116
|
+
"format": "uri"
|
|
637117
|
+
},
|
|
637118
|
+
"user": {
|
|
637119
|
+
"title": "User",
|
|
637120
|
+
"type": "object",
|
|
637121
|
+
"nullable": true,
|
|
637122
|
+
"properties": {
|
|
637123
|
+
"avatar_url": {
|
|
637124
|
+
"type": "string",
|
|
637125
|
+
"format": "uri"
|
|
637126
|
+
},
|
|
637127
|
+
"deleted": {
|
|
637128
|
+
"type": "boolean"
|
|
637129
|
+
},
|
|
637130
|
+
"email": {
|
|
637131
|
+
"type": "string",
|
|
637132
|
+
"nullable": true
|
|
637133
|
+
},
|
|
637134
|
+
"events_url": {
|
|
637135
|
+
"type": "string",
|
|
637136
|
+
"format": "uri-template"
|
|
637137
|
+
},
|
|
637138
|
+
"followers_url": {
|
|
637139
|
+
"type": "string",
|
|
637140
|
+
"format": "uri"
|
|
637141
|
+
},
|
|
637142
|
+
"following_url": {
|
|
637143
|
+
"type": "string",
|
|
637144
|
+
"format": "uri-template"
|
|
637145
|
+
},
|
|
637146
|
+
"gists_url": {
|
|
637147
|
+
"type": "string",
|
|
637148
|
+
"format": "uri-template"
|
|
637149
|
+
},
|
|
637150
|
+
"gravatar_id": {
|
|
637151
|
+
"type": "string"
|
|
637152
|
+
},
|
|
637153
|
+
"html_url": {
|
|
637154
|
+
"type": "string",
|
|
637155
|
+
"format": "uri"
|
|
637156
|
+
},
|
|
637157
|
+
"id": {
|
|
637158
|
+
"type": "integer",
|
|
637159
|
+
"format": "int64"
|
|
637160
|
+
},
|
|
637161
|
+
"login": {
|
|
637162
|
+
"type": "string"
|
|
637163
|
+
},
|
|
637164
|
+
"name": {
|
|
637165
|
+
"type": "string"
|
|
637166
|
+
},
|
|
637167
|
+
"node_id": {
|
|
637168
|
+
"type": "string"
|
|
637169
|
+
},
|
|
637170
|
+
"organizations_url": {
|
|
637171
|
+
"type": "string",
|
|
637172
|
+
"format": "uri"
|
|
637173
|
+
},
|
|
637174
|
+
"received_events_url": {
|
|
637175
|
+
"type": "string",
|
|
637176
|
+
"format": "uri"
|
|
637177
|
+
},
|
|
637178
|
+
"repos_url": {
|
|
637179
|
+
"type": "string",
|
|
637180
|
+
"format": "uri"
|
|
637181
|
+
},
|
|
637182
|
+
"site_admin": {
|
|
637183
|
+
"type": "boolean"
|
|
637184
|
+
},
|
|
637185
|
+
"starred_url": {
|
|
637186
|
+
"type": "string",
|
|
637187
|
+
"format": "uri-template"
|
|
637188
|
+
},
|
|
637189
|
+
"subscriptions_url": {
|
|
637190
|
+
"type": "string",
|
|
637191
|
+
"format": "uri"
|
|
637192
|
+
},
|
|
637193
|
+
"type": {
|
|
637194
|
+
"type": "string",
|
|
637195
|
+
"enum": [
|
|
637196
|
+
"Bot",
|
|
637197
|
+
"User",
|
|
637198
|
+
"Organization",
|
|
637199
|
+
"Mannequin"
|
|
637200
|
+
]
|
|
637201
|
+
},
|
|
637202
|
+
"url": {
|
|
637203
|
+
"type": "string",
|
|
637204
|
+
"format": "uri"
|
|
637205
|
+
},
|
|
637206
|
+
"user_view_type": {
|
|
637207
|
+
"type": "string"
|
|
637208
|
+
}
|
|
637209
|
+
},
|
|
637210
|
+
"required": [
|
|
637211
|
+
"login",
|
|
637212
|
+
"id"
|
|
637213
|
+
]
|
|
637214
|
+
}
|
|
637215
|
+
},
|
|
637216
|
+
"required": [
|
|
637217
|
+
"url",
|
|
637218
|
+
"repository_url",
|
|
637219
|
+
"labels_url",
|
|
637220
|
+
"comments_url",
|
|
637221
|
+
"events_url",
|
|
637222
|
+
"html_url",
|
|
637223
|
+
"id",
|
|
637224
|
+
"node_id",
|
|
637225
|
+
"number",
|
|
637226
|
+
"title",
|
|
637227
|
+
"user",
|
|
637228
|
+
"assignees",
|
|
637229
|
+
"milestone",
|
|
637230
|
+
"comments",
|
|
637231
|
+
"created_at",
|
|
637232
|
+
"updated_at",
|
|
637233
|
+
"closed_at",
|
|
637234
|
+
"author_association",
|
|
637235
|
+
"active_lock_reason",
|
|
637236
|
+
"body",
|
|
637237
|
+
"reactions"
|
|
637238
|
+
]
|
|
637239
|
+
},
|
|
637240
|
+
{
|
|
637241
|
+
"type": "object",
|
|
637242
|
+
"properties": {
|
|
637243
|
+
"active_lock_reason": {
|
|
637244
|
+
"type": "string",
|
|
637245
|
+
"nullable": true
|
|
637246
|
+
},
|
|
637247
|
+
"assignee": {
|
|
635731
637248
|
"title": "User",
|
|
635732
637249
|
"type": "object",
|
|
635733
637250
|
"nullable": true,
|
|
@@ -638860,6 +640377,66 @@
|
|
|
638860
640377
|
"description": "Title of the issue",
|
|
638861
640378
|
"type": "string"
|
|
638862
640379
|
},
|
|
640380
|
+
"type": {
|
|
640381
|
+
"title": "Issue Type",
|
|
640382
|
+
"description": "The type of issue.",
|
|
640383
|
+
"type": "object",
|
|
640384
|
+
"nullable": true,
|
|
640385
|
+
"properties": {
|
|
640386
|
+
"id": {
|
|
640387
|
+
"type": "integer",
|
|
640388
|
+
"description": "The unique identifier of the issue type."
|
|
640389
|
+
},
|
|
640390
|
+
"node_id": {
|
|
640391
|
+
"type": "string",
|
|
640392
|
+
"description": "The node identifier of the issue type."
|
|
640393
|
+
},
|
|
640394
|
+
"name": {
|
|
640395
|
+
"type": "string",
|
|
640396
|
+
"description": "The name of the issue type."
|
|
640397
|
+
},
|
|
640398
|
+
"description": {
|
|
640399
|
+
"type": "string",
|
|
640400
|
+
"description": "The description of the issue type.",
|
|
640401
|
+
"nullable": true
|
|
640402
|
+
},
|
|
640403
|
+
"color": {
|
|
640404
|
+
"type": "string",
|
|
640405
|
+
"description": "The color of the issue type.",
|
|
640406
|
+
"enum": [
|
|
640407
|
+
"gray",
|
|
640408
|
+
"blue",
|
|
640409
|
+
"green",
|
|
640410
|
+
"yellow",
|
|
640411
|
+
"orange",
|
|
640412
|
+
"red",
|
|
640413
|
+
"pink",
|
|
640414
|
+
"purple"
|
|
640415
|
+
],
|
|
640416
|
+
"nullable": true
|
|
640417
|
+
},
|
|
640418
|
+
"created_at": {
|
|
640419
|
+
"type": "string",
|
|
640420
|
+
"description": "The time the issue type created.",
|
|
640421
|
+
"format": "date-time"
|
|
640422
|
+
},
|
|
640423
|
+
"updated_at": {
|
|
640424
|
+
"type": "string",
|
|
640425
|
+
"description": "The time the issue type last updated.",
|
|
640426
|
+
"format": "date-time"
|
|
640427
|
+
},
|
|
640428
|
+
"is_enabled": {
|
|
640429
|
+
"type": "boolean",
|
|
640430
|
+
"description": "The enabled state of the issue type."
|
|
640431
|
+
}
|
|
640432
|
+
},
|
|
640433
|
+
"required": [
|
|
640434
|
+
"id",
|
|
640435
|
+
"node_id",
|
|
640436
|
+
"name",
|
|
640437
|
+
"description"
|
|
640438
|
+
]
|
|
640439
|
+
},
|
|
638863
640440
|
"updated_at": {
|
|
638864
640441
|
"type": "string",
|
|
638865
640442
|
"format": "date-time"
|
|
@@ -641706,6 +643283,66 @@
|
|
|
641706
643283
|
"description": "Title of the issue",
|
|
641707
643284
|
"type": "string"
|
|
641708
643285
|
},
|
|
643286
|
+
"type": {
|
|
643287
|
+
"title": "Issue Type",
|
|
643288
|
+
"description": "The type of issue.",
|
|
643289
|
+
"type": "object",
|
|
643290
|
+
"nullable": true,
|
|
643291
|
+
"properties": {
|
|
643292
|
+
"id": {
|
|
643293
|
+
"type": "integer",
|
|
643294
|
+
"description": "The unique identifier of the issue type."
|
|
643295
|
+
},
|
|
643296
|
+
"node_id": {
|
|
643297
|
+
"type": "string",
|
|
643298
|
+
"description": "The node identifier of the issue type."
|
|
643299
|
+
},
|
|
643300
|
+
"name": {
|
|
643301
|
+
"type": "string",
|
|
643302
|
+
"description": "The name of the issue type."
|
|
643303
|
+
},
|
|
643304
|
+
"description": {
|
|
643305
|
+
"type": "string",
|
|
643306
|
+
"description": "The description of the issue type.",
|
|
643307
|
+
"nullable": true
|
|
643308
|
+
},
|
|
643309
|
+
"color": {
|
|
643310
|
+
"type": "string",
|
|
643311
|
+
"description": "The color of the issue type.",
|
|
643312
|
+
"enum": [
|
|
643313
|
+
"gray",
|
|
643314
|
+
"blue",
|
|
643315
|
+
"green",
|
|
643316
|
+
"yellow",
|
|
643317
|
+
"orange",
|
|
643318
|
+
"red",
|
|
643319
|
+
"pink",
|
|
643320
|
+
"purple"
|
|
643321
|
+
],
|
|
643322
|
+
"nullable": true
|
|
643323
|
+
},
|
|
643324
|
+
"created_at": {
|
|
643325
|
+
"type": "string",
|
|
643326
|
+
"description": "The time the issue type created.",
|
|
643327
|
+
"format": "date-time"
|
|
643328
|
+
},
|
|
643329
|
+
"updated_at": {
|
|
643330
|
+
"type": "string",
|
|
643331
|
+
"description": "The time the issue type last updated.",
|
|
643332
|
+
"format": "date-time"
|
|
643333
|
+
},
|
|
643334
|
+
"is_enabled": {
|
|
643335
|
+
"type": "boolean",
|
|
643336
|
+
"description": "The enabled state of the issue type."
|
|
643337
|
+
}
|
|
643338
|
+
},
|
|
643339
|
+
"required": [
|
|
643340
|
+
"id",
|
|
643341
|
+
"node_id",
|
|
643342
|
+
"name",
|
|
643343
|
+
"description"
|
|
643344
|
+
]
|
|
643345
|
+
},
|
|
641709
643346
|
"updated_at": {
|
|
641710
643347
|
"type": "string",
|
|
641711
643348
|
"format": "date-time"
|
|
@@ -644741,6 +646378,66 @@
|
|
|
644741
646378
|
"description": "Title of the issue",
|
|
644742
646379
|
"type": "string"
|
|
644743
646380
|
},
|
|
646381
|
+
"type": {
|
|
646382
|
+
"title": "Issue Type",
|
|
646383
|
+
"description": "The type of issue.",
|
|
646384
|
+
"type": "object",
|
|
646385
|
+
"nullable": true,
|
|
646386
|
+
"properties": {
|
|
646387
|
+
"id": {
|
|
646388
|
+
"type": "integer",
|
|
646389
|
+
"description": "The unique identifier of the issue type."
|
|
646390
|
+
},
|
|
646391
|
+
"node_id": {
|
|
646392
|
+
"type": "string",
|
|
646393
|
+
"description": "The node identifier of the issue type."
|
|
646394
|
+
},
|
|
646395
|
+
"name": {
|
|
646396
|
+
"type": "string",
|
|
646397
|
+
"description": "The name of the issue type."
|
|
646398
|
+
},
|
|
646399
|
+
"description": {
|
|
646400
|
+
"type": "string",
|
|
646401
|
+
"description": "The description of the issue type.",
|
|
646402
|
+
"nullable": true
|
|
646403
|
+
},
|
|
646404
|
+
"color": {
|
|
646405
|
+
"type": "string",
|
|
646406
|
+
"description": "The color of the issue type.",
|
|
646407
|
+
"enum": [
|
|
646408
|
+
"gray",
|
|
646409
|
+
"blue",
|
|
646410
|
+
"green",
|
|
646411
|
+
"yellow",
|
|
646412
|
+
"orange",
|
|
646413
|
+
"red",
|
|
646414
|
+
"pink",
|
|
646415
|
+
"purple"
|
|
646416
|
+
],
|
|
646417
|
+
"nullable": true
|
|
646418
|
+
},
|
|
646419
|
+
"created_at": {
|
|
646420
|
+
"type": "string",
|
|
646421
|
+
"description": "The time the issue type created.",
|
|
646422
|
+
"format": "date-time"
|
|
646423
|
+
},
|
|
646424
|
+
"updated_at": {
|
|
646425
|
+
"type": "string",
|
|
646426
|
+
"description": "The time the issue type last updated.",
|
|
646427
|
+
"format": "date-time"
|
|
646428
|
+
},
|
|
646429
|
+
"is_enabled": {
|
|
646430
|
+
"type": "boolean",
|
|
646431
|
+
"description": "The enabled state of the issue type."
|
|
646432
|
+
}
|
|
646433
|
+
},
|
|
646434
|
+
"required": [
|
|
646435
|
+
"id",
|
|
646436
|
+
"node_id",
|
|
646437
|
+
"name",
|
|
646438
|
+
"description"
|
|
646439
|
+
]
|
|
646440
|
+
},
|
|
644744
646441
|
"updated_at": {
|
|
644745
646442
|
"type": "string",
|
|
644746
646443
|
"format": "date-time"
|
|
@@ -647597,6 +649294,66 @@
|
|
|
647597
649294
|
"description": "Title of the issue",
|
|
647598
649295
|
"type": "string"
|
|
647599
649296
|
},
|
|
649297
|
+
"type": {
|
|
649298
|
+
"title": "Issue Type",
|
|
649299
|
+
"description": "The type of issue.",
|
|
649300
|
+
"type": "object",
|
|
649301
|
+
"nullable": true,
|
|
649302
|
+
"properties": {
|
|
649303
|
+
"id": {
|
|
649304
|
+
"type": "integer",
|
|
649305
|
+
"description": "The unique identifier of the issue type."
|
|
649306
|
+
},
|
|
649307
|
+
"node_id": {
|
|
649308
|
+
"type": "string",
|
|
649309
|
+
"description": "The node identifier of the issue type."
|
|
649310
|
+
},
|
|
649311
|
+
"name": {
|
|
649312
|
+
"type": "string",
|
|
649313
|
+
"description": "The name of the issue type."
|
|
649314
|
+
},
|
|
649315
|
+
"description": {
|
|
649316
|
+
"type": "string",
|
|
649317
|
+
"description": "The description of the issue type.",
|
|
649318
|
+
"nullable": true
|
|
649319
|
+
},
|
|
649320
|
+
"color": {
|
|
649321
|
+
"type": "string",
|
|
649322
|
+
"description": "The color of the issue type.",
|
|
649323
|
+
"enum": [
|
|
649324
|
+
"gray",
|
|
649325
|
+
"blue",
|
|
649326
|
+
"green",
|
|
649327
|
+
"yellow",
|
|
649328
|
+
"orange",
|
|
649329
|
+
"red",
|
|
649330
|
+
"pink",
|
|
649331
|
+
"purple"
|
|
649332
|
+
],
|
|
649333
|
+
"nullable": true
|
|
649334
|
+
},
|
|
649335
|
+
"created_at": {
|
|
649336
|
+
"type": "string",
|
|
649337
|
+
"description": "The time the issue type created.",
|
|
649338
|
+
"format": "date-time"
|
|
649339
|
+
},
|
|
649340
|
+
"updated_at": {
|
|
649341
|
+
"type": "string",
|
|
649342
|
+
"description": "The time the issue type last updated.",
|
|
649343
|
+
"format": "date-time"
|
|
649344
|
+
},
|
|
649345
|
+
"is_enabled": {
|
|
649346
|
+
"type": "boolean",
|
|
649347
|
+
"description": "The enabled state of the issue type."
|
|
649348
|
+
}
|
|
649349
|
+
},
|
|
649350
|
+
"required": [
|
|
649351
|
+
"id",
|
|
649352
|
+
"node_id",
|
|
649353
|
+
"name",
|
|
649354
|
+
"description"
|
|
649355
|
+
]
|
|
649356
|
+
},
|
|
647600
649357
|
"updated_at": {
|
|
647601
649358
|
"type": "string",
|
|
647602
649359
|
"format": "date-time"
|
|
@@ -650622,6 +652379,66 @@
|
|
|
650622
652379
|
"type": "string",
|
|
650623
652380
|
"format": "uri"
|
|
650624
652381
|
},
|
|
652382
|
+
"type": {
|
|
652383
|
+
"title": "Issue Type",
|
|
652384
|
+
"description": "The type of issue.",
|
|
652385
|
+
"type": "object",
|
|
652386
|
+
"nullable": true,
|
|
652387
|
+
"properties": {
|
|
652388
|
+
"id": {
|
|
652389
|
+
"type": "integer",
|
|
652390
|
+
"description": "The unique identifier of the issue type."
|
|
652391
|
+
},
|
|
652392
|
+
"node_id": {
|
|
652393
|
+
"type": "string",
|
|
652394
|
+
"description": "The node identifier of the issue type."
|
|
652395
|
+
},
|
|
652396
|
+
"name": {
|
|
652397
|
+
"type": "string",
|
|
652398
|
+
"description": "The name of the issue type."
|
|
652399
|
+
},
|
|
652400
|
+
"description": {
|
|
652401
|
+
"type": "string",
|
|
652402
|
+
"description": "The description of the issue type.",
|
|
652403
|
+
"nullable": true
|
|
652404
|
+
},
|
|
652405
|
+
"color": {
|
|
652406
|
+
"type": "string",
|
|
652407
|
+
"description": "The color of the issue type.",
|
|
652408
|
+
"enum": [
|
|
652409
|
+
"gray",
|
|
652410
|
+
"blue",
|
|
652411
|
+
"green",
|
|
652412
|
+
"yellow",
|
|
652413
|
+
"orange",
|
|
652414
|
+
"red",
|
|
652415
|
+
"pink",
|
|
652416
|
+
"purple"
|
|
652417
|
+
],
|
|
652418
|
+
"nullable": true
|
|
652419
|
+
},
|
|
652420
|
+
"created_at": {
|
|
652421
|
+
"type": "string",
|
|
652422
|
+
"description": "The time the issue type created.",
|
|
652423
|
+
"format": "date-time"
|
|
652424
|
+
},
|
|
652425
|
+
"updated_at": {
|
|
652426
|
+
"type": "string",
|
|
652427
|
+
"description": "The time the issue type last updated.",
|
|
652428
|
+
"format": "date-time"
|
|
652429
|
+
},
|
|
652430
|
+
"is_enabled": {
|
|
652431
|
+
"type": "boolean",
|
|
652432
|
+
"description": "The enabled state of the issue type."
|
|
652433
|
+
}
|
|
652434
|
+
},
|
|
652435
|
+
"required": [
|
|
652436
|
+
"id",
|
|
652437
|
+
"node_id",
|
|
652438
|
+
"name",
|
|
652439
|
+
"description"
|
|
652440
|
+
]
|
|
652441
|
+
},
|
|
650625
652442
|
"title": {
|
|
650626
652443
|
"description": "Title of the issue",
|
|
650627
652444
|
"type": "string"
|
|
@@ -653502,6 +655319,66 @@
|
|
|
653502
655319
|
"type": "string",
|
|
653503
655320
|
"format": "uri"
|
|
653504
655321
|
},
|
|
655322
|
+
"type": {
|
|
655323
|
+
"title": "Issue Type",
|
|
655324
|
+
"description": "The type of issue.",
|
|
655325
|
+
"type": "object",
|
|
655326
|
+
"nullable": true,
|
|
655327
|
+
"properties": {
|
|
655328
|
+
"id": {
|
|
655329
|
+
"type": "integer",
|
|
655330
|
+
"description": "The unique identifier of the issue type."
|
|
655331
|
+
},
|
|
655332
|
+
"node_id": {
|
|
655333
|
+
"type": "string",
|
|
655334
|
+
"description": "The node identifier of the issue type."
|
|
655335
|
+
},
|
|
655336
|
+
"name": {
|
|
655337
|
+
"type": "string",
|
|
655338
|
+
"description": "The name of the issue type."
|
|
655339
|
+
},
|
|
655340
|
+
"description": {
|
|
655341
|
+
"type": "string",
|
|
655342
|
+
"description": "The description of the issue type.",
|
|
655343
|
+
"nullable": true
|
|
655344
|
+
},
|
|
655345
|
+
"color": {
|
|
655346
|
+
"type": "string",
|
|
655347
|
+
"description": "The color of the issue type.",
|
|
655348
|
+
"enum": [
|
|
655349
|
+
"gray",
|
|
655350
|
+
"blue",
|
|
655351
|
+
"green",
|
|
655352
|
+
"yellow",
|
|
655353
|
+
"orange",
|
|
655354
|
+
"red",
|
|
655355
|
+
"pink",
|
|
655356
|
+
"purple"
|
|
655357
|
+
],
|
|
655358
|
+
"nullable": true
|
|
655359
|
+
},
|
|
655360
|
+
"created_at": {
|
|
655361
|
+
"type": "string",
|
|
655362
|
+
"description": "The time the issue type created.",
|
|
655363
|
+
"format": "date-time"
|
|
655364
|
+
},
|
|
655365
|
+
"updated_at": {
|
|
655366
|
+
"type": "string",
|
|
655367
|
+
"description": "The time the issue type last updated.",
|
|
655368
|
+
"format": "date-time"
|
|
655369
|
+
},
|
|
655370
|
+
"is_enabled": {
|
|
655371
|
+
"type": "boolean",
|
|
655372
|
+
"description": "The enabled state of the issue type."
|
|
655373
|
+
}
|
|
655374
|
+
},
|
|
655375
|
+
"required": [
|
|
655376
|
+
"id",
|
|
655377
|
+
"node_id",
|
|
655378
|
+
"name",
|
|
655379
|
+
"description"
|
|
655380
|
+
]
|
|
655381
|
+
},
|
|
653505
655382
|
"title": {
|
|
653506
655383
|
"description": "Title of the issue",
|
|
653507
655384
|
"type": "string"
|
|
@@ -656408,6 +658285,66 @@
|
|
|
656408
658285
|
"type": "string",
|
|
656409
658286
|
"format": "uri"
|
|
656410
658287
|
},
|
|
658288
|
+
"type": {
|
|
658289
|
+
"title": "Issue Type",
|
|
658290
|
+
"description": "The type of issue.",
|
|
658291
|
+
"type": "object",
|
|
658292
|
+
"nullable": true,
|
|
658293
|
+
"properties": {
|
|
658294
|
+
"id": {
|
|
658295
|
+
"type": "integer",
|
|
658296
|
+
"description": "The unique identifier of the issue type."
|
|
658297
|
+
},
|
|
658298
|
+
"node_id": {
|
|
658299
|
+
"type": "string",
|
|
658300
|
+
"description": "The node identifier of the issue type."
|
|
658301
|
+
},
|
|
658302
|
+
"name": {
|
|
658303
|
+
"type": "string",
|
|
658304
|
+
"description": "The name of the issue type."
|
|
658305
|
+
},
|
|
658306
|
+
"description": {
|
|
658307
|
+
"type": "string",
|
|
658308
|
+
"description": "The description of the issue type.",
|
|
658309
|
+
"nullable": true
|
|
658310
|
+
},
|
|
658311
|
+
"color": {
|
|
658312
|
+
"type": "string",
|
|
658313
|
+
"description": "The color of the issue type.",
|
|
658314
|
+
"enum": [
|
|
658315
|
+
"gray",
|
|
658316
|
+
"blue",
|
|
658317
|
+
"green",
|
|
658318
|
+
"yellow",
|
|
658319
|
+
"orange",
|
|
658320
|
+
"red",
|
|
658321
|
+
"pink",
|
|
658322
|
+
"purple"
|
|
658323
|
+
],
|
|
658324
|
+
"nullable": true
|
|
658325
|
+
},
|
|
658326
|
+
"created_at": {
|
|
658327
|
+
"type": "string",
|
|
658328
|
+
"description": "The time the issue type created.",
|
|
658329
|
+
"format": "date-time"
|
|
658330
|
+
},
|
|
658331
|
+
"updated_at": {
|
|
658332
|
+
"type": "string",
|
|
658333
|
+
"description": "The time the issue type last updated.",
|
|
658334
|
+
"format": "date-time"
|
|
658335
|
+
},
|
|
658336
|
+
"is_enabled": {
|
|
658337
|
+
"type": "boolean",
|
|
658338
|
+
"description": "The enabled state of the issue type."
|
|
658339
|
+
}
|
|
658340
|
+
},
|
|
658341
|
+
"required": [
|
|
658342
|
+
"id",
|
|
658343
|
+
"node_id",
|
|
658344
|
+
"name",
|
|
658345
|
+
"description"
|
|
658346
|
+
]
|
|
658347
|
+
},
|
|
656411
658348
|
"title": {
|
|
656412
658349
|
"description": "Title of the issue",
|
|
656413
658350
|
"type": "string"
|
|
@@ -659244,6 +661181,66 @@
|
|
|
659244
661181
|
"description": "Title of the issue",
|
|
659245
661182
|
"type": "string"
|
|
659246
661183
|
},
|
|
661184
|
+
"type": {
|
|
661185
|
+
"title": "Issue Type",
|
|
661186
|
+
"description": "The type of issue.",
|
|
661187
|
+
"type": "object",
|
|
661188
|
+
"nullable": true,
|
|
661189
|
+
"properties": {
|
|
661190
|
+
"id": {
|
|
661191
|
+
"type": "integer",
|
|
661192
|
+
"description": "The unique identifier of the issue type."
|
|
661193
|
+
},
|
|
661194
|
+
"node_id": {
|
|
661195
|
+
"type": "string",
|
|
661196
|
+
"description": "The node identifier of the issue type."
|
|
661197
|
+
},
|
|
661198
|
+
"name": {
|
|
661199
|
+
"type": "string",
|
|
661200
|
+
"description": "The name of the issue type."
|
|
661201
|
+
},
|
|
661202
|
+
"description": {
|
|
661203
|
+
"type": "string",
|
|
661204
|
+
"description": "The description of the issue type.",
|
|
661205
|
+
"nullable": true
|
|
661206
|
+
},
|
|
661207
|
+
"color": {
|
|
661208
|
+
"type": "string",
|
|
661209
|
+
"description": "The color of the issue type.",
|
|
661210
|
+
"enum": [
|
|
661211
|
+
"gray",
|
|
661212
|
+
"blue",
|
|
661213
|
+
"green",
|
|
661214
|
+
"yellow",
|
|
661215
|
+
"orange",
|
|
661216
|
+
"red",
|
|
661217
|
+
"pink",
|
|
661218
|
+
"purple"
|
|
661219
|
+
],
|
|
661220
|
+
"nullable": true
|
|
661221
|
+
},
|
|
661222
|
+
"created_at": {
|
|
661223
|
+
"type": "string",
|
|
661224
|
+
"description": "The time the issue type created.",
|
|
661225
|
+
"format": "date-time"
|
|
661226
|
+
},
|
|
661227
|
+
"updated_at": {
|
|
661228
|
+
"type": "string",
|
|
661229
|
+
"description": "The time the issue type last updated.",
|
|
661230
|
+
"format": "date-time"
|
|
661231
|
+
},
|
|
661232
|
+
"is_enabled": {
|
|
661233
|
+
"type": "boolean",
|
|
661234
|
+
"description": "The enabled state of the issue type."
|
|
661235
|
+
}
|
|
661236
|
+
},
|
|
661237
|
+
"required": [
|
|
661238
|
+
"id",
|
|
661239
|
+
"node_id",
|
|
661240
|
+
"name",
|
|
661241
|
+
"description"
|
|
661242
|
+
]
|
|
661243
|
+
},
|
|
659247
661244
|
"updated_at": {
|
|
659248
661245
|
"type": "string",
|
|
659249
661246
|
"format": "date-time"
|
|
@@ -664066,6 +666063,66 @@
|
|
|
664066
666063
|
"description": "Title of the issue",
|
|
664067
666064
|
"type": "string"
|
|
664068
666065
|
},
|
|
666066
|
+
"type": {
|
|
666067
|
+
"title": "Issue Type",
|
|
666068
|
+
"description": "The type of issue.",
|
|
666069
|
+
"type": "object",
|
|
666070
|
+
"nullable": true,
|
|
666071
|
+
"properties": {
|
|
666072
|
+
"id": {
|
|
666073
|
+
"type": "integer",
|
|
666074
|
+
"description": "The unique identifier of the issue type."
|
|
666075
|
+
},
|
|
666076
|
+
"node_id": {
|
|
666077
|
+
"type": "string",
|
|
666078
|
+
"description": "The node identifier of the issue type."
|
|
666079
|
+
},
|
|
666080
|
+
"name": {
|
|
666081
|
+
"type": "string",
|
|
666082
|
+
"description": "The name of the issue type."
|
|
666083
|
+
},
|
|
666084
|
+
"description": {
|
|
666085
|
+
"type": "string",
|
|
666086
|
+
"description": "The description of the issue type.",
|
|
666087
|
+
"nullable": true
|
|
666088
|
+
},
|
|
666089
|
+
"color": {
|
|
666090
|
+
"type": "string",
|
|
666091
|
+
"description": "The color of the issue type.",
|
|
666092
|
+
"enum": [
|
|
666093
|
+
"gray",
|
|
666094
|
+
"blue",
|
|
666095
|
+
"green",
|
|
666096
|
+
"yellow",
|
|
666097
|
+
"orange",
|
|
666098
|
+
"red",
|
|
666099
|
+
"pink",
|
|
666100
|
+
"purple"
|
|
666101
|
+
],
|
|
666102
|
+
"nullable": true
|
|
666103
|
+
},
|
|
666104
|
+
"created_at": {
|
|
666105
|
+
"type": "string",
|
|
666106
|
+
"description": "The time the issue type created.",
|
|
666107
|
+
"format": "date-time"
|
|
666108
|
+
},
|
|
666109
|
+
"updated_at": {
|
|
666110
|
+
"type": "string",
|
|
666111
|
+
"description": "The time the issue type last updated.",
|
|
666112
|
+
"format": "date-time"
|
|
666113
|
+
},
|
|
666114
|
+
"is_enabled": {
|
|
666115
|
+
"type": "boolean",
|
|
666116
|
+
"description": "The enabled state of the issue type."
|
|
666117
|
+
}
|
|
666118
|
+
},
|
|
666119
|
+
"required": [
|
|
666120
|
+
"id",
|
|
666121
|
+
"node_id",
|
|
666122
|
+
"name",
|
|
666123
|
+
"description"
|
|
666124
|
+
]
|
|
666125
|
+
},
|
|
664069
666126
|
"updated_at": {
|
|
664070
666127
|
"type": "string",
|
|
664071
666128
|
"format": "date-time"
|
|
@@ -666900,6 +668957,66 @@
|
|
|
666900
668957
|
"description": "Title of the issue",
|
|
666901
668958
|
"type": "string"
|
|
666902
668959
|
},
|
|
668960
|
+
"type": {
|
|
668961
|
+
"title": "Issue Type",
|
|
668962
|
+
"description": "The type of issue.",
|
|
668963
|
+
"type": "object",
|
|
668964
|
+
"nullable": true,
|
|
668965
|
+
"properties": {
|
|
668966
|
+
"id": {
|
|
668967
|
+
"type": "integer",
|
|
668968
|
+
"description": "The unique identifier of the issue type."
|
|
668969
|
+
},
|
|
668970
|
+
"node_id": {
|
|
668971
|
+
"type": "string",
|
|
668972
|
+
"description": "The node identifier of the issue type."
|
|
668973
|
+
},
|
|
668974
|
+
"name": {
|
|
668975
|
+
"type": "string",
|
|
668976
|
+
"description": "The name of the issue type."
|
|
668977
|
+
},
|
|
668978
|
+
"description": {
|
|
668979
|
+
"type": "string",
|
|
668980
|
+
"description": "The description of the issue type.",
|
|
668981
|
+
"nullable": true
|
|
668982
|
+
},
|
|
668983
|
+
"color": {
|
|
668984
|
+
"type": "string",
|
|
668985
|
+
"description": "The color of the issue type.",
|
|
668986
|
+
"enum": [
|
|
668987
|
+
"gray",
|
|
668988
|
+
"blue",
|
|
668989
|
+
"green",
|
|
668990
|
+
"yellow",
|
|
668991
|
+
"orange",
|
|
668992
|
+
"red",
|
|
668993
|
+
"pink",
|
|
668994
|
+
"purple"
|
|
668995
|
+
],
|
|
668996
|
+
"nullable": true
|
|
668997
|
+
},
|
|
668998
|
+
"created_at": {
|
|
668999
|
+
"type": "string",
|
|
669000
|
+
"description": "The time the issue type created.",
|
|
669001
|
+
"format": "date-time"
|
|
669002
|
+
},
|
|
669003
|
+
"updated_at": {
|
|
669004
|
+
"type": "string",
|
|
669005
|
+
"description": "The time the issue type last updated.",
|
|
669006
|
+
"format": "date-time"
|
|
669007
|
+
},
|
|
669008
|
+
"is_enabled": {
|
|
669009
|
+
"type": "boolean",
|
|
669010
|
+
"description": "The enabled state of the issue type."
|
|
669011
|
+
}
|
|
669012
|
+
},
|
|
669013
|
+
"required": [
|
|
669014
|
+
"id",
|
|
669015
|
+
"node_id",
|
|
669016
|
+
"name",
|
|
669017
|
+
"description"
|
|
669018
|
+
]
|
|
669019
|
+
},
|
|
666903
669020
|
"updated_at": {
|
|
666904
669021
|
"type": "string",
|
|
666905
669022
|
"format": "date-time"
|
|
@@ -669864,6 +671981,66 @@
|
|
|
669864
671981
|
"type": "string"
|
|
669865
671982
|
}
|
|
669866
671983
|
}
|
|
671984
|
+
},
|
|
671985
|
+
"type": {
|
|
671986
|
+
"title": "Issue Type",
|
|
671987
|
+
"description": "The type of issue.",
|
|
671988
|
+
"type": "object",
|
|
671989
|
+
"nullable": true,
|
|
671990
|
+
"properties": {
|
|
671991
|
+
"id": {
|
|
671992
|
+
"type": "integer",
|
|
671993
|
+
"description": "The unique identifier of the issue type."
|
|
671994
|
+
},
|
|
671995
|
+
"node_id": {
|
|
671996
|
+
"type": "string",
|
|
671997
|
+
"description": "The node identifier of the issue type."
|
|
671998
|
+
},
|
|
671999
|
+
"name": {
|
|
672000
|
+
"type": "string",
|
|
672001
|
+
"description": "The name of the issue type."
|
|
672002
|
+
},
|
|
672003
|
+
"description": {
|
|
672004
|
+
"type": "string",
|
|
672005
|
+
"description": "The description of the issue type.",
|
|
672006
|
+
"nullable": true
|
|
672007
|
+
},
|
|
672008
|
+
"color": {
|
|
672009
|
+
"type": "string",
|
|
672010
|
+
"description": "The color of the issue type.",
|
|
672011
|
+
"enum": [
|
|
672012
|
+
"gray",
|
|
672013
|
+
"blue",
|
|
672014
|
+
"green",
|
|
672015
|
+
"yellow",
|
|
672016
|
+
"orange",
|
|
672017
|
+
"red",
|
|
672018
|
+
"pink",
|
|
672019
|
+
"purple"
|
|
672020
|
+
],
|
|
672021
|
+
"nullable": true
|
|
672022
|
+
},
|
|
672023
|
+
"created_at": {
|
|
672024
|
+
"type": "string",
|
|
672025
|
+
"description": "The time the issue type created.",
|
|
672026
|
+
"format": "date-time"
|
|
672027
|
+
},
|
|
672028
|
+
"updated_at": {
|
|
672029
|
+
"type": "string",
|
|
672030
|
+
"description": "The time the issue type last updated.",
|
|
672031
|
+
"format": "date-time"
|
|
672032
|
+
},
|
|
672033
|
+
"is_enabled": {
|
|
672034
|
+
"type": "boolean",
|
|
672035
|
+
"description": "The enabled state of the issue type."
|
|
672036
|
+
}
|
|
672037
|
+
},
|
|
672038
|
+
"required": [
|
|
672039
|
+
"id",
|
|
672040
|
+
"node_id",
|
|
672041
|
+
"name",
|
|
672042
|
+
"description"
|
|
672043
|
+
]
|
|
669867
672044
|
}
|
|
669868
672045
|
}
|
|
669869
672046
|
},
|
|
@@ -672485,6 +674662,66 @@
|
|
|
672485
674662
|
"description": "Title of the issue",
|
|
672486
674663
|
"type": "string"
|
|
672487
674664
|
},
|
|
674665
|
+
"type": {
|
|
674666
|
+
"title": "Issue Type",
|
|
674667
|
+
"description": "The type of issue.",
|
|
674668
|
+
"type": "object",
|
|
674669
|
+
"nullable": true,
|
|
674670
|
+
"properties": {
|
|
674671
|
+
"id": {
|
|
674672
|
+
"type": "integer",
|
|
674673
|
+
"description": "The unique identifier of the issue type."
|
|
674674
|
+
},
|
|
674675
|
+
"node_id": {
|
|
674676
|
+
"type": "string",
|
|
674677
|
+
"description": "The node identifier of the issue type."
|
|
674678
|
+
},
|
|
674679
|
+
"name": {
|
|
674680
|
+
"type": "string",
|
|
674681
|
+
"description": "The name of the issue type."
|
|
674682
|
+
},
|
|
674683
|
+
"description": {
|
|
674684
|
+
"type": "string",
|
|
674685
|
+
"description": "The description of the issue type.",
|
|
674686
|
+
"nullable": true
|
|
674687
|
+
},
|
|
674688
|
+
"color": {
|
|
674689
|
+
"type": "string",
|
|
674690
|
+
"description": "The color of the issue type.",
|
|
674691
|
+
"enum": [
|
|
674692
|
+
"gray",
|
|
674693
|
+
"blue",
|
|
674694
|
+
"green",
|
|
674695
|
+
"yellow",
|
|
674696
|
+
"orange",
|
|
674697
|
+
"red",
|
|
674698
|
+
"pink",
|
|
674699
|
+
"purple"
|
|
674700
|
+
],
|
|
674701
|
+
"nullable": true
|
|
674702
|
+
},
|
|
674703
|
+
"created_at": {
|
|
674704
|
+
"type": "string",
|
|
674705
|
+
"description": "The time the issue type created.",
|
|
674706
|
+
"format": "date-time"
|
|
674707
|
+
},
|
|
674708
|
+
"updated_at": {
|
|
674709
|
+
"type": "string",
|
|
674710
|
+
"description": "The time the issue type last updated.",
|
|
674711
|
+
"format": "date-time"
|
|
674712
|
+
},
|
|
674713
|
+
"is_enabled": {
|
|
674714
|
+
"type": "boolean",
|
|
674715
|
+
"description": "The enabled state of the issue type."
|
|
674716
|
+
}
|
|
674717
|
+
},
|
|
674718
|
+
"required": [
|
|
674719
|
+
"id",
|
|
674720
|
+
"node_id",
|
|
674721
|
+
"name",
|
|
674722
|
+
"description"
|
|
674723
|
+
]
|
|
674724
|
+
},
|
|
672488
674725
|
"updated_at": {
|
|
672489
674726
|
"type": "string",
|
|
672490
674727
|
"format": "date-time"
|
|
@@ -674394,6 +676631,66 @@
|
|
|
674394
676631
|
"description": "Title of the issue",
|
|
674395
676632
|
"type": "string"
|
|
674396
676633
|
},
|
|
676634
|
+
"type": {
|
|
676635
|
+
"title": "Issue Type",
|
|
676636
|
+
"description": "The type of issue.",
|
|
676637
|
+
"type": "object",
|
|
676638
|
+
"nullable": true,
|
|
676639
|
+
"properties": {
|
|
676640
|
+
"id": {
|
|
676641
|
+
"type": "integer",
|
|
676642
|
+
"description": "The unique identifier of the issue type."
|
|
676643
|
+
},
|
|
676644
|
+
"node_id": {
|
|
676645
|
+
"type": "string",
|
|
676646
|
+
"description": "The node identifier of the issue type."
|
|
676647
|
+
},
|
|
676648
|
+
"name": {
|
|
676649
|
+
"type": "string",
|
|
676650
|
+
"description": "The name of the issue type."
|
|
676651
|
+
},
|
|
676652
|
+
"description": {
|
|
676653
|
+
"type": "string",
|
|
676654
|
+
"description": "The description of the issue type.",
|
|
676655
|
+
"nullable": true
|
|
676656
|
+
},
|
|
676657
|
+
"color": {
|
|
676658
|
+
"type": "string",
|
|
676659
|
+
"description": "The color of the issue type.",
|
|
676660
|
+
"enum": [
|
|
676661
|
+
"gray",
|
|
676662
|
+
"blue",
|
|
676663
|
+
"green",
|
|
676664
|
+
"yellow",
|
|
676665
|
+
"orange",
|
|
676666
|
+
"red",
|
|
676667
|
+
"pink",
|
|
676668
|
+
"purple"
|
|
676669
|
+
],
|
|
676670
|
+
"nullable": true
|
|
676671
|
+
},
|
|
676672
|
+
"created_at": {
|
|
676673
|
+
"type": "string",
|
|
676674
|
+
"description": "The time the issue type created.",
|
|
676675
|
+
"format": "date-time"
|
|
676676
|
+
},
|
|
676677
|
+
"updated_at": {
|
|
676678
|
+
"type": "string",
|
|
676679
|
+
"description": "The time the issue type last updated.",
|
|
676680
|
+
"format": "date-time"
|
|
676681
|
+
},
|
|
676682
|
+
"is_enabled": {
|
|
676683
|
+
"type": "boolean",
|
|
676684
|
+
"description": "The enabled state of the issue type."
|
|
676685
|
+
}
|
|
676686
|
+
},
|
|
676687
|
+
"required": [
|
|
676688
|
+
"id",
|
|
676689
|
+
"node_id",
|
|
676690
|
+
"name",
|
|
676691
|
+
"description"
|
|
676692
|
+
]
|
|
676693
|
+
},
|
|
674397
676694
|
"updated_at": {
|
|
674398
676695
|
"type": "string",
|
|
674399
676696
|
"format": "date-time"
|
|
@@ -677332,6 +679629,66 @@
|
|
|
677332
679629
|
"description": "Title of the issue",
|
|
677333
679630
|
"type": "string"
|
|
677334
679631
|
},
|
|
679632
|
+
"type": {
|
|
679633
|
+
"title": "Issue Type",
|
|
679634
|
+
"description": "The type of issue.",
|
|
679635
|
+
"type": "object",
|
|
679636
|
+
"nullable": true,
|
|
679637
|
+
"properties": {
|
|
679638
|
+
"id": {
|
|
679639
|
+
"type": "integer",
|
|
679640
|
+
"description": "The unique identifier of the issue type."
|
|
679641
|
+
},
|
|
679642
|
+
"node_id": {
|
|
679643
|
+
"type": "string",
|
|
679644
|
+
"description": "The node identifier of the issue type."
|
|
679645
|
+
},
|
|
679646
|
+
"name": {
|
|
679647
|
+
"type": "string",
|
|
679648
|
+
"description": "The name of the issue type."
|
|
679649
|
+
},
|
|
679650
|
+
"description": {
|
|
679651
|
+
"type": "string",
|
|
679652
|
+
"description": "The description of the issue type.",
|
|
679653
|
+
"nullable": true
|
|
679654
|
+
},
|
|
679655
|
+
"color": {
|
|
679656
|
+
"type": "string",
|
|
679657
|
+
"description": "The color of the issue type.",
|
|
679658
|
+
"enum": [
|
|
679659
|
+
"gray",
|
|
679660
|
+
"blue",
|
|
679661
|
+
"green",
|
|
679662
|
+
"yellow",
|
|
679663
|
+
"orange",
|
|
679664
|
+
"red",
|
|
679665
|
+
"pink",
|
|
679666
|
+
"purple"
|
|
679667
|
+
],
|
|
679668
|
+
"nullable": true
|
|
679669
|
+
},
|
|
679670
|
+
"created_at": {
|
|
679671
|
+
"type": "string",
|
|
679672
|
+
"description": "The time the issue type created.",
|
|
679673
|
+
"format": "date-time"
|
|
679674
|
+
},
|
|
679675
|
+
"updated_at": {
|
|
679676
|
+
"type": "string",
|
|
679677
|
+
"description": "The time the issue type last updated.",
|
|
679678
|
+
"format": "date-time"
|
|
679679
|
+
},
|
|
679680
|
+
"is_enabled": {
|
|
679681
|
+
"type": "boolean",
|
|
679682
|
+
"description": "The enabled state of the issue type."
|
|
679683
|
+
}
|
|
679684
|
+
},
|
|
679685
|
+
"required": [
|
|
679686
|
+
"id",
|
|
679687
|
+
"node_id",
|
|
679688
|
+
"name",
|
|
679689
|
+
"description"
|
|
679690
|
+
]
|
|
679691
|
+
},
|
|
677335
679692
|
"updated_at": {
|
|
677336
679693
|
"type": "string",
|
|
677337
679694
|
"format": "date-time"
|
|
@@ -680173,6 +682530,66 @@
|
|
|
680173
682530
|
"description": "Title of the issue",
|
|
680174
682531
|
"type": "string"
|
|
680175
682532
|
},
|
|
682533
|
+
"type": {
|
|
682534
|
+
"title": "Issue Type",
|
|
682535
|
+
"description": "The type of issue.",
|
|
682536
|
+
"type": "object",
|
|
682537
|
+
"nullable": true,
|
|
682538
|
+
"properties": {
|
|
682539
|
+
"id": {
|
|
682540
|
+
"type": "integer",
|
|
682541
|
+
"description": "The unique identifier of the issue type."
|
|
682542
|
+
},
|
|
682543
|
+
"node_id": {
|
|
682544
|
+
"type": "string",
|
|
682545
|
+
"description": "The node identifier of the issue type."
|
|
682546
|
+
},
|
|
682547
|
+
"name": {
|
|
682548
|
+
"type": "string",
|
|
682549
|
+
"description": "The name of the issue type."
|
|
682550
|
+
},
|
|
682551
|
+
"description": {
|
|
682552
|
+
"type": "string",
|
|
682553
|
+
"description": "The description of the issue type.",
|
|
682554
|
+
"nullable": true
|
|
682555
|
+
},
|
|
682556
|
+
"color": {
|
|
682557
|
+
"type": "string",
|
|
682558
|
+
"description": "The color of the issue type.",
|
|
682559
|
+
"enum": [
|
|
682560
|
+
"gray",
|
|
682561
|
+
"blue",
|
|
682562
|
+
"green",
|
|
682563
|
+
"yellow",
|
|
682564
|
+
"orange",
|
|
682565
|
+
"red",
|
|
682566
|
+
"pink",
|
|
682567
|
+
"purple"
|
|
682568
|
+
],
|
|
682569
|
+
"nullable": true
|
|
682570
|
+
},
|
|
682571
|
+
"created_at": {
|
|
682572
|
+
"type": "string",
|
|
682573
|
+
"description": "The time the issue type created.",
|
|
682574
|
+
"format": "date-time"
|
|
682575
|
+
},
|
|
682576
|
+
"updated_at": {
|
|
682577
|
+
"type": "string",
|
|
682578
|
+
"description": "The time the issue type last updated.",
|
|
682579
|
+
"format": "date-time"
|
|
682580
|
+
},
|
|
682581
|
+
"is_enabled": {
|
|
682582
|
+
"type": "boolean",
|
|
682583
|
+
"description": "The enabled state of the issue type."
|
|
682584
|
+
}
|
|
682585
|
+
},
|
|
682586
|
+
"required": [
|
|
682587
|
+
"id",
|
|
682588
|
+
"node_id",
|
|
682589
|
+
"name",
|
|
682590
|
+
"description"
|
|
682591
|
+
]
|
|
682592
|
+
},
|
|
680176
682593
|
"updated_at": {
|
|
680177
682594
|
"type": "string",
|
|
680178
682595
|
"format": "date-time"
|
|
@@ -683077,6 +685494,66 @@
|
|
|
683077
685494
|
"description": "Title of the issue",
|
|
683078
685495
|
"type": "string"
|
|
683079
685496
|
},
|
|
685497
|
+
"type": {
|
|
685498
|
+
"title": "Issue Type",
|
|
685499
|
+
"description": "The type of issue.",
|
|
685500
|
+
"type": "object",
|
|
685501
|
+
"nullable": true,
|
|
685502
|
+
"properties": {
|
|
685503
|
+
"id": {
|
|
685504
|
+
"type": "integer",
|
|
685505
|
+
"description": "The unique identifier of the issue type."
|
|
685506
|
+
},
|
|
685507
|
+
"node_id": {
|
|
685508
|
+
"type": "string",
|
|
685509
|
+
"description": "The node identifier of the issue type."
|
|
685510
|
+
},
|
|
685511
|
+
"name": {
|
|
685512
|
+
"type": "string",
|
|
685513
|
+
"description": "The name of the issue type."
|
|
685514
|
+
},
|
|
685515
|
+
"description": {
|
|
685516
|
+
"type": "string",
|
|
685517
|
+
"description": "The description of the issue type.",
|
|
685518
|
+
"nullable": true
|
|
685519
|
+
},
|
|
685520
|
+
"color": {
|
|
685521
|
+
"type": "string",
|
|
685522
|
+
"description": "The color of the issue type.",
|
|
685523
|
+
"enum": [
|
|
685524
|
+
"gray",
|
|
685525
|
+
"blue",
|
|
685526
|
+
"green",
|
|
685527
|
+
"yellow",
|
|
685528
|
+
"orange",
|
|
685529
|
+
"red",
|
|
685530
|
+
"pink",
|
|
685531
|
+
"purple"
|
|
685532
|
+
],
|
|
685533
|
+
"nullable": true
|
|
685534
|
+
},
|
|
685535
|
+
"created_at": {
|
|
685536
|
+
"type": "string",
|
|
685537
|
+
"description": "The time the issue type created.",
|
|
685538
|
+
"format": "date-time"
|
|
685539
|
+
},
|
|
685540
|
+
"updated_at": {
|
|
685541
|
+
"type": "string",
|
|
685542
|
+
"description": "The time the issue type last updated.",
|
|
685543
|
+
"format": "date-time"
|
|
685544
|
+
},
|
|
685545
|
+
"is_enabled": {
|
|
685546
|
+
"type": "boolean",
|
|
685547
|
+
"description": "The enabled state of the issue type."
|
|
685548
|
+
}
|
|
685549
|
+
},
|
|
685550
|
+
"required": [
|
|
685551
|
+
"id",
|
|
685552
|
+
"node_id",
|
|
685553
|
+
"name",
|
|
685554
|
+
"description"
|
|
685555
|
+
]
|
|
685556
|
+
},
|
|
683080
685557
|
"updated_at": {
|
|
683081
685558
|
"type": "string",
|
|
683082
685559
|
"format": "date-time"
|
|
@@ -685888,6 +688365,66 @@
|
|
|
685888
688365
|
"description": "Title of the issue",
|
|
685889
688366
|
"type": "string"
|
|
685890
688367
|
},
|
|
688368
|
+
"type": {
|
|
688369
|
+
"title": "Issue Type",
|
|
688370
|
+
"description": "The type of issue.",
|
|
688371
|
+
"type": "object",
|
|
688372
|
+
"nullable": true,
|
|
688373
|
+
"properties": {
|
|
688374
|
+
"id": {
|
|
688375
|
+
"type": "integer",
|
|
688376
|
+
"description": "The unique identifier of the issue type."
|
|
688377
|
+
},
|
|
688378
|
+
"node_id": {
|
|
688379
|
+
"type": "string",
|
|
688380
|
+
"description": "The node identifier of the issue type."
|
|
688381
|
+
},
|
|
688382
|
+
"name": {
|
|
688383
|
+
"type": "string",
|
|
688384
|
+
"description": "The name of the issue type."
|
|
688385
|
+
},
|
|
688386
|
+
"description": {
|
|
688387
|
+
"type": "string",
|
|
688388
|
+
"description": "The description of the issue type.",
|
|
688389
|
+
"nullable": true
|
|
688390
|
+
},
|
|
688391
|
+
"color": {
|
|
688392
|
+
"type": "string",
|
|
688393
|
+
"description": "The color of the issue type.",
|
|
688394
|
+
"enum": [
|
|
688395
|
+
"gray",
|
|
688396
|
+
"blue",
|
|
688397
|
+
"green",
|
|
688398
|
+
"yellow",
|
|
688399
|
+
"orange",
|
|
688400
|
+
"red",
|
|
688401
|
+
"pink",
|
|
688402
|
+
"purple"
|
|
688403
|
+
],
|
|
688404
|
+
"nullable": true
|
|
688405
|
+
},
|
|
688406
|
+
"created_at": {
|
|
688407
|
+
"type": "string",
|
|
688408
|
+
"description": "The time the issue type created.",
|
|
688409
|
+
"format": "date-time"
|
|
688410
|
+
},
|
|
688411
|
+
"updated_at": {
|
|
688412
|
+
"type": "string",
|
|
688413
|
+
"description": "The time the issue type last updated.",
|
|
688414
|
+
"format": "date-time"
|
|
688415
|
+
},
|
|
688416
|
+
"is_enabled": {
|
|
688417
|
+
"type": "boolean",
|
|
688418
|
+
"description": "The enabled state of the issue type."
|
|
688419
|
+
}
|
|
688420
|
+
},
|
|
688421
|
+
"required": [
|
|
688422
|
+
"id",
|
|
688423
|
+
"node_id",
|
|
688424
|
+
"name",
|
|
688425
|
+
"description"
|
|
688426
|
+
]
|
|
688427
|
+
},
|
|
685891
688428
|
"updated_at": {
|
|
685892
688429
|
"type": "string",
|
|
685893
688430
|
"format": "date-time"
|