Skip to content

Commit 0244e7f

Browse files
Update OpenAPI 3.1 Descriptions
1 parent b27d92b commit 0244e7f

16 files changed

+13236
-11906
lines changed

descriptions-next/api.github.com/api.github.com.2022-11-28.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11591,13 +11591,19 @@
1159111591
"type": "string"
1159211592
},
1159311593
"artifact_url": {
11594-
"type": "string"
11594+
"type": [
11595+
"string",
11596+
"null"
11597+
]
1159511598
},
1159611599
"registry_url": {
1159711600
"type": "string"
1159811601
},
1159911602
"repository": {
11600-
"type": "string"
11603+
"type": [
11604+
"string",
11605+
"null"
11606+
]
1160111607
},
1160211608
"status": {
1160311609
"type": "string"

descriptions-next/api.github.com/api.github.com.2022-11-28.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8410,11 +8410,15 @@ paths:
84108410
digest:
84118411
type: string
84128412
artifact_url:
8413-
type: string
8413+
type:
8414+
- string
8415+
- 'null'
84148416
registry_url:
84158417
type: string
84168418
repository:
8417-
type: string
8419+
type:
8420+
- string
8421+
- 'null'
84188422
status:
84198423
type: string
84208424
created_at:

descriptions-next/api.github.com/api.github.com.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11591,13 +11591,19 @@
1159111591
"type": "string"
1159211592
},
1159311593
"artifact_url": {
11594-
"type": "string"
11594+
"type": [
11595+
"string",
11596+
"null"
11597+
]
1159511598
},
1159611599
"registry_url": {
1159711600
"type": "string"
1159811601
},
1159911602
"repository": {
11600-
"type": "string"
11603+
"type": [
11604+
"string",
11605+
"null"
11606+
]
1160111607
},
1160211608
"status": {
1160311609
"type": "string"

0 commit comments

Comments
 (0)