package sensorconfig import "encoding/json" type SensorConfigSchedule struct { Interval json.Number `json:"interval,omitempty"` }