GCC Residential Electricity Tariffs

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Country/City
               

No description available for this field.

Name (identifier)
country_city
Type
text
Sample
                       
Category
               

No description available for this field.

Name (identifier)
category
Type
text
Sample
                       
Slabs
               

No description available for this field.

Name (identifier)
slabs
Type
text
Sample
                       
Price (US sents/KWh)
               

No description available for this field.

Name (identifier)
price_us_sents_kwh
Type
decimal
Sample
                       

JSON Schema

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

{
  • "title":"gcc-electricity",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/gcc-electricity"
      }
    ]
    ,
  • "definitions":
    {
    • "gcc-electricity":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/gcc-electricity_records"
            }
          }
        }
      }
      ,
    • "gcc-electricity_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "country_city":
              {
              • "type":"string",
              • "title":"Country/City",
              • "description":""
              }
              ,
            • "category":
              {
              • "type":"string",
              • "title":"Category",
              • "description":""
              }
              ,
            • "slabs":
              {
              • "type":"string",
              • "title":"Slabs",
              • "description":""
              }
              ,
            • "price_us_sents_kwh":
              {
              • "type":"number",
              • "title":"Price (US sents/KWh)",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets