{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-mediaconvert/refs/heads/main/json-structure/mediaconvert-api-update-preset-response-structure.json", "name": "UpdatePresetResponse", "type": "object", "description": "UpdatePresetResponse schema from Amazon MediaConvert API", "properties": { "Preset": { "allOf": [ { "$ref": "#/components/schemas/Preset" }, { "xml": { "name": "preset" }, "description": "A preset is a collection of preconfigured media conversion settings that you want MediaConvert to apply to the output during the conversion process." } ] } } }