From 836e5ed0b7d1eb6a9f8faef92916657c440edac9 Mon Sep 17 00:00:00 2001 From: "Anuar Ustayev (aka Anu)" Date: Fri, 3 Jan 2025 12:01:04 +0500 Subject: [PATCH] Added description, premium, collection and data solution attributes. --- datapackage.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/datapackage.json b/datapackage.json index aef8756..c753ecf 100644 --- a/datapackage.json +++ b/datapackage.json @@ -109,5 +109,9 @@ } ], "title": "Airport Codes", - "version": "0.2.0" -} \ No newline at end of file + "description": "Data contains the list of all airport codes, the attributes are listed in the table schema. Some of the columns contain attributes identifying airport locations, other codes (IATA, local if exist) that are relevant to identification of an airport.", + "version": "0.2.0", + "has_premium": true, + "collection": "reference-data", + "has_solutions": ["global-geo-data"] +}