@dpkit/core
Version:
Fast TypeScript data management framework built on top of the Data Package standard and Polars DataFrames
43 lines (42 loc) • 813 B
JSON
{
"profile": "https://specs.frictionlessdata.io/schemas/data-package.json",
"id": "id",
"name": "name",
"title": "title",
"description": "description",
"keywords": ["keyword1", "keyword2"],
"version": "1.0",
"homepage": "http://example.com",
"image": "http://example.com/image.png",
"created": "2017-01-01T00:00:00Z",
"licenses": [
{
"name": "MIT",
"title": "MIT"
}
],
"sources": [
{
"path": "path",
"title": "title",
"email": "email"
}
],
"contributors": [
{
"title": "title",
"path": "path",
"email": "email"
}
],
"resources": [
{
"type": "table",
"name": "name",
"format": "csv",
"path": "table.csv",
"dialect": "dialect.json",
"schema": "schema.json"
}
]
}