Amazon MediaLive · Schema

ContentType

Specifies the media type of the thumbnail.

BroadcastingMedia ProcessingMedia
View JSON Schema on GitHub

JSON Schema

medialive-api-content-type-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-content-type-schema.json",
  "title": "ContentType",
  "description": "Specifies the media type of the thumbnail.",
  "type": "string",
  "enum": [
    "image/jpeg"
  ]
}