{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/albertsons/refs/heads/main/json-structure/retail-media-api-performance-metrics-response-structure.json", "name": "Performance Metrics Response", "description": "Collection of performance metric data points.", "type": "object", "properties": { "metrics": { "type": "array", "items": { "$ref": "#/components/schemas/PerformanceMetric" }, "description": "Array of performance metric data points." }, "total": { "type": "integer", "description": "Total number of metric records returned.", "example": 31 } } }