Weaviate · Schema

ShardStatusList

The status of all the shards of a Class

Vector DatabaseAIMachine LearningSemantic SearchOpen SourceGraphQLKubernetes
View JSON Schema on GitHub

JSON Schema

weaviate-shardstatuslist-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ShardStatusList",
  "title": "ShardStatusList",
  "type": "array",
  "description": "The status of all the shards of a Class",
  "items": {
    "$ref": "#/components/schemas/ShardStatusGetResponse"
  }
}