{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-msk/refs/heads/main/json-structure/msk-api-cluster-operation-step-structure.json", "name": "ClusterOperationStep", "type": "object", "description": "\n
Step taken during a cluster operation.
", "properties": { "StepInfo": { "allOf": [ { "$ref": "#/components/schemas/ClusterOperationStepInfo" }, { "xml": { "name": "stepInfo" }, "description": "\nInformation about the step and its status.
" } ] }, "StepName": { "allOf": [ { "$ref": "#/components/schemas/__string" }, { "xml": { "name": "stepName" }, "description": "\nThe name of the step.
" } ] } } }