{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-mediaconvert/refs/heads/main/json-structure/mediaconvert-api-vc3-interlace-mode-structure.json", "name": "Vc3InterlaceMode", "type": "string", "description": "Optional. Choose the scan line type for this output. If you don't specify a value, MediaConvert will create a progressive output.", "enum": [ "INTERLACED", "PROGRESSIVE" ] }