BridgeSource

The bridge's source.

BroadcastingLive VideoMediaMedia Transport

Properties

Name Type Description
FlowSource object
NetworkSource object
View JSON Schema on GitHub

JSON Schema

mediaconnect-api-bridge-source-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-mediaconnect/refs/heads/main/json-schema/mediaconnect-api-bridge-source-schema.json",
  "title": "BridgeSource",
  "description": "The bridge's source.",
  "type": "object",
  "properties": {
    "FlowSource": {
      "allOf": [
        {
          "$ref": "#/components/schemas/BridgeFlowSource"
        },
        {
          "xml": {
            "name": "flowSource"
          }
        }
      ]
    },
    "NetworkSource": {
      "allOf": [
        {
          "$ref": "#/components/schemas/BridgeNetworkSource"
        },
        {
          "xml": {
            "name": "networkSource"
          }
        }
      ]
    }
  }
}