Population Projection
Dataset schema
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"
}
}
} - "records":
} - "properties":
- "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":""
}
} - "time":
}
} - "fields":
} - "properties":
} - "population-projection":