{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "VxmlServerStatus", "type": "object", "properties": { "hostname": { "type": "string" }, "status": { "type": "string" }, "uptime": { "type": "string" }, "version": { "type": "string" }, "activeSessions": { "type": "integer" }, "maxSessions": { "type": "integer" }, "threadPool": { "type": "object" }, "cpuUsage": { "type": "number" }, "memoryUsage": { "type": "object" }, "deployedApplications": { "type": "integer" }, "timestamp": { "type": "string" } } }