Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions descriptions/api.github.com/api.github.com.2022-11-28.json
Original file line number Diff line number Diff line change
Expand Up @@ -11527,13 +11527,15 @@
"type": "string"
},
"artifact_url": {
"type": "string"
"type": "string",
"nullable": true
},
"registry_url": {
"type": "string"
},
"repository": {
"type": "string"
"type": "string",
"nullable": true
},
"status": {
"type": "string"
Expand Down
2 changes: 2 additions & 0 deletions descriptions/api.github.com/api.github.com.2022-11-28.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8381,10 +8381,12 @@ paths:
type: string
artifact_url:
type: string
nullable: true
registry_url:
type: string
repository:
type: string
nullable: true
status:
type: string
created_at:
Expand Down
6 changes: 4 additions & 2 deletions descriptions/api.github.com/api.github.com.json
Original file line number Diff line number Diff line change
Expand Up @@ -11527,13 +11527,15 @@
"type": "string"
},
"artifact_url": {
"type": "string"
"type": "string",
"nullable": true
},
"registry_url": {
"type": "string"
},
"repository": {
"type": "string"
"type": "string",
"nullable": true
},
"status": {
"type": "string"
Expand Down
2 changes: 2 additions & 0 deletions descriptions/api.github.com/api.github.com.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8381,10 +8381,12 @@ paths:
type: string
artifact_url:
type: string
nullable: true
registry_url:
type: string
repository:
type: string
nullable: true
status:
type: string
created_at:
Expand Down
Loading