{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/UtilizationMetricsT2Blr", "title": "UtilizationMetricsT2Blr", "type": "object", "properties": { "peakCpu": { "type": "number", "example": 69.75, "description": "Peak CPU usage during the time interval." }, "avgCpu": { "type": "number", "example": 57.89, "description": "Average CPU usage during the time interval." }, "activeCalls": { "type": "number", "example": 142, "description": "Maximum active calls at a point in the time interval." }, "activePrivateCalls": { "type": "number", "example": 15, "description": "Maximum active private calls at a point in the time interval." } } }