From 322dd4930947df603cd87f7a758df7efaef31c69 Mon Sep 17 00:00:00 2001 From: anuveyatsu Date: Fri, 12 Jun 2020 17:55:24 +0600 Subject: [PATCH] [mocks][xs]: add description and resource title into population mock data. --- mocks/index.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mocks/index.js b/mocks/index.js index 9bec2389..aa9885a6 100644 --- a/mocks/index.js +++ b/mocks/index.js @@ -19,9 +19,11 @@ const gdp = { const population = { "name": "population", "title": "World population data", + "notes": "Population figures for countries, regions (e.g. Asia) and the world. Data comes originally from World Bank and has been converted into standard CSV.", "resources": [ { - "name": "population" + "name": "population", + "title": "Population data" } ], "organization": {