{ "$schema": "https://json-structure.org/meta/extended/v0/#", "$id": "https://api-evangelist.github.io/weaviate/json-structure/weaviate-replication-shard-replicas-structure.json", "title": "ReplicationShardReplicas", "description": "Represents a shard and lists the nodes that currently host its replicas.", "type": "object", "properties": { "shard": { "type": "str" }, "replicas": { "type": "array" } } }