Installed Capacity

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
                       
Installed Capacity (Million Kw/h)
               

No description available for this field.

Name (identifier)
installed_capacity
Type
decimal
Sample
                       

JSON Schema

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

{
  • "title":"installed-capacity-1998-2013",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/installed-capacity-1998-2013"
      }
    ]
    ,
  • "definitions":
    {
    • "installed-capacity-1998-2013":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/installed-capacity-1998-2013_records"
            }
          }
        }
      }
      ,
    • "installed-capacity-1998-2013_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "installed_capacity":
              {
              • "type":"number",
              • "title":"Installed Capacity (Million Kw/h)",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets