{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "OlapChartResponse", "type": "object", "properties": { "dataPoints": { "$ref": "#/components/schemas/OlapHistoryValuesByTimestamps" } }, "required": [ "dataPoints" ] }