{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-medialive/refs/heads/main/json-schema/medialive-api-input-maximum-bitrate-schema.json", "title": "InputMaximumBitrate", "description": "Maximum input bitrate in megabits per second. Bitrates up to 50 Mbps are supported currently.", "type": "string", "enum": [ "MAX_10_MBPS", "MAX_20_MBPS", "MAX_50_MBPS" ] }