Electricity Consumption by Sectors
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"electricity-consumption-by-sectors",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/electricity-consumption-by-sectors"
}
] - "definitions":{
- "electricity-consumption-by-sectors":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/electricity-consumption-by-sectors_records"
}
}
} - "records":
} - "properties":
- "electricity-consumption-by-sectors_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "year":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "region":,{
- "type":"string",
- "title":"Region",
- "description":""
} - "sector":,{
- "type":"string",
- "title":"Sector",
- "description":""
} - "electricity_consumption_mwh":,{
- "type":"number",
- "title":"Electricity Consumption (MWh)",
- "description":""
} - "name":,{
- "type":"string",
- "title":"Name",
- "description":""
} - "date_object":,{
- "type":"string",
- "format":"date",
- "title":"Date_Object",
- "description":""
} - "periodicity":{
- "type":"string",
- "title":"Periodicity",
- "description":""
}
} - "year":
}
} - "fields":
} - "properties":
} - "electricity-consumption-by-sectors":