-
Notifications
You must be signed in to change notification settings - Fork 0
/
datapackage.json
40 lines (40 loc) · 1.2 KB
/
datapackage.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "data-toc",
"title": "Digital Freedom - Data Packages",
"homepage": "https://github.com/digitalfreedom/data-toc",
"version": "0.1.0",
"license": "PDDL-1.0",
"resources": [{
"name": "toc",
"path": "toc.csv",
"format": "csv",
"mediatype": "text/csv",
"bytes": 785,
"schema": {
"fields": [{
"name": "key",
"type": "string",
"description": "A two letter key used in other packages"
},{
"name": "name",
"type": "string",
"description": "Name of data package"
},{
"name": "description",
"type": "string",
"description": "A short description of what this datapackage does"
},{
"name": "repository",
"type": "string",
"description": "Git repository of data package"
},{
"name": "data_package",
"type": "string",
"description": "URL to datapackage.json file"
}]
}
}
],
"description": "a data package of table of contents of other packages for Digital Freedom",
"repository": "git://github.com/digitalfreedom/data-toc.git"
}