Population at Mid Year by Age Groups, Nationality and Gender
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"population-at-mid-year-by-age-groups-nationality-and-gender",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/population-at-mid-year-by-age-groups-nationality-and-gender"
}
] - "definitions":{
- "population-at-mid-year-by-age-groups-nationality-and-gender":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/population-at-mid-year-by-age-groups-nationality-and-gender_records"
}
}
} - "records":
} - "properties":
- "population-at-mid-year-by-age-groups-nationality-and-gender_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "time_period":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "age_group":,{
- "type":"string",
- "title":"Age group",
- "description":""
} - "citizenship":,{
- "type":"string",
- "title":"Citizenship",
- "description":""
} - "sex":,{
- "type":"string",
- "title":"Gender",
- "description":""
} - "population":{
- "type":"integer",
- "title":"Population",
- "description":""
}
} - "time_period":
}
} - "fields":
} - "properties":
} - "population-at-mid-year-by-age-groups-nationality-and-gender":