Skip to content

Commit

Permalink
Add 'collection' key with value 'reference-data'
Browse files Browse the repository at this point in the history
  • Loading branch information
olayway committed Oct 11, 2024
1 parent c87f0b4 commit 2a1f5ea
Showing 1 changed file with 18 additions and 5 deletions.
23 changes: 18 additions & 5 deletions datapackage.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,25 +63,38 @@
"title": "Country list",
"path": "/core/country-list",
"publisher": "core",
"formats": ["CSV", "JSON"]
"formats": [
"CSV",
"JSON"
]
},
{
"title": "Continent codes",
"path": "/core/continent-codes",
"publisher": "core",
"formats": ["CSV", "JSON"]
"formats": [
"CSV",
"JSON"
]
},
{
"title": "Airport codes",
"path": "/core/airport-codes",
"publisher": "core",
"formats": ["CSV", "JSON"]
"formats": [
"CSV",
"JSON"
]
},
{
"title": "Language codes",
"path": "/core/language-codes",
"publisher": "core",
"formats": ["CSV", "JSON"]
"formats": [
"CSV",
"JSON"
]
}
]
],
"collection": "reference-data"
}

0 comments on commit 2a1f5ea

Please sign in to comment.