{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-mediaconvert/refs/heads/main/json-schema/mediaconvert-api-output-channel-mapping-schema.json", "title": "OutputChannelMapping", "description": "OutputChannel mapping settings.", "type": "object", "properties": { "InputChannels": { "allOf": [ { "$ref": "#/components/schemas/__listOf__integerMinNegative60Max6" }, { "xml": { "name": "inputChannels" }, "description": "Use this setting to specify your remix values when they are integers, such as -10, 0, or 4." } ] }, "InputChannelsFineTune": { "allOf": [ { "$ref": "#/components/schemas/__listOf__doubleMinNegative60Max6" }, { "xml": { "name": "inputChannelsFineTune" }, "description": "Use this setting to specify your remix values when they have a decimal component, such as -10.312, 0.08, or 4.9. MediaConvert rounds your remixing values to the nearest thousandth." } ] } } }