Population estimated median age by gender and nationality
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"population-estimated-median-age-by-gender-and-nationality-2010-2022",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/population-estimated-median-age-by-gender-and-nationality-2010-2022"
}
] - "definitions":{
- "population-estimated-median-age-by-gender-and-nationality-2010-2022":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/population-estimated-median-age-by-gender-and-nationality-2010-2022_records"
}
}
} - "records":
} - "properties":
- "population-estimated-median-age-by-gender-and-nationality-2010-2022_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "year_time":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "nationality_engl":,{
- "type":"string",
- "title":"Nationality",
- "description":""
} - "sex_engl":,{
- "type":"string",
- "title":"Gender",
- "description":""
} - "obs_value_obsv":{
- "type":"integer",
- "title":"Population estimated Median Age",
- "description":""
}
} - "year_time":
}
} - "fields":
} - "properties":
} - "population-estimated-median-age-by-gender-and-nationality-2010-2022":