Population growth by region

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Year
               

No description available for this field.

Name (identifier)
year_time
Type
date
Sample
                       
Region
               

No description available for this field.

Name (identifier)
region_engl
Type
text
Sample
                       
Population Growth in %
               

No description available for this field.

Name (identifier)
obs_value_obsv
Type
decimal
Unit
%
Sample
                       

JSON Schema

The following JSON object is a standardized description of your dataset's schema. More about JSON schema.

{
  • "title":"population-growth-by-region-2011-2022",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/population-growth-by-region-2011-2022"
      }
    ]
    ,
  • "definitions":
    {
    • "population-growth-by-region-2011-2022":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/population-growth-by-region-2011-2022_records"
            }
          }
        }
      }
      ,
    • "population-growth-by-region-2011-2022_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year_time":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "region_engl":
              {
              • "type":"string",
              • "title":"Region",
              • "description":""
              }
              ,
            • "obs_value_obsv":
              {
              • "type":"number",
              • "title":"Population Growth in %",
              • "description":"",
              • "unit":"%"
              }
            }
          }
        }
      }
    }
}

Similar datasets