Water Pollution Level Statistics
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"water-pollution-level-statistics",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/water-pollution-level-statistics"
}
] - "definitions":{
- "water-pollution-level-statistics":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/water-pollution-level-statistics_records"
}
}
} - "records":
} - "properties":
- "water-pollution-level-statistics_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "year":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "obs_value":,{
- "type":"number",
- "title":"OBS_VALUE",
- "description":""
} - "freq":,{
- "type":"string",
- "title":"FREQ",
- "description":""
} - "indicator":,{
- "type":"string",
- "title":"INDICATOR",
- "description":""
} - "river_basins":,{
- "type":"string",
- "title":"RIVER_BASINS",
- "description":""
} - "time_format":,{
- "type":"string",
- "title":"TIME_FORMAT",
- "description":""
} - "unit_mult":{
- "type":"string",
- "title":"UNIT_MULT",
- "description":""
}
} - "year":
}
} - "fields":
} - "properties":
} - "water-pollution-level-statistics":