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/
Extends
Section titled “Extends”Indexable
Section titled “Indexable”[key
: `${string}:${string}`
]: any
Properties
Section titled “Properties”$schema?
Section titled “$schema?”
optional
$schema:string
Defined in: core/package/Package.ts:19
Package schema URL for validation
contributors?
Section titled “contributors?”
optional
contributors:Contributor
[]
Defined in: core/package/Package.ts:50
List of contributors
created?
Section titled “created?”
optional
created:string
Defined in: core/package/Package.ts:66
Create time of the package
Format
Section titled “Format”ISO 8601 format
description?
Section titled “description?”
optional
description:string
Defined in: core/package/Package.ts:29
A description of the package
homepage?
Section titled “homepage?”
optional
homepage:string
Defined in: core/package/Package.ts:34
A URL for the home page of the package
image?
Section titled “image?”
optional
image:string
Defined in: core/package/Package.ts:76
Package image
keywords?
Section titled “keywords?”
optional
keywords:string
[]
Defined in: core/package/Package.ts:60
Keywords for the package
licenses?
Section titled “licenses?”
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
Section titled “resources”resources:
Resource
[]
Defined in: core/package/Package.ts:71
Data resources in this package (required)
sources?
Section titled “sources?”
optional
sources:Source
[]
Defined in: core/package/Package.ts:55
Data sources for this package
title?
Section titled “title?”
optional
title:string
Defined in: core/package/Package.ts:24
Human-readable title
version?
Section titled “version?”
optional
version:string
Defined in: core/package/Package.ts:40
Version of the package using SemVer
Example
Section titled “Example”"1.0.0"