Global Cumulative Solar PV Capacity in GW

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
                       
Global Cumulative PV Capacity (GW)
               

No description available for this field.

Name (identifier)
global_cumulative_pv_capacity_in_gw
Type
decimal
Sample
                       

JSON Schema

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

{
  • "title":"global-cumulative-pv-capacity-in-gw",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/global-cumulative-pv-capacity-in-gw"
      }
    ]
    ,
  • "definitions":
    {
    • "global-cumulative-pv-capacity-in-gw":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/global-cumulative-pv-capacity-in-gw_records"
            }
          }
        }
      }
      ,
    • "global-cumulative-pv-capacity-in-gw_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "global_cumulative_pv_capacity_in_gw":
              {
              • "type":"number",
              • "title":"Global Cumulative PV Capacity (GW)",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets