{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "NodeInfo", "type": "object", "properties": { "version": { "type": "string" }, "lua_version": { "type": "string" }, "tagline": { "type": "string" }, "hostname": { "type": "string" }, "node_id": { "type": "string" }, "timers": { "type": "object" }, "plugins": { "type": "object" }, "configuration": { "type": "object" } } }