Schema Dictionary

The following list shows the supported fields in Datalabs data package.

  • resources: Resources is a list of JSON objects describing a raw file. Each resource in a resources array have the following fields:

    • path: Url to file location

    • pathType: The type of the path to the file ==> Remote | Local

    • name: Name of the resource. Can be the uploaded file name.

    • format: Resource format ==> csv | json | txt

    • encoding: Encoding type for file. e.g utf-8

    • hash: MD5 hash of the file.

  • name: Name of dataset

  • topic: The topic the dataset belongs to.

  • title: Title of the dataset for display in UI

  • description: Description of the dataset

  • access: If the file is public or private ==> public | private

  • attribution: Credit for data source

  • attribution_link: url to data source

  • version: The current version of the dataset

  • author: The id of for the author who uploaded the dataset

  • createdAt: Date when the dataset was uploaded

  • updatedAt: Date when the dataset was last updated

  • updatedLastBy: Id of the last user who updated the file

Last updated

Was this helpful?