{ "$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-describe-configuration-response-schema.json", "title": "DescribeConfigurationResponse", "description": "DescribeConfigurationResponse schema from Amazon MSK API", "type": "object", "properties": { "Arn": { "allOf": [ { "$ref": "#/components/schemas/__string" }, { "xml": { "name": "arn" }, "description": "\n

The Amazon Resource Name (ARN) of the configuration.

" } ] }, "CreationTime": { "allOf": [ { "$ref": "#/components/schemas/__timestampIso8601" }, { "xml": { "name": "creationTime" }, "description": "\n

The time when the configuration was created.

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

The description of the configuration.

" } ] }, "KafkaVersions": { "allOf": [ { "$ref": "#/components/schemas/__listOf__string" }, { "xml": { "name": "kafkaVersions" }, "description": "\n

The versions of Apache Kafka with which you can use this MSK configuration.

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

Latest revision of the configuration.

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

The name of the configuration.

" } ] }, "State": { "allOf": [ { "$ref": "#/components/schemas/ConfigurationState" }, { "xml": { "name": "state" }, "description": "\n

The state of the configuration. The possible states are ACTIVE, DELETING, and DELETE_FAILED.

" } ] } } }