records
Census 2021 - Population by single year of age and sex
Dataset schema
Click to expand Click to collapse
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
{
- "title":"census-2021-leicester-population-by-single-year-of-age-and-sex",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/census-2021-leicester-population-by-single-year-of-age-and-sex"
}
] - "definitions":{
- "census-2021-leicester-population-by-single-year-of-age-and-sex":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/census-2021-leicester-population-by-single-year-of-age-and-sex_records"
}
}
} - "records":
} - "properties":
- "census-2021-leicester-population-by-single-year-of-age-and-sex_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "sex":,{
- "type":"string",
- "title":"Sex",
- "description":""
} - "age_single_year":,{
- "type":"integer",
- "title":"Age (single year)",
- "description":""
} - "age_band_5_year":,{
- "type":"string",
- "title":"Age band (5 year)",
- "description":""
} - "population":,{
- "type":"integer",
- "title":"Population",
- "description":""
} - "leicester_percentage_of_total_population":,{
- "type":"number",
- "title":"Leicester percentage of total population",
- "description":"",
- "unit":"%"
} - "england_percentage_of_total_population":{
- "type":"number",
- "title":"England percentage of total population",
- "description":"",
- "unit":"%"
}
} - "sex":
}
} - "fields":
} - "properties":
} - "census-2021-leicester-population-by-single-year-of-age-and-sex":
}