{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ServerInfo", "type": "object", "properties": { "version": { "type": "string" }, "buildNumber": { "type": "string" }, "uptime": { "type": "string" }, "javaVersion": { "type": "string" } } }