Amazon MediaConnect · JSON Structure

Mediaconnect Api Add Flow Sources Request Structure

A request to add sources to the flow.

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

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

Properties

Sources

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-add-flow-sources-request-structure.json",
  "name": "AddFlowSourcesRequest",
  "type": "object",
  "description": "A request to add sources to the flow.",
  "properties": {
    "Sources": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__listOfSetSourceRequest"
        },
        {
          "xml": {
            "name": "sources"
          },
          "description": "A list of sources that you want to add."
        }
      ]
    }
  },
  "required": [
    "Sources"
  ]
}