-
Notifications
You must be signed in to change notification settings - Fork 12
/
datapackage.json
52 lines (52 loc) · 1.13 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
{
"title": "Media Types",
"name": "media-types",
"description": "List of Media Types, Media Subtypes, and their extensions.",
"licenses": [
{
"name": "ODC-PDDL-1.0",
"path": "http://opendatacommons.org/licenses/pddl/",
"title": "Open Data Commons Public Domain Dedication and License v1.0"
}
],
"sources": [
{
"name": "IANA",
"path": "http://www.iana.org/assignments/media-types/media-types.xhtml",
"title": "IANA"
}
],
"resources": [
{
"name": "media-types",
"path": "media-types.csv",
"mediatype": "text/csv",
"bytes": 207474,
"schema": {
"fields": [
{
"name": "Media Type",
"type": "string"
},
{
"name": "Type",
"type": "string"
},
{
"name": "Subtype",
"type": "string"
},
{
"name": "Template",
"type": "string"
},
{
"name": "Extensions",
"type": "string"
}
]
}
}
],
"collection": "reference-data"
}