{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "NodeStatus", "type": "object", "description": "Status information about the Kong Gateway node.", "properties": { "database": { "type": "object" }, "memory": { "type": "object" }, "server": { "type": "object" }, "configuration_hash": { "type": "string" } } }