{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-mq/refs/heads/main/json-structure/mq-api-configurations-structure.json", "name": "Configurations", "type": "object", "description": "Broker configuration information", "properties": { "Current": { "allOf": [ { "$ref": "#/components/schemas/ConfigurationId" }, { "xml": { "name": "current" }, "description": "The broker's current configuration." } ] }, "History": { "allOf": [ { "$ref": "#/components/schemas/__listOfConfigurationId" }, { "xml": { "name": "history" }, "description": "The history of configurations applied to the broker." } ] }, "Pending": { "allOf": [ { "$ref": "#/components/schemas/ConfigurationId" }, { "xml": { "name": "pending" }, "description": "The broker's pending configuration." } ] } } }