WHO household energy database
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"who_householdenergydatabase",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/who_householdenergydatabase"
}
] - "definitions":{
- "who_householdenergydatabase":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/who_householdenergydatabase_records"
}
}
} - "records":
} - "properties":
- "who_householdenergydatabase_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "indicator":,{
- "type":"string",
- "title":"Indicator",
- "description":""
} - "parentlocation":,{
- "type":"string",
- "title":"Region",
- "description":""
} - "location":,{
- "type":"string",
- "title":"Country",
- "description":""
} - "period":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "dim1":,{
- "type":"string",
- "title":"Residence Area Type",
- "description":""
} - "dim2":,{
- "type":"string",
- "title":"Fuel type",
- "description":""
} - "factvaluenumeric":,{
- "type":"number",
- "title":"Value",
- "description":""
} - "factvaluenumericlow":,{
- "type":"number",
- "title":"Value -Low",
- "description":""
} - "factvaluenumerichigh":,{
- "type":"number",
- "title":"Value-High",
- "description":""
} - "value":{
- "type":"string",
- "title":"Value-Range",
- "description":""
}
} - "indicator":
}
} - "fields":
} - "properties":
} - "who_householdenergydatabase":