From 247fcbe8a82c3e68799d61cc6332f9b2c7f7a955 Mon Sep 17 00:00:00 2001 From: Ola Rubaj Date: Mon, 27 Jul 2026 12:39:37 +0200 Subject: [PATCH] Add has_solutions metadata --- datapackage.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/datapackage.json b/datapackage.json index 84a095f..936d4a0 100644 --- a/datapackage.json +++ b/datapackage.json @@ -119,5 +119,8 @@ ], "title": "Country, Regional and World GDP (Gross Domestic Product)", "version": "2026", - "collection": "economic-data" + "collection": "economic-data", + "has_solutions": [ + "global-country-region-reference-data" + ] } \ No newline at end of file