From 1f43f7da3f2362b0be7c0c0896ebccb771d46ead Mon Sep 17 00:00:00 2001 From: Ola Rubaj <52197250+olayway@users.noreply.github.com> Date: Mon, 4 May 2026 12:58:18 +0200 Subject: [PATCH] feat: add resource descriptions to datapackage --- datapackage.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/datapackage.json b/datapackage.json index 344c29d..8bc9220 100644 --- a/datapackage.json +++ b/datapackage.json @@ -75,7 +75,8 @@ "description": "GDP in current USD trillions" } ] - } + }, + "description": "Annual GDP in current USD trillions for the world's 10 largest economies since 2000, derived from World Bank data." }, { "name": "gdp", @@ -100,7 +101,8 @@ "type": "number" } ] - } + }, + "description": "Annual GDP in current US dollars for countries, regions, and the world since 1960, sourced from the World Bank." } ], "sources": [ @@ -113,4 +115,4 @@ "title": "Country, Regional and World GDP (Gross Domestic Product)", "version": "2026", "collection": "economic-data" -} \ No newline at end of file +}