Skip to content

Commit 99cb346

Browse files
committed
Change to external references
1 parent 4932a58 commit 99cb346

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

openapi/openapiv2.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7648,6 +7648,17 @@
76487648
}
76497649
}
76507650
},
7651+
"PayloadExternalReference": {
7652+
"type": "object",
7653+
"properties": {
7654+
"sizeBytes": {
7655+
"type": "string",
7656+
"format": "int64",
7657+
"title": "Size in bytes of the externally stored object"
7658+
}
7659+
},
7660+
"description": "Describes an externally stored object referenced by this Payload."
7661+
},
76517662
"PendingActivityInfoPauseInfo": {
76527663
"type": "object",
76537664
"properties": {
@@ -11487,17 +11498,6 @@
1148711498
}
1148811499
}
1148911500
},
11490-
"v1ExternalPayload": {
11491-
"type": "object",
11492-
"properties": {
11493-
"sizeBytes": {
11494-
"type": "string",
11495-
"format": "int64",
11496-
"title": "Size in bytes of the externally stored object"
11497-
}
11498-
},
11499-
"title": "Metadata describing an externally stored object that can be referenced by Payload"
11500-
},
1150111501
"v1ExternalWorkflowExecutionCancelRequestedEventAttributes": {
1150211502
"type": "object",
1150311503
"properties": {

openapi/openapiv3.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8349,13 +8349,6 @@ components:
83498349
$ref: '#/components/schemas/StartWorkflowExecutionResponse'
83508350
updateWorkflow:
83518351
$ref: '#/components/schemas/UpdateWorkflowExecutionResponse'
8352-
ExternalPayload:
8353-
type: object
8354-
properties:
8355-
sizeBytes:
8356-
type: string
8357-
description: Size in bytes of the externally stored object
8358-
description: Metadata describing an externally stored object that can be referenced by Payload
83598352
ExternalWorkflowExecutionCancelRequestedEventAttributes:
83608353
type: object
83618354
properties:
@@ -9830,6 +9823,13 @@ components:
98309823
Represents some binary (byte array) data (ex: activity input parameters or workflow result) with
98319824
metadata which describes this binary data (format, encoding, encryption, etc). Serialization
98329825
of the data may be user-defined.
9826+
Payload_ExternalReference:
9827+
type: object
9828+
properties:
9829+
sizeBytes:
9830+
type: string
9831+
description: Size in bytes of the externally stored object
9832+
description: Describes an externally stored object referenced by this Payload.
98339833
Payloads:
98349834
type: object
98359835
properties:

0 commit comments

Comments
 (0)