forked from datopian/datahub-health
-
Notifications
You must be signed in to change notification settings - Fork 0
/
content.json
55 lines (55 loc) · 1.48 KB
/
content.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
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"meta": {
"version": 1,
"ownerid": "%(ownerid)s",
"owner": "%(owner)s",
"dataset": "basic-csv",
"findability": "unlisted"
},
"inputs": [
{
"kind": "datapackage",
"url": "https://raw.githubusercontent.com/frictionlessdata/test-data/master/packages/basic-csv/datapackage.json",
"parameters": {
"resource-mapping": {
"comma.csv": "https://raw.githubusercontent.com/frictionlessdata/test-data/master/packages/basic-csv/comma.csv"
},
"descriptor": {
"name": "basic-csv",
"resources": [
{
"path": "comma.csv",
"pathType": "local",
"name": "comma-separated",
"format": "csv",
"mediatype": "text/csv",
"schema": {
"fields": [
{
"name": "number",
"type": "integer",
"format": "default"
},
{
"name": "string",
"type": "string",
"format": "default"
},
{
"name": "boolean",
"type": "boolean",
"format": "default"
}
],
"missingValues": [
""
]
},
"encoding": "ISO-8859-1"
}
]
}
}
}
]
}