Wastewater Treatment Percent of Population Connected
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"wastewater-treatment-population-connected",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/wastewater-treatment-population-connected"
}
] - "definitions":{
- "wastewater-treatment-population-connected":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/wastewater-treatment-population-connected_records"
}
}
} - "records":
} - "properties":
- "wastewater-treatment-population-connected_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "year":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "country":,{
- "type":"string",
- "title":"Country",
- "description":""
} - "var":,{
- "type":"string",
- "title":"VAR",
- "description":""
} - "variable":,{
- "type":"string",
- "title":"Variable",
- "description":""
} - "value":{
- "type":"number",
- "title":"Value",
- "description":""
}
} - "year":
}
} - "fields":
} - "properties":
} - "wastewater-treatment-population-connected":