Electricity and Water Tariff

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Effective 1st March of Year
               

No description available for this field.

Name (identifier)
effective_1st_march_of_year
Type
date
Sample
                       
Citizenship
               

No description available for this field.

Name (identifier)
citizenship
Type
text
Sample
                       
Account Type
               

No description available for this field.

Name (identifier)
account_type
Type
text
Sample
                       
Electricity / Water
               

No description available for this field.

Name (identifier)
electricity_water
Type
text
Sample
                       
Cosumption Unit
               

No description available for this field.

Name (identifier)
cousmptin_unit
Type
text
Sample
                       
Tariff (Fils)
               

No description available for this field.

Name (identifier)
tariff_fils
Type
decimal
Sample
                       

JSON Schema

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

{
  • "title":"electricity-and-water-tariff",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/electricity-and-water-tariff"
      }
    ]
    ,
  • "definitions":
    {
    • "electricity-and-water-tariff":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/electricity-and-water-tariff_records"
            }
          }
        }
      }
      ,
    • "electricity-and-water-tariff_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "effective_1st_march_of_year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Effective 1st March of Year",
              • "description":""
              }
              ,
            • "citizenship":
              {
              • "type":"string",
              • "title":"Citizenship",
              • "description":""
              }
              ,
            • "account_type":
              {
              • "type":"string",
              • "title":"Account Type",
              • "description":""
              }
              ,
            • "electricity_water":
              {
              • "type":"string",
              • "title":"Electricity / Water",
              • "description":""
              }
              ,
            • "cousmptin_unit":
              {
              • "type":"string",
              • "title":"Cosumption Unit",
              • "description":""
              }
              ,
            • "tariff_fils":
              {
              • "type":"number",
              • "title":"Tariff (Fils)",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets