Weaviate · Schema

ShardStatus

The status of a single shard

Vector DatabaseAIMachine LearningSemantic SearchOpen SourceGraphQLKubernetes

Properties

Name Type Description
status string Status of the shard
View JSON Schema on GitHub

JSON Schema

weaviate-shardstatus-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ShardStatus",
  "title": "ShardStatus",
  "description": "The status of a single shard",
  "properties": {
    "status": {
      "type": "string",
      "description": "Status of the shard"
    }
  }
}