Skip to content

Commit 88067c5

Browse files
authored
Merge pull request #378 from github/openapi-update-76710783da2d67408e8e38408ba618092264f6df3a84a8566a94be5215b6d510
Update OpenAPI Descriptions
2 parents ee975e6 + 5543fe4 commit 88067c5

36 files changed

+210
-0
lines changed

descriptions/api.github.com/api.github.com.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59797,6 +59797,10 @@
5979759797
},
5979859798
"code_of_conduct": {
5979959799
"$ref": "#/components/schemas/code-of-conduct-simple"
59800+
},
59801+
"has_advanced_security": {
59802+
"type": "boolean",
59803+
"example": true
5980059804
}
5980159805
},
5980259806
"required": [

descriptions/api.github.com/api.github.com.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43319,6 +43319,9 @@ components:
4331943319
type: boolean
4332043320
code_of_conduct:
4332143321
"$ref": "#/components/schemas/code-of-conduct-simple"
43322+
has_advanced_security:
43323+
type: boolean
43324+
example: true
4332243325
required:
4332343326
- archive_url
4332443327
- assignees_url

descriptions/api.github.com/dereferenced/api.github.com.deref.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109075,6 +109075,10 @@
109075109075
"name",
109076109076
"html_url"
109077109077
]
109078+
},
109079+
"has_advanced_security": {
109080+
"type": "boolean",
109081+
"example": true
109078109082
}
109079109083
},
109080109084
"required": [
@@ -114337,6 +114341,10 @@
114337114341
"name",
114338114342
"html_url"
114339114343
]
114344+
},
114345+
"has_advanced_security": {
114346+
"type": "boolean",
114347+
"example": true
114340114348
}
114341114349
},
114342114350
"required": [
@@ -202347,6 +202355,10 @@
202347202355
"name",
202348202356
"html_url"
202349202357
]
202358+
},
202359+
"has_advanced_security": {
202360+
"type": "boolean",
202361+
"example": true
202350202362
}
202351202363
},
202352202364
"required": [

descriptions/api.github.com/dereferenced/api.github.com.deref.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25979,6 +25979,9 @@ paths:
2597925979
- key
2598025980
- name
2598125981
- html_url
25982+
has_advanced_security:
25983+
type: boolean
25984+
example: true
2598225985
required: &218
2598325986
- archive_url
2598425987
- assignees_url

descriptions/ghes-2.18/dereferenced/ghes-2.18.deref.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67302,6 +67302,10 @@
6730267302
"name",
6730367303
"html_url"
6730467304
]
67305+
},
67306+
"has_advanced_security": {
67307+
"type": "boolean",
67308+
"example": true
6730567309
}
6730667310
},
6730767311
"required": [
@@ -72482,6 +72486,10 @@
7248272486
"name",
7248372487
"html_url"
7248472488
]
72489+
},
72490+
"has_advanced_security": {
72491+
"type": "boolean",
72492+
"example": true
7248572493
}
7248672494
},
7248772495
"required": [
@@ -132284,6 +132292,10 @@
132284132292
"name",
132285132293
"html_url"
132286132294
]
132295+
},
132296+
"has_advanced_security": {
132297+
"type": "boolean",
132298+
"example": true
132287132299
}
132288132300
},
132289132301
"required": [
@@ -250127,6 +250139,10 @@
250127250139
"name",
250128250140
"html_url"
250129250141
]
250142+
},
250143+
"has_advanced_security": {
250144+
"type": "boolean",
250145+
"example": true
250130250146
}
250131250147
},
250132250148
"required": [

descriptions/ghes-2.18/dereferenced/ghes-2.18.deref.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17006,6 +17006,9 @@ paths:
1700617006
- key
1700717007
- name
1700817008
- html_url
17009+
has_advanced_security:
17010+
type: boolean
17011+
example: true
1700917012
required: &133
1701017013
- archive_url
1701117014
- assignees_url

descriptions/ghes-2.18/ghes-2.18.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44039,6 +44039,10 @@
4403944039
},
4404044040
"code_of_conduct": {
4404144041
"$ref": "#/components/schemas/code-of-conduct-simple"
44042+
},
44043+
"has_advanced_security": {
44044+
"type": "boolean",
44045+
"example": true
4404244046
}
4404344047
},
4404444048
"required": [

descriptions/ghes-2.18/ghes-2.18.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32046,6 +32046,9 @@ components:
3204632046
type: boolean
3204732047
code_of_conduct:
3204832048
"$ref": "#/components/schemas/code-of-conduct-simple"
32049+
has_advanced_security:
32050+
type: boolean
32051+
example: true
3204932052
required:
3205032053
- archive_url
3205132054
- assignees_url

descriptions/ghes-2.19/dereferenced/ghes-2.19.deref.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67938,6 +67938,10 @@
6793867938
"name",
6793967939
"html_url"
6794067940
]
67941+
},
67942+
"has_advanced_security": {
67943+
"type": "boolean",
67944+
"example": true
6794167945
}
6794267946
},
6794367947
"required": [
@@ -73118,6 +73122,10 @@
7311873122
"name",
7311973123
"html_url"
7312073124
]
73125+
},
73126+
"has_advanced_security": {
73127+
"type": "boolean",
73128+
"example": true
7312173129
}
7312273130
},
7312373131
"required": [
@@ -135366,6 +135374,10 @@
135366135374
"name",
135367135375
"html_url"
135368135376
]
135377+
},
135378+
"has_advanced_security": {
135379+
"type": "boolean",
135380+
"example": true
135369135381
}
135370135382
},
135371135383
"required": [
@@ -253438,6 +253450,10 @@
253438253450
"name",
253439253451
"html_url"
253440253452
]
253453+
},
253454+
"has_advanced_security": {
253455+
"type": "boolean",
253456+
"example": true
253441253457
}
253442253458
},
253443253459
"required": [

descriptions/ghes-2.19/dereferenced/ghes-2.19.deref.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17130,6 +17130,9 @@ paths:
1713017130
- key
1713117131
- name
1713217132
- html_url
17133+
has_advanced_security:
17134+
type: boolean
17135+
example: true
1713317136
required: &132
1713417137
- archive_url
1713517138
- assignees_url

0 commit comments

Comments
 (0)