Gross and daily average production of fresh water
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"gross-and-daily-average-production-of-fresh-water",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/gross-and-daily-average-production-of-fresh-water"
}
] - "definitions":{
- "gross-and-daily-average-production-of-fresh-water":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/gross-and-daily-average-production-of-fresh-water_records"
}
}
} - "records":
} - "properties":
- "gross-and-daily-average-production-of-fresh-water_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "year":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "month":,{
- "type":"string",
- "title":"Month",
- "description":""
} - "gross_production":,{
- "type":"number",
- "title":"Gross Production",
- "description":""
} - "daily_average":{
- "type":"number",
- "title":"Daily Average",
- "description":""
}
} - "year":
}
} - "fields":
} - "properties":
} - "gross-and-daily-average-production-of-fresh-water":