The cluster statistics of all of the Weaviate nodes
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/weaviate/json-schema/weaviate-cluster-statistics-response-schema.json", "title": "ClusterStatisticsResponse", "description": "The cluster statistics of all of the Weaviate nodes", "type": "object", "properties": { "statistics": { "type": "array", "items": { "$ref": "#/components/schemas/Statistics" } }, "synchronized": { "type": "boolean" } } }