The Quantity of Water Used and Produced from Non-Conventional Sources
Dataset schema
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"
}
}
} - "records":
} - "properties":
- "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":""
}
} - "year":
}
} - "fields":
} - "properties":
} - "the-quantity-of-water-used-and-produced-from-non-conventional-sources":