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