Energy Sales (GWh)
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"energy-sales-gwh",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/energy-sales-gwh"
}
] - "definitions":{
- "energy-sales-gwh":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/energy-sales-gwh_records"
}
}
} - "records":
} - "properties":
- "energy-sales-gwh_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "year":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "energy_sales_gwh":{
- "type":"number",
- "title":"Energy sales (GWh)",
- "description":""
}
} - "year":
}
} - "fields":
} - "properties":
} - "energy-sales-gwh":