-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdatapackage.json
38 lines (38 loc) · 1021 Bytes
/
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
{
"name": "stdlib-datasets-us-states-capitals",
"version": "",
"title": "US State Capitals",
"description": "A list of US state capitals in alphabetical order according to state name.",
"resources": [
{
"name": "us-states-capitals-json",
"title": "US State Capitals",
"description": "A list of US state capitals in alphabetical order according to state name.",
"format": "json",
"mediatype": "application/json",
"encoding": "UTF-8",
"hash": "",
"path": "./data/data.json"
},
{
"name": "us-states-capitals-txt",
"title": "US State Capitals",
"description": "A list of US state capitals in alphabetical order according to state name.",
"format": "text",
"mediatype": "plain/text",
"encoding": "UTF-8",
"hash": "",
"path": "./data/data.txt"
}
],
"sources": [],
"keywords": [
"list",
"us",
"united",
"states",
"capitals",
"names"
],
"license": "PDDL-1.0 AND CC0-1.0"
}