AccuWeather · JSON Structure

Accuweather Weather Event Type Structure

WeatherEventType schema from AccuWeather API

Type: string Properties: 0
WeatherForecastsMeteorologyLocation ServicesAir QualityStorms

WeatherEventType is a JSON Structure definition published by AccuWeather. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/accuweather/refs/heads/main/json-structure/accuweather-weather-event-type-structure.json",
  "name": "WeatherEventType",
  "description": "WeatherEventType schema from AccuWeather API",
  "type": "string",
  "enum": [
    "Ice",
    "Rain",
    "SevereThunderstorm",
    "Snow",
    "SustainedWind",
    "Thunderstorm",
    "Tornado",
    "Tropical",
    "Wind",
    "WindGust",
    "Unknown",
    "Hail",
    "Flooding",
    "FlashFlooding",
    "CoastalFlooding",
    "RiverFlooding",
    "Winter"
  ]
}