Annual Electrical Energy Export 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)
plant
Type
text
Sample
                       
Annual Energy Export
               

No description available for this field.

Name (identifier)
value
Type
integer
Sample
                       

JSON Schema

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

{
  • "title":"annual-electrical-energy-export-by-plant-mwh-2004-2010",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/annual-electrical-energy-export-by-plant-mwh-2004-2010"
      }
    ]
    ,
  • "definitions":
    {
    • "annual-electrical-energy-export-by-plant-mwh-2004-2010":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/annual-electrical-energy-export-by-plant-mwh-2004-2010_records"
            }
          }
        }
      }
      ,
    • "annual-electrical-energy-export-by-plant-mwh-2004-2010_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "plant":
              {
              • "type":"string",
              • "title":"Plant",
              • "description":""
              }
              ,
            • "value":
              {
              • "type":"integer",
              • "title":"Annual Energy Export",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets