Amazon MediaTailor · JSON Structure

Mediatailor Api Playback Mode Structure

PlaybackMode schema from Amazon MediaTailor API

Type: string Properties: 0
BroadcastingMedia ProcessingMedia

PlaybackMode is a JSON Structure definition published by Amazon MediaTailor. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

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