We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2f6c0f commit 60d135fCopy full SHA for 60d135f
schema/point.go
@@ -132,3 +132,12 @@ type HistoryCOVThreshold struct {
132
Title string `json:"title" default:"History COV Threshold"`
133
Default *float64 `json:"default" default:"0.01"`
134
}
135
+
136
+type MeasurementUnit struct {
137
+ Type string `json:"type" default:"string"`
138
+ Title string `json:"title" default:"Units"`
139
+ Help string `json:"help" default:"Measurement Units"`
140
+ Default string `json:"default" default:""`
141
+ Options []string `json:"enum" default:"[]"`
142
+ EnumName []string `json:"enumNames" default:"[]"`
143
+}
0 commit comments