Capacity Factor by Plant

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
                       
Plant
               

No description available for this field.

Name (identifier)
t
Type
text
Sample
                       
Capacity Factor
               

No description available for this field.

Name (identifier)
value
Type
decimal
Unit
%
Sample
                       

JSON Schema

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

{
  • "title":"capacity-factor-by-plant-",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/capacity-factor-by-plant-"
      }
    ]
    ,
  • "definitions":
    {
    • "capacity-factor-by-plant-":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/capacity-factor-by-plant-_records"
            }
          }
        }
      }
      ,
    • "capacity-factor-by-plant-_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "t":
              {
              • "type":"string",
              • "title":"Plant",
              • "description":""
              }
              ,
            • "value":
              {
              • "type":"number",
              • "title":"Capacity Factor",
              • "description":"",
              • "unit":"%"
              }
            }
          }
        }
      }
    }
}

Similar datasets