{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ReplicationShardingStateResponse", "title": "ReplicationShardingStateResponse", "type": "object", "description": "Provides the detailed sharding state for one or more collections, including the distribution of shards and their replicas across the cluster nodes.", "properties": { "shardingState": { "$ref": "#/components/schemas/ReplicationShardingState" } } }