{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "StatisticSet", "type": "object", "properties": { "SampleCount": { "type": "number" }, "Sum": { "type": "number" }, "Minimum": { "type": "number" }, "Maximum": { "type": "number" } } }