File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -9122,6 +9122,12 @@ components:
91229122 maxItems: 11
91239123 type: array
91249124 multiChannelAction:
9125+ anyOf:
9126+ - $ref: "#/components/schemas/rbmActionBase"
9127+ - $ref: "#/components/schemas/rbmActionDial"
9128+ - $ref: "#/components/schemas/rbmActionViewLocation"
9129+ - $ref: "#/components/schemas/multiChannelActionCalendarEvent"
9130+ - $ref: "#/components/schemas/rbmActionOpenUrl"
91259131 discriminator:
91269132 mapping:
91279133 REPLY: "#/components/schemas/rbmActionBase"
@@ -9131,12 +9137,6 @@ components:
91319137 OPEN_URL: "#/components/schemas/rbmActionOpenUrl"
91329138 REQUEST_LOCATION: "#/components/schemas/rbmActionBase"
91339139 propertyName: type
9134- oneOf:
9135- - $ref: "#/components/schemas/rbmActionBase"
9136- - $ref: "#/components/schemas/rbmActionDial"
9137- - $ref: "#/components/schemas/rbmActionViewLocation"
9138- - $ref: "#/components/schemas/multiChannelActionCalendarEvent"
9139- - $ref: "#/components/schemas/rbmActionOpenUrl"
91409140 multiChannelChannelListObjectBase:
91419141 properties:
91429142 from:
Original file line number Diff line number Diff line change @@ -2490,7 +2490,7 @@ components:
24902490 $ref : ' #/components/schemas/multiChannelAction'
24912491 maxItems : 11
24922492 multiChannelAction :
2493- oneOf :
2493+ anyOf :
24942494 - $ref : ' #/components/schemas/rbmActionBase'
24952495 - $ref : ' #/components/schemas/rbmActionDial'
24962496 - $ref : ' #/components/schemas/rbmActionViewLocation'
You can’t perform that action at this time.
0 commit comments