Files
old-pruning-excersise/test/fixtures/missing_indicators.json
2018-08-13 18:54:12 +02:00

47 lines
929 B
JSON

[
{
"id": 1,
"name": "Urban Extent",
"sub_themes": [
{
"categories": [
{
"id": 1
},
{
"id": 2,
"name": "Population",
"unit": "(thousands)"
},
{
"id": 3,
"name": "Population density",
"unit": "(people per sq. km.)"
}
],
"id": 1,
"name": "Administrative"
},
{
"categories": [
{
"id": 4,
"name": "Area",
"unit": "(sq. km.)"
},
{
"id": 5,
"name": "Population",
"unit": "(thousands)"
},
{
"id": 6,
"name": "Population density",
"unit": "(people per sq. km.)"
}
],
"id": 2,
"name": "Built up"
}]
}
]