Amazon MediaLive · Schema

OfferingType

Offering type, e.g. 'NO_UPFRONT'

BroadcastingMedia ProcessingMedia
View JSON Schema on GitHub

JSON Schema

medialive-api-offering-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-offering-type-schema.json",
  "title": "OfferingType",
  "description": "Offering type, e.g. 'NO_UPFRONT'",
  "type": "string",
  "enum": [
    "NO_UPFRONT"
  ]
}