Available Capacity & Peak Load By Company
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"acities-available-load-peak",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/acities-available-load-peak"
}
] - "definitions":{
- "acities-available-load-peak":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/acities-available-load-peak_records"
}
}
} - "records":
} - "properties":
- "acities-available-load-peak_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "year":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "company":,{
- "type":"string",
- "title":"Company",
- "description":""
} - "available_capacity_mw":,{
- "type":"number",
- "title":"Available Capacity(MW)",
- "description":""
} - "peak_load_mw":,{
- "type":"number",
- "title":"Peak Load(MW)",
- "description":""
} - "reserve_margin_mw":{
- "type":"number",
- "title":"Reserve Margin (MW)",
- "description":""
}
} - "year":
}
} - "fields":
} - "properties":
} - "acities-available-load-peak":