Amazon MediaConnect · JSON Structure

Mediaconnect Api Purchase Offering Request Structure

A request to purchase a offering.

Type: object Properties: 2 Required: 2
BroadcastingLive VideoMediaMedia Transport

PurchaseOfferingRequest is a JSON Structure definition published by Amazon MediaConnect, describing 2 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

ReservationName Start

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-purchase-offering-request-structure.json",
  "name": "PurchaseOfferingRequest",
  "type": "object",
  "description": "A request to purchase a offering.",
  "properties": {
    "ReservationName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "reservationName"
          },
          "description": "The name that you want to use for the reservation."
        }
      ]
    },
    "Start": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "start"
          },
          "description": "The date and time that you want the reservation to begin, in Coordinated Universal Time (UTC). You can specify any date and time between 12:00am on the first day of the current month to the current time on today's date, inclusive. Specify the start in a 24-hour notation. Use the following format: YYYY-MM-DDTHH:mm:SSZ, where T and Z are literal characters. For example, to specify 11:30pm on March 5, 2020, enter 2020-03-05T23:30:00Z."
        }
      ]
    }
  },
  "required": [
    "Start",
    "ReservationName"
  ]
}