Water Tariff 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
                       
Sector Type
               

No description available for this field.

Name (identifier)
sector_type
Type
text
Sample
                       
Nationality
               

No description available for this field.

Name (identifier)
nationality
Type
text
Sample
                       
Unit Type
               

No description available for this field.

Name (identifier)
unit_type
Type
text
Sample
                       
Consumption slab type
               

No description available for this field.

Name (identifier)
consumption_slab_type
Type
text
Sample
                       
Slab Rate
               

No description available for this field.

Name (identifier)
slab_rate
Type
text
Sample
                       
Unit
               

No description available for this field.

Name (identifier)
unit
Type
text
Sample
                       
Value
               

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":"water-tariff-by-authority",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/water-tariff-by-authority"
      }
    ]
    ,
  • "definitions":
    {
    • "water-tariff-by-authority":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/water-tariff-by-authority_records"
            }
          }
        }
      }
      ,
    • "water-tariff-by-authority_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "authority":
              {
              • "type":"string",
              • "title":"Authority",
              • "description":""
              }
              ,
            • "sector_type":
              {
              • "type":"string",
              • "title":"Sector Type",
              • "description":""
              }
              ,
            • "nationality":
              {
              • "type":"string",
              • "title":"Nationality",
              • "description":""
              }
              ,
            • "unit_type":
              {
              • "type":"string",
              • "title":"Unit Type",
              • "description":""
              }
              ,
            • "consumption_slab_type":
              {
              • "type":"string",
              • "title":"Consumption slab type",
              • "description":""
              }
              ,
            • "slab_rate":
              {
              • "type":"string",
              • "title":"Slab Rate",
              • "description":""
              }
              ,
            • "unit":
              {
              • "type":"string",
              • "title":"Unit",
              • "description":""
              }
              ,
            • "value":
              {
              • "type":"number",
              • "title":"Value",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets