{ "$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-vp8-quality-tuning-level-schema.json", "title": "Vp8QualityTuningLevel", "description": "Optional. Use Quality tuning level (qualityTuningLevel) to choose how you want to trade off encoding speed for output video quality. The default behavior is faster, lower quality, multi-pass encoding.", "type": "string", "enum": [ "MULTI_PASS", "MULTI_PASS_HQ" ] }