type DemoRule struct {
Period int `label:"Period" json:"period,required" description:"The period of the function, in seconds" default:"3600"`
Count int `label:"Count" json:"count,required" enum:"[1, 2, 4, 8, 16]" description:"The Count of the series" default:"8"`
}