{ "$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-info-structure.json", "name": "ClusterOperationStepInfo", "type": "object", "description": "\n
State information about the operation step.
", "properties": { "StepStatus": { "allOf": [ { "$ref": "#/components/schemas/__string" }, { "xml": { "name": "stepStatus" }, "description": "\nThe steps current status.
" } ] } } }