{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-medialive/refs/heads/main/json-schema/medialive-api-output-destination-schema.json", "title": "OutputDestination", "description": "Placeholder documentation for OutputDestination", "type": "object", "properties": { "Id": { "allOf": [ { "$ref": "#/components/schemas/__string" }, { "xml": { "name": "id" }, "description": "User-specified id. This is used in an output group or an output." } ] }, "MediaPackageSettings": { "allOf": [ { "$ref": "#/components/schemas/__listOfMediaPackageOutputDestinationSettings" }, { "xml": { "name": "mediaPackageSettings" }, "description": "Destination settings for a MediaPackage output; one destination for both encoders." } ] }, "MultiplexSettings": { "allOf": [ { "$ref": "#/components/schemas/MultiplexProgramChannelDestinationSettings" }, { "xml": { "name": "multiplexSettings" }, "description": "Destination settings for a Multiplex output; one destination for both encoders." } ] }, "Settings": { "allOf": [ { "$ref": "#/components/schemas/__listOfOutputDestinationSettings" }, { "xml": { "name": "settings" }, "description": "Destination settings for a standard output; one destination for each redundant encoder." } ] } } }