Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update OpenAPI 3.1 Descriptions #4541

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
13 changes: 13 additions & 0 deletions descriptions-next/api.github.com/api.github.com.2022-11-28.json
Original file line number Diff line number Diff line change
Expand Up @@ -112678,6 +112678,16 @@
],
"format": "date-time"
},
"digest": {
"type": [
"string",
"null"
],
"description": "The SHA256 digest of the artifact. This field will only be populated on artifacts uploaded with upload-artifact v4 or newer. For older versions, this field will be null.",
"examples": [
"sha256:cfc3236bdad15b5898bca8408945c9e19e1917da8704adc20eaa618444290a8c"
]
},
"workflow_run": {
"type": [
"object",
Expand Down Expand Up @@ -287696,6 +287706,7 @@
"created_at": "2020-01-10T14:59:22Z",
"expires_at": "2020-03-21T14:59:22Z",
"updated_at": "2020-02-21T14:59:22Z",
"digest": "sha256:cfc3236bdad15b5898bca8408945c9e19e1917da8704adc20eaa618444290a8c",
"workflow_run": {
"id": 2332938,
"repository_id": 1296269,
Expand All @@ -287715,6 +287726,7 @@
"created_at": "2020-01-10T14:59:22Z",
"expires_at": "2020-03-21T14:59:22Z",
"updated_at": "2020-02-21T14:59:22Z",
"digest": "sha256:cfc3236bdad15b5898bca8408945c9e19e1917da8704adc20eaa618444290a8c",
"workflow_run": {
"id": 2332942,
"repository_id": 1296269,
Expand All @@ -287738,6 +287750,7 @@
"created_at": "2020-01-10T14:59:22Z",
"expires_at": "2020-01-21T14:59:22Z",
"updated_at": "2020-01-21T14:59:22Z",
"digest": "sha256:cfc3236bdad15b5898bca8408945c9e19e1917da8704adc20eaa618444290a8c",
"workflow_run": {
"id": 2332938,
"repository_id": 1296269,
Expand Down
12 changes: 12 additions & 0 deletions descriptions-next/api.github.com/api.github.com.2022-11-28.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81813,6 +81813,15 @@ components:
- string
- 'null'
format: date-time
digest:
type:
- string
- 'null'
description: The SHA256 digest of the artifact. This field will only be
populated on artifacts uploaded with upload-artifact v4 or newer. For
older versions, this field will be null.
examples:
- sha256:cfc3236bdad15b5898bca8408945c9e19e1917da8704adc20eaa618444290a8c
workflow_run:
type:
- object
Expand Down Expand Up @@ -213148,6 +213157,7 @@ components:
created_at: '2020-01-10T14:59:22Z'
expires_at: '2020-03-21T14:59:22Z'
updated_at: '2020-02-21T14:59:22Z'
digest: sha256:cfc3236bdad15b5898bca8408945c9e19e1917da8704adc20eaa618444290a8c
workflow_run:
id: 2332938
repository_id: 1296269
Expand All @@ -213164,6 +213174,7 @@ components:
created_at: '2020-01-10T14:59:22Z'
expires_at: '2020-03-21T14:59:22Z'
updated_at: '2020-02-21T14:59:22Z'
digest: sha256:cfc3236bdad15b5898bca8408945c9e19e1917da8704adc20eaa618444290a8c
workflow_run:
id: 2332942
repository_id: 1296269
Expand All @@ -213182,6 +213193,7 @@ components:
created_at: '2020-01-10T14:59:22Z'
expires_at: '2020-01-21T14:59:22Z'
updated_at: '2020-01-21T14:59:22Z'
digest: sha256:cfc3236bdad15b5898bca8408945c9e19e1917da8704adc20eaa618444290a8c
workflow_run:
id: 2332938
repository_id: 1296269
Expand Down
13 changes: 13 additions & 0 deletions descriptions-next/api.github.com/api.github.com.json
Original file line number Diff line number Diff line change
Expand Up @@ -112678,6 +112678,16 @@
],
"format": "date-time"
},
"digest": {
"type": [
"string",
"null"
],
"description": "The SHA256 digest of the artifact. This field will only be populated on artifacts uploaded with upload-artifact v4 or newer. For older versions, this field will be null.",
"examples": [
"sha256:cfc3236bdad15b5898bca8408945c9e19e1917da8704adc20eaa618444290a8c"
]
},
"workflow_run": {
"type": [
"object",
Expand Down Expand Up @@ -287696,6 +287706,7 @@
"created_at": "2020-01-10T14:59:22Z",
"expires_at": "2020-03-21T14:59:22Z",
"updated_at": "2020-02-21T14:59:22Z",
"digest": "sha256:cfc3236bdad15b5898bca8408945c9e19e1917da8704adc20eaa618444290a8c",
"workflow_run": {
"id": 2332938,
"repository_id": 1296269,
Expand All @@ -287715,6 +287726,7 @@
"created_at": "2020-01-10T14:59:22Z",
"expires_at": "2020-03-21T14:59:22Z",
"updated_at": "2020-02-21T14:59:22Z",
"digest": "sha256:cfc3236bdad15b5898bca8408945c9e19e1917da8704adc20eaa618444290a8c",
"workflow_run": {
"id": 2332942,
"repository_id": 1296269,
Expand All @@ -287738,6 +287750,7 @@
"created_at": "2020-01-10T14:59:22Z",
"expires_at": "2020-01-21T14:59:22Z",
"updated_at": "2020-01-21T14:59:22Z",
"digest": "sha256:cfc3236bdad15b5898bca8408945c9e19e1917da8704adc20eaa618444290a8c",
"workflow_run": {
"id": 2332938,
"repository_id": 1296269,
Expand Down
12 changes: 12 additions & 0 deletions descriptions-next/api.github.com/api.github.com.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81813,6 +81813,15 @@ components:
- string
- 'null'
format: date-time
digest:
type:
- string
- 'null'
description: The SHA256 digest of the artifact. This field will only be
populated on artifacts uploaded with upload-artifact v4 or newer. For
older versions, this field will be null.
examples:
- sha256:cfc3236bdad15b5898bca8408945c9e19e1917da8704adc20eaa618444290a8c
workflow_run:
type:
- object
Expand Down Expand Up @@ -213148,6 +213157,7 @@ components:
created_at: '2020-01-10T14:59:22Z'
expires_at: '2020-03-21T14:59:22Z'
updated_at: '2020-02-21T14:59:22Z'
digest: sha256:cfc3236bdad15b5898bca8408945c9e19e1917da8704adc20eaa618444290a8c
workflow_run:
id: 2332938
repository_id: 1296269
Expand All @@ -213164,6 +213174,7 @@ components:
created_at: '2020-01-10T14:59:22Z'
expires_at: '2020-03-21T14:59:22Z'
updated_at: '2020-02-21T14:59:22Z'
digest: sha256:cfc3236bdad15b5898bca8408945c9e19e1917da8704adc20eaa618444290a8c
workflow_run:
id: 2332942
repository_id: 1296269
Expand All @@ -213182,6 +213193,7 @@ components:
created_at: '2020-01-10T14:59:22Z'
expires_at: '2020-01-21T14:59:22Z'
updated_at: '2020-01-21T14:59:22Z'
digest: sha256:cfc3236bdad15b5898bca8408945c9e19e1917da8704adc20eaa618444290a8c
workflow_run:
id: 2332938
repository_id: 1296269
Expand Down
Loading