Aqueduct country and river basin rankings
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"aqueduct-country-and-river-basin-rankings",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/aqueduct-country-and-river-basin-rankings"
}
] - "definitions":{
- "aqueduct-country-and-river-basin-rankings":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/aqueduct-country-and-river-basin-rankings_records"
}
}
} - "records":
} - "properties":
- "aqueduct-country-and-river-basin-rankings_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "country_name":,{
- "type":"string",
- "title":"Country",
- "description":""
} - "date":,{
- "type":"string",
- "format":"date",
- "title":"Date",
- "description":""
} - "indicator_name":,{
- "type":"string",
- "title":"Indicator",
- "description":""
} - "value":{
- "type":"number",
- "title":"Value",
- "description":""
}
} - "country_name":
}
} - "fields":
} - "properties":
} - "aqueduct-country-and-river-basin-rankings":