Skip to content

Commit 4030023

Browse files
committed
Commit openapi spec
1 parent a236aa5 commit 4030023

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

openapi/openapiv2.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11464,6 +11464,17 @@
1146411464
}
1146511465
}
1146611466
},
11467+
"v1ExternalPayload": {
11468+
"type": "object",
11469+
"properties": {
11470+
"sizeBytes": {
11471+
"type": "string",
11472+
"format": "int64",
11473+
"title": "Size in bytes of the externally stored object"
11474+
}
11475+
},
11476+
"title": "Metadata describing an externally stored object that can be referenced by Payload"
11477+
},
1146711478
"v1ExternalWorkflowExecutionCancelRequestedEventAttributes": {
1146811479
"type": "object",
1146911480
"properties": {

openapi/openapiv3.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8343,6 +8343,13 @@ components:
83438343
$ref: '#/components/schemas/StartWorkflowExecutionResponse'
83448344
updateWorkflow:
83458345
$ref: '#/components/schemas/UpdateWorkflowExecutionResponse'
8346+
ExternalPayload:
8347+
type: object
8348+
properties:
8349+
sizeBytes:
8350+
type: string
8351+
description: Size in bytes of the externally stored object
8352+
description: Metadata describing an externally stored object that can be referenced by Payload
83468353
ExternalWorkflowExecutionCancelRequestedEventAttributes:
83478354
type: object
83488355
properties:

0 commit comments

Comments
 (0)