The Quantity and The Percentage of Fresh Water Consumption by Sector
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"the-quantity-and-the-percentage-of-fresh-water-consumption-by-sector",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/the-quantity-and-the-percentage-of-fresh-water-consumption-by-sector"
}
] - "definitions":{
- "the-quantity-and-the-percentage-of-fresh-water-consumption-by-sector":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/the-quantity-and-the-percentage-of-fresh-water-consumption-by-sector_records"
}
}
} - "records":
} - "properties":
- "the-quantity-and-the-percentage-of-fresh-water-consumption-by-sector_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "year":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "consumption_for_municipal_activities":,{
- "type":"integer",
- "title":"Consumption for Municipal Activities",
- "description":""
} - "consumption_for_industrial_activities":,{
- "type":"integer",
- "title":"Consumption for Industrial Activities",
- "description":""
} - "consumption_for_agricultural_activities":,{
- "type":"integer",
- "title":"Consumption for Agricultural Activities",
- "description":""
} - "total":{
- "type":"number",
- "title":"Total ",
- "description":""
}
} - "year":
}
} - "fields":
} - "properties":
} - "the-quantity-and-the-percentage-of-fresh-water-consumption-by-sector":