Skip to content

Commit fe9e752

Browse files
committed
Change to external references
1 parent 56175e5 commit fe9e752

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
@@ -7633,6 +7633,17 @@
76337633
}
76347634
}
76357635
},
7636+
"PayloadExternalReference": {
7637+
"type": "object",
7638+
"properties": {
7639+
"sizeBytes": {
7640+
"type": "string",
7641+
"format": "int64",
7642+
"title": "Size in bytes of the externally stored object"
7643+
}
7644+
},
7645+
"description": "Describes an externally stored object referenced by this Payload."
7646+
},
76367647
"PendingActivityInfoPauseInfo": {
76377648
"type": "object",
76387649
"properties": {
@@ -11464,17 +11475,6 @@
1146411475
}
1146511476
}
1146611477
},
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-
},
1147811478
"v1ExternalWorkflowExecutionCancelRequestedEventAttributes": {
1147911479
"type": "object",
1148011480
"properties": {

openapi/openapiv3.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8343,13 +8343,6 @@ 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
83538346
ExternalWorkflowExecutionCancelRequestedEventAttributes:
83548347
type: object
83558348
properties:
@@ -9797,6 +9790,13 @@ components:
97979790
Represents some binary (byte array) data (ex: activity input parameters or workflow result) with
97989791
metadata which describes this binary data (format, encoding, encryption, etc). Serialization
97999792
of the data may be user-defined.
9793+
Payload_ExternalReference:
9794+
type: object
9795+
properties:
9796+
sizeBytes:
9797+
type: string
9798+
description: Size in bytes of the externally stored object
9799+
description: Describes an externally stored object referenced by this Payload.
98009800
Payloads:
98019801
type: object
98029802
properties:

0 commit comments

Comments
 (0)