{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "MetricsResponse", "type": "object", "description": "Response wrapper containing an array of available metrics and their metadata.", "properties": { "data": { "type": "array", "description": "Array of metric objects representing the metrics that can be requested from the fundamentals APIs." } } }