Amazon MediaLive · Schema

M2tsEbpPlacement

M2ts Ebp Placement

BroadcastingMedia ProcessingMedia
View JSON Schema on GitHub

JSON Schema

medialive-api-m2ts-ebp-placement-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-m2ts-ebp-placement-schema.json",
  "title": "M2tsEbpPlacement",
  "description": "M2ts Ebp Placement",
  "type": "string",
  "enum": [
    "VIDEO_AND_AUDIO_PIDS",
    "VIDEO_PID"
  ]
}