Power Projects Under Construction

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Energy Source
               

No description available for this field.

Name (identifier)
energy_source
Type
text
Sample
                       
Percentage
               

No description available for this field.

Name (identifier)
percentage
Type
decimal
Unit
%
Sample
                       

JSON Schema

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

{
  • "title":"power-projects-under-construction",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/power-projects-under-construction"
      }
    ]
    ,
  • "definitions":
    {
    • "power-projects-under-construction":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/power-projects-under-construction_records"
            }
          }
        }
      }
      ,
    • "power-projects-under-construction_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "energy_source":
              {
              • "type":"string",
              • "title":"Energy Source ",
              • "description":""
              }
              ,
            • "percentage":
              {
              • "type":"number",
              • "title":"Percentage",
              • "description":"",
              • "unit":"%"
              }
            }
          }
        }
      }
    }
}

Similar datasets