Weaviate · JSON Structure

Weaviate Replication Shard Replicas Structure

Represents a shard and lists the nodes that currently host its replicas.

Type: object Properties: 2
Vector DatabaseAIMachine LearningSemantic SearchOpen SourceGraphQLKubernetes

Weaviate Replication Shard Replicas Structure is a JSON Structure definition published by Weaviate, describing 2 properties. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Properties

shard replicas

Meta-schema: https://json-structure.org/meta/extended/v0/#

JSON Structure

Raw ↑
{
  "$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"
    }
  }
}