Average Daily Water Production and Export by SWCC
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"average-daily-water-production-export-by-swcc-cubic-meter",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/average-daily-water-production-export-by-swcc-cubic-meter"
}
] - "definitions":{
- "average-daily-water-production-export-by-swcc-cubic-meter":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/average-daily-water-production-export-by-swcc-cubic-meter_records"
}
}
} - "records":
} - "properties":
- "average-daily-water-production-export-by-swcc-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":""
} - "region":,{
- "type":"string",
- "title":"Region",
- "description":""
} - "value_m3":{
- "type":"number",
- "title":"Value (M3)",
- "description":""
}
} - "date":
}
} - "fields":
} - "properties":
} - "average-daily-water-production-export-by-swcc-cubic-meter":