Total Water Available for Use in GCC Countries
Dataset schema
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"
}
}
} - "records":
} - "properties":
- "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":""
}
} - "year":
}
} - "fields":
} - "properties":
} - "total-water-available-for-use-in-gcc-countries":