-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdatapackage.json
More file actions
37 lines (37 loc) · 974 Bytes
/
datapackage.json
File metadata and controls
37 lines (37 loc) · 974 Bytes
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
{
"name": "data-mlats",
"title": "Mutual Legal Assistance Treaties",
"homepage": "https://mlat.info",
"version": "0.1.0",
"license": "PDDL-1.0",
"resources": [
{
"name": "mlats",
"path": "mlats.csv",
"format": "csv",
"mediatype": "text/csv",
"bytes": 90306,
"schema": {
"fields": [
{
"name": "Country",
"type": "string",
"description": ""
},
{
"name": "Mlat Name",
"type": "string",
"description": ""
},
{
"name": "Treaty // URL",
"type": "string",
"description": ""
}
]
}
}
],
"description": "MLATs are agreements between governments that facilitate the exchange of information relevant to an investigation happening in at least one of those countries",
"repository": "https://github.com/digitalfreedom/data-mlats.git"
}