{ "$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-operation-response-structure.json", "name": "DescribeClusterOperationResponse", "type": "object", "description": "DescribeClusterOperationResponse schema from Amazon MSK API", "properties": { "ClusterOperationInfo": { "allOf": [ { "$ref": "#/components/schemas/ClusterOperationInfo" }, { "xml": { "name": "clusterOperationInfo" }, "description": "\n

Cluster operation information

" } ] } } }