Electricity Consumption by Authority

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
                       
Authority
               

No description available for this field.

Name (identifier)
authority
Type
text
Sample
                       
Indicator
               

No description available for this field.

Name (identifier)
indicator
Type
text
Sample
                       
Value (GWh)
               

No description available for this field.

Name (identifier)
value_gwh
Type
decimal
Sample
                       

JSON Schema

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

{
  • "title":"electricity-consumption-by-authority",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/electricity-consumption-by-authority"
      }
    ]
    ,
  • "definitions":
    {
    • "electricity-consumption-by-authority":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/electricity-consumption-by-authority_records"
            }
          }
        }
      }
      ,
    • "electricity-consumption-by-authority_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "authority":
              {
              • "type":"string",
              • "title":"Authority",
              • "description":""
              }
              ,
            • "indicator":
              {
              • "type":"string",
              • "title":"Indicator",
              • "description":""
              }
              ,
            • "value_gwh":
              {
              • "type":"number",
              • "title":"Value (GWh)",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets