{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-medialive/refs/heads/main/json-structure/medialive-api-update-channel-class-request-structure.json", "name": "UpdateChannelClassRequest", "type": "object", "description": "Channel class that the channel should be updated to.", "properties": { "ChannelClass": { "allOf": [ { "$ref": "#/components/schemas/ChannelClass" }, { "xml": { "name": "channelClass" }, "description": "The channel class that you wish to update this channel to use." } ] }, "Destinations": { "allOf": [ { "$ref": "#/components/schemas/__listOfOutputDestination" }, { "xml": { "name": "destinations" }, "description": "A list of output destinations for this channel." } ] } }, "required": [ "ChannelClass" ] }