{ "$schema": "https://json-structure.org/meta/extended/v0/#", "$id": "https://api-evangelist.github.io/weaviate/json-structure/weaviate-cluster-statistics-response-structure.json", "title": "ClusterStatisticsResponse", "description": "The cluster statistics of all of the Weaviate nodes", "type": "object", "properties": { "statistics": { "type": "array" }, "synchronized": { "type": "bool" } } }