File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
packages/openapi/api/definitions Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments