Desalinated water percentage of total usable freshwater
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"desalinated-water-percentage-of-total-usable-freshwater",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/desalinated-water-percentage-of-total-usable-freshwater"
}
] - "definitions":{
- "desalinated-water-percentage-of-total-usable-freshwater":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/desalinated-water-percentage-of-total-usable-freshwater_records"
}
}
} - "records":
} - "properties":
- "desalinated-water-percentage-of-total-usable-freshwater_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "year":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "variable":,{
- "type":"string",
- "title":"Variable",
- "description":""
} - "value":{
- "type":"number",
- "title":"value",
- "description":""
}
} - "year":
}
} - "fields":
} - "properties":
} - "desalinated-water-percentage-of-total-usable-freshwater":