Quantity of used water in United Arab Emirates

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
                       
Water Used (MCM)
               

No description available for this field.

Name (identifier)
water_used
Type
decimal
Sample
                       

JSON Schema

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

{
  • "title":"quantity-of-used-water-in-united-arab-emirates",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/quantity-of-used-water-in-united-arab-emirates"
      }
    ]
    ,
  • "definitions":
    {
    • "quantity-of-used-water-in-united-arab-emirates":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/quantity-of-used-water-in-united-arab-emirates_records"
            }
          }
        }
      }
      ,
    • "quantity-of-used-water-in-united-arab-emirates_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "water_used":
              {
              • "type":"number",
              • "title":"Water Used (MCM)",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets