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