package schema type Device struct { Name string `json:"name"` Tasks []*Task `json:"tasks"` Globals []*Global `json:"globals"` }