{ "$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-response-schema.json", "title": "AddBridgeSourcesResponse", "description": "AddBridgeSourcesResponse schema from AWS Elemental MediaConnect API", "type": "object", "properties": { "BridgeArn": { "allOf": [ { "$ref": "#/components/schemas/__string" }, { "xml": { "name": "bridgeArn" }, "description": "The Amazon Resource Number (ARN) of the bridge." } ] }, "Sources": { "allOf": [ { "$ref": "#/components/schemas/__listOfBridgeSource" }, { "xml": { "name": "sources" }, "description": "The sources that you added to this bridge." } ] } } }