Amazon MediaConnect · JSON Structure

Mediaconnect Api __List Of Offering Structure

__listOfOffering schema from AWS Elemental MediaConnect API

Type: array Properties: 0
BroadcastingLive VideoMediaMedia Transport

__listOfOffering is a JSON Structure definition published by Amazon MediaConnect. 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-mediaconnect/refs/heads/main/json-structure/mediaconnect-api-__list-of-offering-structure.json",
  "name": "__listOfOffering",
  "type": "array",
  "description": "__listOfOffering schema from AWS Elemental MediaConnect API",
  "items": {
    "$ref": "#/components/schemas/Offering"
  }
}