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