Africa's Infrastructure WSS Utility
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"africas-infrastructure-wss-utility",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/africas-infrastructure-wss-utility"
}
] - "definitions":{
- "africas-infrastructure-wss-utility":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/africas-infrastructure-wss-utility_records"
}
}
} - "records":
} - "properties":
- "africas-infrastructure-wss-utility_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "date":,{
- "type":"string",
- "format":"date",
- "title":"DATE",
- "description":""
} - "location_name":,{
- "type":"string",
- "title":"LOCATION_NAME",
- "description":""
} - "location_id":,{
- "type":"string",
- "title":"LOCATION_ID",
- "description":""
} - "series_id":,{
- "type":"string",
- "title":"SERIES_ID",
- "description":""
} - "series_name":,{
- "type":"string",
- "title":"SERIES_NAME",
- "description":""
} - "value":{
- "type":"number",
- "title":"VALUE",
- "description":""
}
} - "date":
}
} - "fields":
} - "properties":
} - "africas-infrastructure-wss-utility":