Weaviate · JSON Structure

Weaviate Shard Status Structure

The status of a single shard

Type: object Properties: 1
Vector DatabaseAIMachine LearningSemantic SearchOpen SourceGraphQLKubernetes

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

Properties

status

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-shard-status-structure.json",
  "title": "ShardStatus",
  "description": "The status of a single shard",
  "type": "object",
  "properties": {
    "status": {
      "type": "str",
      "description": "Status of the shard"
    }
  }
}