Number of Desalinated Water Plants by Type and Authority
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"number-of-desalinated-water-plants-by-type-and-authority0",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/number-of-desalinated-water-plants-by-type-and-authority0"
}
] - "definitions":{
- "number-of-desalinated-water-plants-by-type-and-authority0":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/number-of-desalinated-water-plants-by-type-and-authority0_records"
}
}
} - "records":
} - "properties":
- "number-of-desalinated-water-plants-by-type-and-authority0_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "year":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "authority":,{
- "type":"string",
- "title":"Authority",
- "description":""
} - "station_type":,{
- "type":"string",
- "title":"Station Type",
- "description":""
} - "value":{
- "type":"number",
- "title":"Value",
- "description":""
}
} - "year":
}
} - "fields":
} - "properties":
} - "number-of-desalinated-water-plants-by-type-and-authority0":