GCC Renewables Production

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
                       
Country
               

No description available for this field.

Name (identifier)
country
Type
text
Sample
                       
Indicator
               

No description available for this field.

Name (identifier)
indicator
Type
text
Sample
                       
value
               

No description available for this field.

Name (identifier)
value
Type
decimal
Unit
GWh
Sample
                       
Solar Photovoltaic Data Source
               

No description available for this field.

Name (identifier)
solar_photovoltaic_data_source
Type
text
Sample
                       

JSON Schema

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

{
  • "title":"renewables-production3",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/renewables-production3"
      }
    ]
    ,
  • "definitions":
    {
    • "renewables-production3":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/renewables-production3_records"
            }
          }
        }
      }
      ,
    • "renewables-production3_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "country":
              {
              • "type":"string",
              • "title":"Country",
              • "description":""
              }
              ,
            • "indicator":
              {
              • "type":"string",
              • "title":"Indicator",
              • "description":""
              }
              ,
            • "value":
              {
              • "type":"number",
              • "title":"value",
              • "description":"",
              • "unit":"GWh"
              }
              ,
            • "solar_photovoltaic_data_source":
              {
              • "type":"string",
              • "title":"Solar Photovoltaic Data Source",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets