{ "$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-list-brokers-response-schema.json", "title": "ListBrokersResponse", "description": "ListBrokersResponse schema from Amazon MQ API", "type": "object", "properties": { "BrokerSummaries": { "allOf": [ { "$ref": "#/components/schemas/__listOfBrokerSummary" }, { "xml": { "name": "brokerSummaries" }, "description": "A list of information about all brokers." } ] }, "NextToken": { "allOf": [ { "$ref": "#/components/schemas/__string" }, { "xml": { "name": "nextToken" }, "description": "The token that specifies the next page of results Amazon MQ should return. To request the first page, leave nextToken empty." } ] } } }