Electricity Generation and Peak Load Monthly

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Year
               

No description available for this field.

Name (identifier)
year
Type
date
Sample
                       
Average Peak Load (MW)
               

No description available for this field.

Name (identifier)
average_peak_load_mw
Type
decimal
Sample
                       
Average System Generation Availability (MW)
               

No description available for this field.

Name (identifier)
average_system_generation_availability_mw
Type
decimal
Sample
                       

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"
            }
          }
        }
      }
      ,
    • "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":""
              }
            }
          }
        }
      }
    }
}

Similar datasets