The bridge's source.
{ "$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" } } ] } } }