{ "$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-egress-gateway-bridge-request-schema.json", "title": "AddEgressGatewayBridgeRequest", "description": "AddEgressGatewayBridgeRequest schema from AWS Elemental MediaConnect API", "type": "object", "properties": { "MaxBitrate": { "allOf": [ { "$ref": "#/components/schemas/__integer" }, { "xml": { "name": "maxBitrate" }, "description": "The maximum expected bitrate (in bps)." } ] } }, "required": [ "MaxBitrate" ] }