Dataset schema
Click to expand Click to collapse
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@kapsarc",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/the-water-poverty-index-2002@kapsarc"
}
] - "definitions":{
- "the-water-poverty-index-2002@kapsarc":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/the-water-poverty-index-2002@kapsarc_records"
}
}
} - "records":
} - "properties":
- "the-water-poverty-index-2002@kapsarc_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@kapsarc":
}