{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-mediaconvert/refs/heads/main/json-structure/mediaconvert-api-mpeg2-gop-size-units-structure.json", "name": "Mpeg2GopSizeUnits", "type": "string", "description": "Specify the units for GOP size (GopSize). If you don't specify a value here, by default the encoder measures GOP size in frames.", "enum": [ "FRAMES", "SECONDS" ] }