IHME Adult Mortality Estimates
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"ihme-adult-mortality-estimates-between-1970-and-2010",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/ihme-adult-mortality-estimates-between-1970-and-2010"
}
] - "definitions":{
- "ihme-adult-mortality-estimates-between-1970-and-2010":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/ihme-adult-mortality-estimates-between-1970-and-2010_records"
}
}
} - "records":
} - "properties":
- "ihme-adult-mortality-estimates-between-1970-and-2010_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "date":,{
- "type":"string",
- "format":"date",
- "title":"DATE",
- "description":""
} - "location_name":,{
- "type":"string",
- "title":"LOCATION_NAME",
- "description":""
} - "frequency":,{
- "type":"string",
- "title":"FREQUENCY",
- "description":""
} - "location_id":,{
- "type":"string",
- "title":"LOCATION_ID",
- "description":""
} - "variable_name":,{
- "type":"string",
- "title":"VARIABLE_NAME",
- "description":""
} - "value":,{
- "type":"number",
- "title":"VALUE",
- "description":""
} - "variable_definition":,{
- "type":"string",
- "title":"VARIABLE_DEFINITION",
- "description":""
} - "variable_id":{
- "type":"string",
- "title":"VARIABLE_ID",
- "description":""
}
} - "date":
}
} - "fields":
} - "properties":
} - "ihme-adult-mortality-estimates-between-1970-and-2010":