{ "$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-cluster-operation-step-info-schema.json", "title": "ClusterOperationStepInfo", "description": "\n

State information about the operation step.

", "type": "object", "properties": { "StepStatus": { "allOf": [ { "$ref": "#/components/schemas/__string" }, { "xml": { "name": "stepStatus" }, "description": "\n

The steps current status.

" } ] } } }