Skip to content

Commit 9e8e7bd

Browse files
committed
Fix media-types resource path and format metadata
1 parent 8deb8fe commit 9e8e7bd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

datapackage.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
"resources": [
2020
{
2121
"name": "media-types",
22-
"path": "media-types.csv",
22+
"path": "data/media-types.csv",
23+
"format": "csv",
2324
"mediatype": "text/csv",
2425
"bytes": 207474,
2526
"schema": {
@@ -49,4 +50,4 @@
4950
}
5051
],
5152
"collection": "reference-data"
52-
}
53+
}

0 commit comments

Comments
 (0)