{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "StatisticValue", "type": "object", "properties": { "ssid": { "type": "string" }, "value": { "type": "string" }, "timestamp": { "type": "string" }, "unit": { "type": "string" } } }