The Quantity and Sources of Water Consumed By Municipal Sector

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
                       
Ground Water
               

No description available for this field.

Name (identifier)
ground_water
Type
integer
Sample
                       
Desalinated Water
               

No description available for this field.

Name (identifier)
desalinated_water
Type
integer
Sample
                       
Total
               

No description available for this field.

Name (identifier)
total
Type
decimal
Sample
                       

JSON Schema

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

{
  • "title":"the-quantity-and-sources-of-water-consumed-by-municipal-sector@kapsarc",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/the-quantity-and-sources-of-water-consumed-by-municipal-sector@kapsarc"
      }
    ]
    ,
  • "definitions":
    {
    • "the-quantity-and-sources-of-water-consumed-by-municipal-sector@kapsarc":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/the-quantity-and-sources-of-water-consumed-by-municipal-sector@kapsarc_records"
            }
          }
        }
      }
      ,
    • "the-quantity-and-sources-of-water-consumed-by-municipal-sector@kapsarc_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "ground_water":
              {
              • "type":"integer",
              • "title":"Ground Water",
              • "description":""
              }
              ,
            • "desalinated_water":
              {
              • "type":"integer",
              • "title":"Desalinated Water",
              • "description":""
              }
              ,
            • "total":
              {
              • "type":"number",
              • "title":"Total",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets