Weaviate · JSON Structure

Weaviate Nodes Status Response Structure

The status of all of the Weaviate nodes

Type: object Properties: 1
Vector DatabaseAIMachine LearningSemantic SearchOpen SourceGraphQLKubernetes

Weaviate Nodes Status Response 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

nodes

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-nodes-status-response-structure.json",
  "title": "NodesStatusResponse",
  "description": "The status of all of the Weaviate nodes",
  "type": "object",
  "properties": {
    "nodes": {
      "type": "array"
    }
  }
}