{ "$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-bridge-sources-request-structure.json", "name": "AddBridgeSourcesRequest", "type": "object", "description": "A request to add sources to the specified bridge.", "properties": { "Sources": { "allOf": [ { "$ref": "#/components/schemas/__listOfAddBridgeSourceRequest" }, { "xml": { "name": "sources" }, "description": "The sources that you want to add to this bridge." } ] } }, "required": [ "Sources" ] }