AccuWeather · Schema

WeatherEventType

WeatherEventType schema from AccuWeather API

WeatherForecastsMeteorologyLocation ServicesAir QualityStorms
View JSON Schema on GitHub

JSON Schema

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