{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "NodeStatus", "type": "object", "properties": { "database": { "type": "object" }, "memory": { "type": "object" }, "server": { "type": "object" }, "configuration_hash": { "type": "string" } } }