{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-mediaconnect/refs/heads/main/json-structure/mediaconnect-api-update-bridge-source-response-structure.json", "name": "UpdateBridgeSourceResponse", "type": "object", "description": "UpdateBridgeSourceResponse schema from AWS Elemental MediaConnect API", "properties": { "BridgeArn": { "allOf": [ { "$ref": "#/components/schemas/__string" }, { "xml": { "name": "bridgeArn" }, "description": "The Amazon Resource Number (ARN) of the bridge." } ] }, "Source": { "allOf": [ { "$ref": "#/components/schemas/BridgeSource" }, { "xml": { "name": "source" } } ] } } }