{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-eventbridge-pipes/refs/heads/main/json-schema/amazon-eventbridge-pipes-mq-broker-access-credentials-schema.json", "title": "MQBrokerAccessCredentials", "description": "The Secrets Manager secret that stores your broker credentials.", "type": "object", "properties": { "BasicAuth": { "allOf": [ { "$ref": "#/components/schemas/SecretManagerArn" }, { "description": "The ARN of the Secrets Manager secret." } ] } } }