Summary of Heat Wave Recurrences and Trends
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"summary-of-heat-wave-recurrences-and-trends",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/summary-of-heat-wave-recurrences-and-trends"
}
] - "definitions":{
- "summary-of-heat-wave-recurrences-and-trends":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/summary-of-heat-wave-recurrences-and-trends_records"
}
}
} - "records":
} - "properties":
- "summary-of-heat-wave-recurrences-and-trends_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "station_name":,{
- "type":"string",
- "title":"Station Name",
- "description":""
} - "period":,{
- "type":"string",
- "title":"Period",
- "description":""
} - "heat_wave_recurrence":{
- "type":"integer",
- "title":"Heat Wave Recurrence",
- "description":""
}
} - "station_name":
}
} - "fields":
} - "properties":
} - "summary-of-heat-wave-recurrences-and-trends":