{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "CsVserverStats", "type": "object", "properties": { "name": { "type": "string" }, "primaryipaddress": { "type": "string" }, "primaryport": { "type": "integer" }, "state": { "type": "string" }, "curclntconnections": { "type": "number" }, "cursrvrconnections": { "type": "number" }, "establishedconn": { "type": "number" }, "tothits": { "type": "number" }, "hitsrate": { "type": "number" }, "totalrequests": { "type": "number" }, "requestsrate": { "type": "number" }, "totalresponses": { "type": "number" }, "responsesrate": { "type": "number" }, "totalrequestbytes": { "type": "number" }, "totalresponsebytes": { "type": "number" }, "totalpktsrecvd": { "type": "number" }, "totalpktssent": { "type": "number" }, "totspillovers": { "type": "number" }, "labelledconn": { "type": "number" } } }