National Water Footprint Statistics
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"national-water-footprint-statistics-1996-2005",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/national-water-footprint-statistics-1996-2005"
}
] - "definitions":{
- "national-water-footprint-statistics-1996-2005":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/national-water-footprint-statistics-1996-2005_records"
}
}
} - "records":
} - "properties":
- "national-water-footprint-statistics-1996-2005_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "date":,{
- "type":"string",
- "format":"date",
- "title":"DATE",
- "description":""
} - "frequency":,{
- "type":"string",
- "title":"FREQUENCY",
- "description":""
} - "footprint_type_id":,{
- "type":"string",
- "title":"FOOTPRINT_TYPE_ID",
- "description":""
} - "footprint_type_name":,{
- "type":"string",
- "title":"FOOTPRINT_TYPE_NAME",
- "description":""
} - "indicator_id":,{
- "type":"string",
- "title":"INDICATOR_ID",
- "description":""
} - "indicator_name":,{
- "type":"string",
- "title":"INDICATOR_NAME",
- "description":""
} - "indicator_unit":,{
- "type":"string",
- "title":"INDICATOR_UNIT",
- "description":""
} - "location_id":,{
- "type":"string",
- "title":"LOCATION_ID",
- "description":""
} - "location_name":,{
- "type":"string",
- "title":"LOCATION_NAME",
- "description":""
} - "location_regionid":,{
- "type":"string",
- "title":"LOCATION_REGIONID",
- "description":""
} - "value":{
- "type":"number",
- "title":"VALUE",
- "description":""
}
} - "date":
}
} - "fields":
} - "properties":
} - "national-water-footprint-statistics-1996-2005":