Housing units electrical energy consumption by season and region
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"housing-units-electrical-energy-consumption-by-season-and-region",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/housing-units-electrical-energy-consumption-by-season-and-region"
}
] - "definitions":{
- "housing-units-electrical-energy-consumption-by-season-and-region":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/housing-units-electrical-energy-consumption-by-season-and-region_records"
}
}
} - "records":
} - "properties":
- "housing-units-electrical-energy-consumption-by-season-and-region_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "consumption_season":,{
- "type":"string",
- "title":"Consumption Season",
- "description":""
} - "year":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "region":,{
- "type":"string",
- "title":"Region",
- "description":""
} - "housing_units_electrical_energy_consumption":{
- "type":"number",
- "title":"Electrical Energy Consumption in kWh",
- "description":""
}
} - "consumption_season":
}
} - "fields":
} - "properties":
} - "housing-units-electrical-energy-consumption-by-season-and-region":