Estimated Saudi death by gender and age group (5 years)
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"estimated-saudi-death-by-gender-and-age-group-5-years-2011-2022",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/estimated-saudi-death-by-gender-and-age-group-5-years-2011-2022"
}
] - "definitions":{
- "estimated-saudi-death-by-gender-and-age-group-5-years-2011-2022":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/estimated-saudi-death-by-gender-and-age-group-5-years-2011-2022_records"
}
}
} - "records":
} - "properties":
- "estimated-saudi-death-by-gender-and-age-group-5-years-2011-2022_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "year_time":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "age_engl":,{
- "type":"string",
- "title":"Age group",
- "description":""
} - "sex_engl":,{
- "type":"string",
- "title":"Gender",
- "description":""
} - "total_death_obsv":,{
- "type":"integer",
- "title":"Estimated Number of Deaths",
- "description":""
} - "total_population_obsv":{
- "type":"integer",
- "title":"Total Population",
- "description":""
}
} - "year_time":
}
} - "fields":
} - "properties":
} - "estimated-saudi-death-by-gender-and-age-group-5-years-2011-2022":