Electricity Grid Electrical Load
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"electricity-grid-electrical-load",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/electricity-grid-electrical-load"
}
] - "definitions":{
- "electricity-grid-electrical-load":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/electricity-grid-electrical-load_records"
}
}
} - "records":
} - "properties":
- "electricity-grid-electrical-load_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "power_grid":,{
- "type":"string",
- "title":"Power Grid",
- "description":""
} - "grid_load_mw":,{
- "type":"number",
- "title":"Grid Load (MW)",
- "description":""
} - "yoy_growth":,{
- "type":"number",
- "title":"YOY Growth",
- "description":""
} - "grand_total_mw":,{
- "type":"number",
- "title":"Grand Total (MW)",
- "description":""
} - "grand_total_yoy_growth":,{
- "type":"number",
- "title":"Grand Total YOY Growth",
- "description":""
} - "statistical_year":,{
- "type":"string",
- "title":"Statistical Year",
- "description":""
} - "statistical_period_month":,{
- "type":"string",
- "title":"Statistical Period Month",
- "description":""
} - "month":{
- "type":"integer",
- "title":"Month",
- "description":""
}
} - "power_grid":
}
} - "fields":
} - "properties":
} - "electricity-grid-electrical-load":