Skip to content

Package

Defined in: core/package/Package.ts:9

Data Package interface built on top of the Frictionless Data specification

https://datapackage.org/standard/data-package/

[key: `${string}:${string}`]: any

optional $schema: string

Defined in: core/package/Package.ts:24

Package schema URL for validation


optional contributors: Contributor[]

Defined in: core/package/Package.ts:55

List of contributors


optional created: string

Defined in: core/package/Package.ts:71

Create time of the package

ISO 8601 format


optional description: string

Defined in: core/package/Package.ts:34

A description of the package


optional homepage: string

Defined in: core/package/Package.ts:39

A URL for the home page of the package


optional image: string

Defined in: core/package/Package.ts:76

Package image


optional keywords: string[]

Defined in: core/package/Package.ts:65

Keywords for the package


optional licenses: License[]

Defined in: core/package/Package.ts:50

License information


optional name: string

Defined in: core/package/Package.ts:19

Unique package identifier Should use lowercase alphanumeric characters, periods, hyphens, and underscores


resources: Resource[]

Defined in: core/package/Package.ts:13

Data resources in this package (required)


optional sources: Source[]

Defined in: core/package/Package.ts:60

Data sources for this package


optional title: string

Defined in: core/package/Package.ts:29

Human-readable title


optional version: string

Defined in: core/package/Package.ts:45

Version of the package using SemVer

"1.0.0"