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 afab9d3 commit c737dd6Copy full SHA for c737dd6
scheme/schemebuilder_json.go
@@ -22,6 +22,9 @@ type SchemeJSON struct {
22
RangeMax int64 `json:"rangeMax,omitempty"`
23
DateFrom string `json:"dateFrom,omitempty"`
24
DateTo string `json:"dateTo,omitempty"`
25
+
26
+ // Extra metadata for UI or other purposes
27
+ Extra map[string]any `json:"extra,omitempty"`
28
}
29
30
func BuildScheme(js SchemeJSON) Scheme {
0 commit comments