{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/HeatmapResponseItem", "title": "HeatmapResponseItem", "type": "object", "properties": { "count": { "type": "integer" }, "pointer_y": { "type": "integer" }, "pointer_relative_x": { "type": "number", "format": "double" }, "pointer_target_fixed": { "type": "boolean" } }, "required": [ "count", "pointer_relative_x", "pointer_target_fixed", "pointer_y" ] }