Monthly Values of Relative Humidity, Temperature, Rainfall, Storms and Wind Speed
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"monthly-values-of-relative-humidity-temperature-rainfall-evaporation-and-wind-sp",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/monthly-values-of-relative-humidity-temperature-rainfall-evaporation-and-wind-sp"
}
] - "definitions":{
- "monthly-values-of-relative-humidity-temperature-rainfall-evaporation-and-wind-sp":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/monthly-values-of-relative-humidity-temperature-rainfall-evaporation-and-wind-sp_records"
}
}
} - "records":
} - "properties":
- "monthly-values-of-relative-humidity-temperature-rainfall-evaporation-and-wind-sp_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "time_period":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "month":,{
- "type":"string",
- "title":"Month",
- "description":""
} - "combined_indicator":,{
- "type":"string",
- "title":"Indicator",
- "description":""
} - "combined_sub_indicator":,{
- "type":"string",
- "title":"Measure",
- "description":""
} - "value":{
- "type":"number",
- "title":"Value",
- "description":""
}
} - "time_period":
}
} - "fields":
} - "properties":
} - "monthly-values-of-relative-humidity-temperature-rainfall-evaporation-and-wind-sp":