Annual Water Production and Export by Plant
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"annual-water-production-and-export-by-plant-cubic-meter",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/annual-water-production-and-export-by-plant-cubic-meter"
}
] - "definitions":{
- "annual-water-production-and-export-by-plant-cubic-meter":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/annual-water-production-and-export-by-plant-cubic-meter_records"
}
}
} - "records":
} - "properties":
- "annual-water-production-and-export-by-plant-cubic-meter_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "date":,{
- "type":"string",
- "format":"date",
- "title":"Date",
- "description":""
} - "frequency":,{
- "type":"string",
- "title":"Frequency",
- "description":""
} - "indicator":,{
- "type":"string",
- "title":"Indicator",
- "description":""
} - "plant_name":,{
- "type":"string",
- "title":"Plant Name",
- "description":""
} - "value":{
- "type":"number",
- "title":"Water Production",
- "description":""
}
} - "date":
}
} - "fields":
} - "properties":
} - "annual-water-production-and-export-by-plant-cubic-meter":