Distribution of Generation Capacities

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
                       
Producing Entity
               

No description available for this field.

Name (identifier)
producing_entity
Type
text
Sample
                       
No. of Plants
               

No description available for this field.

Name (identifier)
no_of_plants
Type
decimal
Sample
                       
Capacity (MW)
               

No description available for this field.

Name (identifier)
capacity_mw
Type
decimal
Sample
                       

JSON Schema

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

{
  • "title":"distribution-of-generation-capacities",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/distribution-of-generation-capacities"
      }
    ]
    ,
  • "definitions":
    {
    • "distribution-of-generation-capacities":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/distribution-of-generation-capacities_records"
            }
          }
        }
      }
      ,
    • "distribution-of-generation-capacities_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"year",
              • "description":""
              }
              ,
            • "producing_entity":
              {
              • "type":"string",
              • "title":"Producing Entity",
              • "description":""
              }
              ,
            • "no_of_plants":
              {
              • "type":"number",
              • "title":"No. of Plants",
              • "description":""
              }
              ,
            • "capacity_mw":
              {
              • "type":"number",
              • "title":"Capacity (MW)",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets