{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-mediaconvert/refs/heads/main/json-structure/mediaconvert-api-vp8-rate-control-mode-structure.json", "name": "Vp8RateControlMode", "type": "string", "description": "With the VP8 codec, you can use only the variable bitrate (VBR) rate control mode.", "enum": [ "VBR" ] }