Population 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-sex-and-age-group",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/population-by-sex-and-age-group"
}
] - "definitions":{
- "population-by-sex-and-age-group":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/population-by-sex-and-age-group_records"
}
}
} - "records":
} - "properties":
- "population-by-sex-and-age-group_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "year":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "region_subregion_country_or_area":,{
- "type":"string",
- "title":"Region, subregion, country or area *",
- "description":""
} - "type":,{
- "type":"string",
- "title":"Region Type",
- "description":""
} - "gender":,{
- "type":"string",
- "title":"Gender",
- "description":""
} - "age_group":,{
- "type":"string",
- "title":"Age group",
- "description":""
} - "value":{
- "type":"integer",
- "title":"Population",
- "description":""
}
} - "year":
}
} - "fields":
} - "properties":
} - "population-by-sex-and-age-group":