Amazon MediaPackage · JSON Structure

Mediapackage Api Profile Structure

Profile schema from Amazon MediaPackage API

Type: string Properties: 0
BroadcastingMedia ProcessingMedia

Profile is a JSON Structure definition published by Amazon MediaPackage. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-mediapackage/refs/heads/main/json-structure/mediapackage-api-profile-structure.json",
  "name": "Profile",
  "type": "string",
  "description": "Profile schema from Amazon MediaPackage API",
  "enum": [
    "NONE",
    "HBBTV_1_5",
    "HYBRIDCAST",
    "DVB_DASH_2014"
  ]
}