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