Amazon MediaTailor · Schema

PlaybackMode

PlaybackMode schema from Amazon MediaTailor API

BroadcastingMedia ProcessingMedia
View JSON Schema on GitHub

JSON Schema

mediatailor-api-playback-mode-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-mediatailor/refs/heads/main/json-schema/mediatailor-api-playback-mode-schema.json",
  "title": "PlaybackMode",
  "description": "PlaybackMode schema from Amazon MediaTailor API",
  "type": "string",
  "enum": [
    "LOOP",
    "LINEAR"
  ]
}