Per capita consumption in residential sector of fresh water

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
                       
Indicator
               

No description available for this field.

Name (identifier)
indicator
Type
text
Sample
                       
Population
               

No description available for this field.

Name (identifier)
population
Type
integer
Sample
                       
Residential consumption
               

No description available for this field.

Name (identifier)
residential_consumption
Type
decimal
Sample
                       

JSON Schema

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

{
  • "title":"per-capita-consumption-in-residential-sector-of-fresh-water",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/per-capita-consumption-in-residential-sector-of-fresh-water"
      }
    ]
    ,
  • "definitions":
    {
    • "per-capita-consumption-in-residential-sector-of-fresh-water":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/per-capita-consumption-in-residential-sector-of-fresh-water_records"
            }
          }
        }
      }
      ,
    • "per-capita-consumption-in-residential-sector-of-fresh-water_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "indicator":
              {
              • "type":"string",
              • "title":"Indicator",
              • "description":""
              }
              ,
            • "population":
              {
              • "type":"integer",
              • "title":"Population",
              • "description":""
              }
              ,
            • "residential_consumption":
              {
              • "type":"number",
              • "title":"Residential consumption",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets