Total Water Available for Use in GCC Countries

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
                       
Country
               

No description available for this field.

Name (identifier)
country
Type
text
Sample
                       
Value (Mm³/yr)
               

No description available for this field.

Name (identifier)
value_mm3_yr
Type
decimal
Sample
                       

JSON Schema

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

{
  • "title":"total-water-available-for-use-in-gcc-countries",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/total-water-available-for-use-in-gcc-countries"
      }
    ]
    ,
  • "definitions":
    {
    • "total-water-available-for-use-in-gcc-countries":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/total-water-available-for-use-in-gcc-countries_records"
            }
          }
        }
      }
      ,
    • "total-water-available-for-use-in-gcc-countries_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "country":
              {
              • "type":"string",
              • "title":"Country",
              • "description":""
              }
              ,
            • "value_mm3_yr":
              {
              • "type":"number",
              • "title":"Value (Mm³/yr)",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets