{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-medialive/refs/heads/main/json-structure/medialive-api-h264-rate-control-mode-structure.json", "name": "H264RateControlMode", "type": "string", "description": "H264 Rate Control Mode", "enum": [ "CBR", "MULTIPLEX", "QVBR", "VBR" ] }