{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-msk/refs/heads/main/json-schema/msk-api-broker-software-info-schema.json", "title": "BrokerSoftwareInfo", "description": "\n

Information about the current software installed on the cluster.

", "type": "object", "properties": { "ConfigurationArn": { "allOf": [ { "$ref": "#/components/schemas/__string" }, { "xml": { "name": "configurationArn" }, "description": "\n

The Amazon Resource Name (ARN) of the configuration used for the cluster. This field isn't visible in this preview release.

" } ] }, "ConfigurationRevision": { "allOf": [ { "$ref": "#/components/schemas/__long" }, { "xml": { "name": "configurationRevision" }, "description": "\n

The revision of the configuration to use. This field isn't visible in this preview release.

" } ] }, "KafkaVersion": { "allOf": [ { "$ref": "#/components/schemas/__string" }, { "xml": { "name": "kafkaVersion" }, "description": "\n

The version of Apache Kafka.

" } ] } } }