Electricity Tariffs per Sector and Consumption Slab

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
                       
Sector
               

No description available for this field.

Name (identifier)
sector
Type
text
Sample
                       
Consumption Slabs
               

No description available for this field.

Name (identifier)
consumption_slabs
Type
text
Sample
                       
Tariff in SAR
               

No description available for this field.

Name (identifier)
value
Type
decimal
Sample
                       

JSON Schema

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

{
  • "title":"electricity-tariffs-per-sector-and-consumption-slab",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/electricity-tariffs-per-sector-and-consumption-slab"
      }
    ]
    ,
  • "definitions":
    {
    • "electricity-tariffs-per-sector-and-consumption-slab":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/electricity-tariffs-per-sector-and-consumption-slab_records"
            }
          }
        }
      }
      ,
    • "electricity-tariffs-per-sector-and-consumption-slab_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "sector":
              {
              • "type":"string",
              • "title":"Sector",
              • "description":""
              }
              ,
            • "consumption_slabs":
              {
              • "type":"string",
              • "title":"Consumption Slabs",
              • "description":""
              }
              ,
            • "value":
              {
              • "type":"number",
              • "title":"Tariff in SAR",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets