Amazon MediaTailor · JSON Structure

Mediatailor Api Request Outputs Structure

An object that represents an object in the CreateChannel request.

Type: array Properties: 0
BroadcastingMedia ProcessingMedia

RequestOutputs is a JSON Structure definition published by Amazon MediaTailor. 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-mediatailor/refs/heads/main/json-structure/mediatailor-api-request-outputs-structure.json",
  "name": "RequestOutputs",
  "type": "array",
  "description": "An object that represents an object in the CreateChannel request.",
  "items": {
    "$ref": "#/components/schemas/RequestOutputItem"
  }
}