Amazon MediaLive · Schema

ReservationMaximumFramerate

Maximum framerate in frames per second (Outputs only)

BroadcastingMedia ProcessingMedia
View JSON Schema on GitHub

JSON Schema

medialive-api-reservation-maximum-framerate-schema.json Raw ↑
{
  "$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"
  ]
}