{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "MetricDataCollection", "type": "object", "description": "Collection of metric data points.", "properties": { "items": { "type": "array" } } }