Population Projection

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Year
               

No description available for this field.

Name (identifier)
time
Type
date
Sample
                       
Population
               

No description available for this field.

Name (identifier)
population_total_sp_pop_totl
Type
integer
Sample
                       
Indicator
               

No description available for this field.

Name (identifier)
indicator
Type
text
Sample
                       

JSON Schema

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

{
  • "title":"population-projection",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/population-projection"
      }
    ]
    ,
  • "definitions":
    {
    • "population-projection":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/population-projection_records"
            }
          }
        }
      }
      ,
    • "population-projection_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "time":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "population_total_sp_pop_totl":
              {
              • "type":"integer",
              • "title":"Population",
              • "description":""
              }
              ,
            • "indicator":
              {
              • "type":"string",
              • "title":"Indicator",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets