{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "MetricDataPoint", "type": "object", "properties": { "timestamp": { "type": "string" }, "value": { "type": "number" }, "min": { "type": "number" }, "max": { "type": "number" }, "avg": { "type": "number" } } }