Population Estimates by Gender and Age Group
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"population-by-age-group-2014-2015",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/population-by-age-group-2014-2015"
}
] - "definitions":{
- "population-by-age-group-2014-2015":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/population-by-age-group-2014-2015_records"
}
}
} - "records":
} - "properties":
- "population-by-age-group-2014-2015_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "date":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "age_group":,{
- "type":"string",
- "title":"Age Group",
- "description":""
} - "gender":,{
- "type":"string",
- "title":"Gender",
- "description":""
} - "value":{
- "type":"integer",
- "title":"Population",
- "description":""
}
} - "date":
}
} - "fields":
} - "properties":
} - "population-by-age-group-2014-2015":