Skip to content

Commit 0b601af

Browse files
author
Ivan Maretić
committed
fix: add payload to rundown and segment
1 parent 9200d89 commit 0b601af

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

packages/openapi/api/definitions/ingest.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1101,12 +1101,15 @@ components:
11011101
type: array
11021102
items:
11031103
$ref: '#/components/schemas/segment'
1104+
payload:
1105+
type: object
1106+
additionalProperties: true
11041107
required:
11051108
- externalId
11061109
- name
11071110
- type
11081111
- resyncUrl
1109-
- timing
1112+
- segments
11101113
additionalProperties: false
11111114
rundownResponse:
11121115
type: object
@@ -1175,10 +1178,14 @@ components:
11751178
type: array
11761179
items:
11771180
$ref: '#/components/schemas/part'
1181+
payload:
1182+
type: object
1183+
additionalProperties: true
11781184
required:
11791185
- externalId
11801186
- name
11811187
- rank
1188+
- parts
11821189
additionalProperties: false
11831190
segmentResponse:
11841191
type: object

0 commit comments

Comments
 (0)