{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "HistogramInterval", "properties": { "bin": { "description": "Histogram bin", "format": "int32", "type": "integer" }, "count": { "description": "Histogram bin size", "format": "int32", "type": "integer" } }, "type": "object" }