{ "$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-mpeg2-codec-profile-schema.json", "title": "Mpeg2CodecProfile", "description": "Use Profile (Mpeg2CodecProfile) to set the MPEG-2 profile for the video output.", "type": "string", "enum": [ "MAIN", "PROFILE_422" ] }