Maximum framerate in frames per second (Outputs only)
{ "$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-reservation-maximum-framerate-schema.json", "title": "ReservationMaximumFramerate", "description": "Maximum framerate in frames per second (Outputs only)", "type": "string", "enum": [ "MAX_30_FPS", "MAX_60_FPS" ] }