Skip to content

Commit

Permalink
Merge pull request #41 from datasets/fix/metadata-related-attribute
Browse files Browse the repository at this point in the history
Remove "related" attribute as it is now redundant.
  • Loading branch information
sabas authored Dec 23, 2024
2 parents f297885 + 86f96dc commit 0b3dbaa
Showing 1 changed file with 1 addition and 39 deletions.
40 changes: 1 addition & 39 deletions datapackage.json
Original file line number Diff line number Diff line change
Expand Up @@ -181,43 +181,5 @@
}
}
],
"related": [
{
"title": "Country list",
"path": "/core/country-list",
"publisher": "core",
"formats": [
"CSV",
"JSON"
]
},
{
"title": "Country codes",
"path": "/core/country-codes",
"publisher": "core",
"formats": [
"CSV",
"JSON"
]
},
{
"title": "Airport codes",
"path": "/core/airport-codes",
"publisher": "core",
"formats": [
"CSV",
"JSON"
]
},
{
"title": "Language codes",
"path": "/core/language-codes",
"publisher": "core",
"formats": [
"CSV",
"JSON"
]
}
],
"collection": "logistics-data"
}
}

0 comments on commit 0b3dbaa

Please sign in to comment.