Amazon MediaLive · Schema

SmoothGroupEventIdMode

Smooth Group Event Id Mode

BroadcastingMedia ProcessingMedia
View JSON Schema on GitHub

JSON Schema

medialive-api-smooth-group-event-id-mode-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-smooth-group-event-id-mode-schema.json",
  "title": "SmoothGroupEventIdMode",
  "description": "Smooth Group Event Id Mode",
  "type": "string",
  "enum": [
    "NO_EVENT_ID",
    "USE_CONFIGURED",
    "USE_TIMESTAMP"
  ]
}