{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "Radio", "type": "object", "properties": { "index": { "type": "integer" }, "macaddr": { "type": "string" }, "band": { "type": "number" }, "channel": { "type": "string" }, "power": { "type": "integer" }, "tx_power": { "type": "integer" }, "utilization": { "type": "integer" }, "noise_floor": { "type": "integer" }, "status": { "type": "string" } } }