Rainfall Rate Differences VS Reference Value of The 1961-1990 Period
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"rainfall-rate-differences-vs-reference-value-of-the-1961-1990-period",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/rainfall-rate-differences-vs-reference-value-of-the-1961-1990-period"
}
] - "definitions":{
- "rainfall-rate-differences-vs-reference-value-of-the-1961-1990-period":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/rainfall-rate-differences-vs-reference-value-of-the-1961-1990-period_records"
}
}
} - "records":
} - "properties":
- "rainfall-rate-differences-vs-reference-value-of-the-1961-1990-period_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "year":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "yearly_rainfall_rate_in_mm":,{
- "type":"number",
- "title":"Yearly Rainfall Rate",
- "description":"",
- "unit":"mm"
} - "long_term_rainfall_rate_for_the_period_1961_1990_in_mm":{
- "type":"number",
- "title":"Long-term Rainfall Rate for The Period (1961-1990)",
- "description":"",
- "unit":"mm"
}
} - "year":
}
} - "fields":
} - "properties":
} - "rainfall-rate-differences-vs-reference-value-of-the-1961-1990-period":