Water Tariff by Authority
Dataset schema
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"
}
}
} - "records":
} - "properties":
- "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":""
}
} - "year":
}
} - "fields":
} - "properties":
} - "water-tariff-by-authority":