{ "$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-configuration-id-schema.json", "title": "ConfigurationId", "description": "

A list of information about the configuration.

Does not apply to RabbitMQ brokers.

", "type": "object", "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" ] }