{ "$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-cluster-response-schema.json", "title": "DescribeClusterResponse", "description": "DescribeClusterResponse schema from Amazon MSK API", "type": "object", "properties": { "ClusterInfo": { "allOf": [ { "$ref": "#/components/schemas/ClusterInfo" }, { "xml": { "name": "clusterInfo" }, "description": "\n
The cluster information.
" } ] } } }