Africa's Infrastructure National Data
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"africas-infrastructure-national-data",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/africas-infrastructure-national-data"
}
] - "definitions":{
- "africas-infrastructure-national-data":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/africas-infrastructure-national-data_records"
}
}
} - "records":
} - "properties":
- "africas-infrastructure-national-data_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "date":,{
- "type":"string",
- "format":"date",
- "title":"DATE",
- "description":""
} - "location_name":,{
- "type":"string",
- "title":"Country",
- "description":""
} - "frequency":,{
- "type":"string",
- "title":"FREQUENCY",
- "description":""
} - "location_id":,{
- "type":"string",
- "title":"LOCATION_ID",
- "description":""
} - "location_regionid":,{
- "type":"string",
- "title":"LOCATION_REGIONID",
- "description":""
} - "series_id":,{
- "type":"string",
- "title":"SERIES_ID",
- "description":""
} - "series_name":,{
- "type":"string",
- "title":"SERIES_NAME",
- "description":""
} - "series_note":,{
- "type":"string",
- "title":"SERIES_NOTE",
- "description":""
} - "value":{
- "type":"number",
- "title":"VALUE",
- "description":""
}
} - "date":
}
} - "fields":
} - "properties":
} - "africas-infrastructure-national-data":