schema.datapackageschema.md
January 18, 2023 ยท View on GitHub
Home > @datashaper/schema > DataPackageSchema
DataPackageSchema interface
Defines a Data Package, which is a collection of data resources such as files and schemas. Loosely based on the Frictionless spec, but modified where needed to meet our needs. https://specs.frictionlessdata.io/data-package/
Signature:
export interface DataPackageSchema extends Named
Extends: Named
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| $schema | string | ||
| profile | KnownProfile.DataPackage | ||
| resources | (string | ResourceSchema)[] | List of Resources that make up the data package. May also be a list of raw strings which are paths to Resource files in the bundle. |