interface DatasetSummary {
    dataset_id: string;
    editors: string[];
    versions: DatasetVersionSummary[];
}

Properties

dataset_id: string

The Dataset ID

editors: string[]

The list of editors

The set of separate versions of the Dataset