pull/398/merge
Dave Cunningham 10 years ago
commit 877e99d0d7

@ -115,7 +115,7 @@ type ChartFile struct {
type Chart struct {
Name string `json:"name"`
Expander *Expander `json:"expander"`
Schema interface{} `json:"schema"`
Schema string `json:"schema"`
Files []*ChartFile `json:"files"`
}

Loading…
Cancel
Save