[mocks][xs]: add description and resource title into population mock data.
This commit is contained in:
@@ -19,9 +19,11 @@ const gdp = {
|
|||||||
const population = {
|
const population = {
|
||||||
"name": "population",
|
"name": "population",
|
||||||
"title": "World population data",
|
"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": [
|
"resources": [
|
||||||
{
|
{
|
||||||
"name": "population"
|
"name": "population",
|
||||||
|
"title": "Population data"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"organization": {
|
"organization": {
|
||||||
|
|||||||
Reference in New Issue
Block a user