-
Notifications
You must be signed in to change notification settings - Fork 15
/
datapackage.json
54 lines (54 loc) · 1.45 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
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "unece-package-codes",
"title": "UNECE/CEFACT package codes",
"licensces": [
{
"name": "ODC-PDDL-1.0",
"path": "http://opendatacommons.org/licenses/pddl/",
"title": "Open Data Commons Public Domain Dedication and License v1.0"
}
],
"description": "Coded representations of the package type names used in International Trade (UNECE/CEFACT Trade Facilitation Recommendation No.21)",
"version": "12.0.0",
"sources": [
{
"name": "UNECE",
"path": "https://unece.org/trade/uncefact/cl-recommendations",
"title": "UNECE"
}
],
"resources": [
{
"path": "data/data.csv",
"name": "data",
"schema": {
"fields": [
{
"name": "Status",
"type": "string",
"description": "+ (newly added); X (to be removed); | (changed characteristics); # (name changed); = (Reinstated)"
},
{
"name": "Code",
"type": "string",
"description": "A 2 character alpha numeric code value agreed by the UN/CEFACT content management group",
"pattern": "[A-Z]{2}"
},
{
"name": "Name",
"type": "string"
},
{
"name": "Description",
"type": "string"
},
{
"name": "Numeric code",
"type": "string"
}
]
}
}
],
"collection": "reference-data"
}