The Quantity of Water Used and Produced from Non-Conventional Sources

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
                       
Quantity of Desalination Water
               

No description available for this field.

Name (identifier)
quantity_of_desalination_water
Type
integer
Sample
                       
Quantity of Treated Water
               

No description available for this field.

Name (identifier)
quantity_of_treated_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-of-water-used-and-produced-from-non-conventional-sources",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/the-quantity-of-water-used-and-produced-from-non-conventional-sources"
      }
    ]
    ,
  • "definitions":
    {
    • "the-quantity-of-water-used-and-produced-from-non-conventional-sources":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/the-quantity-of-water-used-and-produced-from-non-conventional-sources_records"
            }
          }
        }
      }
      ,
    • "the-quantity-of-water-used-and-produced-from-non-conventional-sources_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "quantity_of_desalination_water":
              {
              • "type":"integer",
              • "title":"Quantity of Desalination Water",
              • "description":""
              }
              ,
            • "quantity_of_treated_water":
              {
              • "type":"integer",
              • "title":"Quantity of Treated Water",
              • "description":""
              }
              ,
            • "total":
              {
              • "type":"number",
              • "title":"Total ",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets