Energy Consumption and Number of Customers by Sector-(Category)
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"energy-consumption-and-number-of-consumers-by-sector",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/energy-consumption-and-number-of-consumers-by-sector"
}
] - "definitions":{
- "energy-consumption-and-number-of-consumers-by-sector":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/energy-consumption-and-number-of-consumers-by-sector_records"
}
}
} - "records":
} - "properties":
- "energy-consumption-and-number-of-consumers-by-sector_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "year":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "classification":,{
- "type":"string",
- "title":"Classification",
- "description":""
} - "sector_category":,{
- "type":"string",
- "title":"Sector (Category)",
- "description":""
} - "company":,{
- "type":"string",
- "title":"Company",
- "description":""
} - "value":{
- "type":"number",
- "title":"Value (GWh)",
- "description":""
}
} - "year":
}
} - "fields":
} - "properties":
} - "energy-consumption-and-number-of-consumers-by-sector":