Interface Metadata

Various metadata associated with a dataset

interface Metadata {
    authors?: string[];
    description?: string;
    name: string;
    references?: string[];
}

Properties

authors?: string[]

authors of the dataset

description?: string

description of the dataset

name: string

dataset name

references?: string[]

academic references related to this dataset