The Water Poverty Index

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
DATE
               

No description available for this field.

Name (identifier)
date
Type
date
Sample
                       
FREQUENCY
               

No description available for this field.

Name (identifier)
frequency
Type
text
Sample
                       
LOCATION_NAME
               

No description available for this field.

Name (identifier)
location_name
Type
text
Sample
                       
INDICATOR_NAME
               

No description available for this field.

Name (identifier)
indicator_name
Type
text
Sample
                       
VALUE
               

No description available for this field.

Name (identifier)
value
Type
decimal
Sample
                       
INDICATOR_NOTES
               

No description available for this field.

Name (identifier)
indicator_notes
Type
text
Sample
                       

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"
            }
          }
        }
      }
      ,
    • "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":""
              }
            }
          }
        }
      }
    }
}

Similar datasets