Adjust chart representation to have schema as a separate file on disk.

pull/398/head
Dave Cunningham 10 years ago
parent f73a6ba33c
commit 93b5f1860f

@ -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