Electrical Energy Sold by Consumption Type
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"electrical-energy-sold-by-consumption-type-gwh-",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/electrical-energy-sold-by-consumption-type-gwh-"
}
] - "definitions":{
- "electrical-energy-sold-by-consumption-type-gwh-":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/electrical-energy-sold-by-consumption-type-gwh-_records"
}
}
} - "records":
} - "properties":
- "electrical-energy-sold-by-consumption-type-gwh-_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "year":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "region":,{
- "type":"string",
- "title":"Region",
- "description":""
} - "type":,{
- "type":"string",
- "title":"Type",
- "description":""
} - "sold_elec_energy":{
- "type":"number",
- "title":"Sold Elec. Energy",
- "description":""
}
} - "year":
}
} - "fields":
} - "properties":
} - "electrical-energy-sold-by-consumption-type-gwh-":