MovReference

Always keep the default value (SELF_CONTAINED) for this setting.

BroadcastingMedia ProcessingMedia
View JSON Schema on GitHub

JSON Schema

mediaconvert-api-mov-reference-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-mediaconvert/refs/heads/main/json-schema/mediaconvert-api-mov-reference-schema.json",
  "title": "MovReference",
  "description": "Always keep the default value (SELF_CONTAINED) for this setting.",
  "type": "string",
  "enum": [
    "SELF_CONTAINED",
    "EXTERNAL"
  ]
}