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:19

Package schema URL for validation


optional contributors: Contributor[]

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

List of contributors


optional created: string

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

Create time of the package

ISO 8601 format


optional description: string

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

A description of the package


optional homepage: string

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

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:60

Keywords for the package


optional licenses: License[]

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

License information


optional name: string

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

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


resources: Resource[]

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

Data resources in this package (required)


optional sources: Source[]

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

Data sources for this package


optional title: string

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

Human-readable title


optional version: string

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

Version of the package using SemVer

"1.0.0"