Skip to content

Commit a8e5c4a

Browse files
committed
fix dataset type
Signed-off-by: Grant Linville <[email protected]>
1 parent f8b1552 commit a8e5c4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

datasets.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ type DatasetMeta struct {
1818

1919
type Dataset struct {
2020
DatasetMeta `json:",inline"`
21-
BaseDir string `json:"baseDir,omitempty"`
22-
Elements map[string]DatasetElement `json:"elements"`
21+
BaseDir string `json:"baseDir,omitempty"`
22+
Elements map[string]DatasetElementMeta `json:"elements"`
2323
}
2424

2525
type datasetRequest struct {

0 commit comments

Comments
 (0)