Electricity Generation and Peak Load Monthly
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"electricity-generation-and-peak-load-monthly",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/electricity-generation-and-peak-load-monthly"
}
] - "definitions":{
- "electricity-generation-and-peak-load-monthly":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/electricity-generation-and-peak-load-monthly_records"
}
}
} - "records":
} - "properties":
- "electricity-generation-and-peak-load-monthly_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "year":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "average_peak_load_mw":,{
- "type":"number",
- "title":"Average Peak Load (MW)",
- "description":""
} - "average_system_generation_availability_mw":{
- "type":"number",
- "title":"Average System Generation Availability (MW)",
- "description":""
}
} - "year":
}
} - "fields":
} - "properties":
} - "electricity-generation-and-peak-load-monthly":