The Water Poverty Index
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"the-water-poverty-index-2002",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/the-water-poverty-index-2002"
}
] - "definitions":{
- "the-water-poverty-index-2002":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/the-water-poverty-index-2002_records"
}
}
} - "records":
} - "properties":
- "the-water-poverty-index-2002_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "date":,{
- "type":"string",
- "format":"date",
- "title":"DATE",
- "description":""
} - "frequency":,{
- "type":"string",
- "title":"FREQUENCY",
- "description":""
} - "location_name":,{
- "type":"string",
- "title":"LOCATION_NAME",
- "description":""
} - "indicator_name":,{
- "type":"string",
- "title":"INDICATOR_NAME",
- "description":""
} - "value":,{
- "type":"number",
- "title":"VALUE",
- "description":""
} - "indicator_notes":{
- "type":"string",
- "title":"INDICATOR_NOTES",
- "description":""
}
} - "date":
}
} - "fields":
} - "properties":
} - "the-water-poverty-index-2002":