CreateBrokerResponse schema from Amazon MQ API
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-mq/refs/heads/main/json-schema/mq-api-create-broker-response-schema.json", "title": "CreateBrokerResponse", "description": "CreateBrokerResponse schema from Amazon MQ API", "type": "object", "properties": { "BrokerArn": { "allOf": [ { "$ref": "#/components/schemas/__string" }, { "xml": { "name": "brokerArn" }, "description": "The broker's Amazon Resource Name (ARN)." } ] }, "BrokerId": { "allOf": [ { "$ref": "#/components/schemas/__string" }, { "xml": { "name": "brokerId" }, "description": "The unique ID that Amazon MQ generates for the broker." } ] } } }