Dataset schema
Click to expand Click to collapse
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
{
- "title":"the-quantity-and-sources-of-water-consumed-by-municipal-sector@kapsarc",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/the-quantity-and-sources-of-water-consumed-by-municipal-sector@kapsarc"
}
] - "definitions":{
- "the-quantity-and-sources-of-water-consumed-by-municipal-sector@kapsarc":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/the-quantity-and-sources-of-water-consumed-by-municipal-sector@kapsarc_records"
}
}
} - "records":
} - "properties":
- "the-quantity-and-sources-of-water-consumed-by-municipal-sector@kapsarc_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "year":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "ground_water":,{
- "type":"integer",
- "title":"Ground Water",
- "description":""
} - "desalinated_water":,{
- "type":"integer",
- "title":"Desalinated Water",
- "description":""
} - "total":{
- "type":"number",
- "title":"Total",
- "description":""
}
} - "year":
}
} - "fields":
} - "properties":
} - "the-quantity-and-sources-of-water-consumed-by-municipal-sector@kapsarc":
}