Electricity Peak Load Gross Rate

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
                       
Peak load gross rate (%)
               

No description available for this field.

Name (identifier)
peak_load_gross_rate0
Type
decimal
Unit
%
Sample
                       

JSON Schema

The following JSON object is a standardized description of your dataset's schema. More about JSON schema.

{
  • "title":"electricity-peak-load-gross-rate",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/electricity-peak-load-gross-rate"
      }
    ]
    ,
  • "definitions":
    {
    • "electricity-peak-load-gross-rate":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/electricity-peak-load-gross-rate_records"
            }
          }
        }
      }
      ,
    • "electricity-peak-load-gross-rate_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "peak_load_gross_rate0":
              {
              • "type":"number",
              • "title":"Peak load gross rate (%)",
              • "description":"",
              • "unit":"%"
              }
            }
          }
        }
      }
    }
}

Similar datasets