World Resource Institute Earth Trends - Water Withdrawal
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"world-resource-institute-earthtrends-water-withdrawal",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/world-resource-institute-earthtrends-water-withdrawal"
}
] - "definitions":{
- "world-resource-institute-earthtrends-water-withdrawal":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/world-resource-institute-earthtrends-water-withdrawal_records"
}
}
} - "records":
} - "properties":
- "world-resource-institute-earthtrends-water-withdrawal_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "date":,{
- "type":"string",
- "format":"date",
- "title":"DATE",
- "description":""
} - "frequency":,{
- "type":"string",
- "title":"FREQUENCY",
- "description":""
} - "scenario_name":,{
- "type":"string",
- "title":"SCENARIO_NAME",
- "description":""
} - "scenario_notes":,{
- "type":"string",
- "title":"SCENARIO_NOTES",
- "description":""
} - "region_name":,{
- "type":"string",
- "title":"REGION_NAME",
- "description":""
} - "sector_name":,{
- "type":"string",
- "title":"SECTOR_NAME",
- "description":""
} - "sector_notes":,{
- "type":"string",
- "title":"SECTOR_NOTES",
- "description":""
} - "value":{
- "type":"number",
- "title":"VALUE",
- "description":""
}
} - "date":
}
} - "fields":
} - "properties":
} - "world-resource-institute-earthtrends-water-withdrawal":