{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-msk/refs/heads/main/json-structure/msk-api-describe-cluster-v2-response-structure.json", "name": "DescribeClusterV2Response", "type": "object", "description": "DescribeClusterV2Response schema from Amazon MSK API", "properties": { "ClusterInfo": { "allOf": [ { "$ref": "#/components/schemas/Cluster" }, { "xml": { "name": "clusterInfo" }, "description": "\n
The cluster information.
" } ] } } }