diff --git a/datapackage.json b/datapackage.json index 2c39dc3f68..82ba68fa80 100644 --- a/datapackage.json +++ b/datapackage.json @@ -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" -} \ No newline at end of file +}