{ "$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-update-bridge-state-response-schema.json", "title": "UpdateBridgeStateResponse", "description": "UpdateBridgeStateResponse 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." } ] }, "DesiredState": { "allOf": [ { "$ref": "#/components/schemas/DesiredState" }, { "xml": { "name": "desiredState" }, "description": "The state of the bridge. ACTIVE or STANDBY." } ] } } }