{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ClusterOperations", "title": "ClusterOperations", "anyOf": [ { "$ref": "#/components/schemas/MoveShardOperation" }, { "$ref": "#/components/schemas/ReplicateShardOperation" }, { "$ref": "#/components/schemas/AbortTransferOperation" }, { "$ref": "#/components/schemas/DropReplicaOperation" }, { "$ref": "#/components/schemas/CreateShardingKeyOperation" }, { "$ref": "#/components/schemas/DropShardingKeyOperation" }, { "$ref": "#/components/schemas/RestartTransferOperation" }, { "$ref": "#/components/schemas/StartReshardingOperation" }, { "$ref": "#/components/schemas/AbortReshardingOperation" }, { "$ref": "#/components/schemas/ReplicatePointsOperation" } ] }