Amazon MediaConnect · JSON Structure

Mediaconnect Api Bridge Source Structure

The bridge's source.

Type: object Properties: 2
BroadcastingLive VideoMediaMedia Transport

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

Properties

FlowSource NetworkSource

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-bridge-source-structure.json",
  "name": "BridgeSource",
  "type": "object",
  "description": "The bridge's source.",
  "properties": {
    "FlowSource": {
      "allOf": [
        {
          "$ref": "#/components/schemas/BridgeFlowSource"
        },
        {
          "xml": {
            "name": "flowSource"
          }
        }
      ]
    },
    "NetworkSource": {
      "allOf": [
        {
          "$ref": "#/components/schemas/BridgeNetworkSource"
        },
        {
          "xml": {
            "name": "networkSource"
          }
        }
      ]
    }
  }
}