{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-mq/refs/heads/main/json-structure/mq-api-configuration-id-structure.json", "name": "ConfigurationId", "type": "object", "description": "

A list of information about the configuration.

Does not apply to RabbitMQ brokers.

", "properties": { "Id": { "allOf": [ { "$ref": "#/components/schemas/__string" }, { "xml": { "name": "id" }, "description": "Required. The unique ID that Amazon MQ generates for the configuration." } ] }, "Revision": { "allOf": [ { "$ref": "#/components/schemas/__integer" }, { "xml": { "name": "revision" }, "description": "The revision number of the configuration." } ] } }, "required": [ "Id" ] }