-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdatapackage.json
42 lines (41 loc) · 1.06 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
41
42
{
"name": "food-comp-data-eng",
"title": "Food Composition Data France",
"format": "csv",
"datapackage_version": "1.0.0",
"last_modified": "2018-01-24",
"licenses": [{
"type": "ODC-PDDL-1.0",
"url": "http://opendatacommons.org/licenses/pddl/1.0/"
}],
"sources": [{
"name": "French Agency for food, environmental and occupational health safety",
"web": "https://pro.anses.fr/tableciqual/index.htm"
}],
"resources": [{
"path": "data/food-comp-data-eng.csv",
"schema": {
"fields": [{
"name": "Energie",
"description": "calories by KJ",
"type": "numeric"
}, {
"name": "Fiber",
"description": "Fiber by gram",
"type": "numeric"
}, {
"name": "Zinc",
"description": "Zinc mg",
"type": "numeric"
}, {
"name": "Limitation and exception",
"description": "Limitation and exception",
"type": "string"
}]
}
}],
"maintainers": [{
"name": "School of Data Switzerland",
"web": "https://www.schoolofdata.ch/"
}]
}