{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/EventsHeatMapRowAggregationResult", "title": "EventsHeatMapRowAggregationResult", "additionalProperties": false, "properties": { "row": { "title": "Row", "type": "integer" }, "value": { "title": "Value", "type": "integer" } }, "required": [ "row", "value" ], "type": "object" }