AccuWeather · Schema

IndexType

IndexType schema from AccuWeather API

WeatherForecastsMeteorologyLocation ServicesAir QualityStorms
View JSON Schema on GitHub

JSON Schema

accuweather-index-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-index-type-schema.json",
  "title": "IndexType",
  "description": "IndexType schema from AccuWeather API",
  "enum": [
    "Unknown",
    "Running",
    "Jogging",
    "Hiking",
    "Biking",
    "Golf",
    "Tennis",
    "Skateboarding",
    "Concert",
    "KiteFlyingForecast",
    "BeachAndPool",
    "Sailing",
    "Stargazing",
    "FishingForecast",
    "Construction",
    "Skiing",
    "Heart",
    "Mosquito",
    "Dust",
    "SnowDays",
    "Hunting",
    "ArthritisDay",
    "ArthritisNight",
    "Asthma",
    "BBQ",
    "CommonColdForecast",
    "Flu",
    "Migraine",
    "LawnMowing",
    "Outdoor",
    "Sinus",
    "Flying",
    "FieldReadiness",
    "GrassGrowing",
    "SoilMoisture",
    "SchoolBusStop",
    "HomeEnergy",
    "FuelEconomy",
    "Composting",
    "ShoppingForecast",
    "Driving",
    "Thirst",
    "Frizz",
    "DogWalking",
    "COPD",
    "IndoorPest",
    "OutdoorPest",
    "AccuLumenBrightness",
    "MorningExercise",
    "Clothing",
    "CommonCold",
    "Comfort",
    "CarWashing",
    "HeatStroke",
    "UVIntensity",
    "ClothesDrying",
    "AirPollution",
    "Tourism",
    "AirConditioning",
    "Fishing",
    "SunProtection",
    "Shopping",
    "Rowing",
    "Traffic",
    "RoadConditions",
    "Umbrella",
    "HairDressing",
    "NightLife",
    "Beer",
    "KiteFlying",
    "Makeup",
    "WindChills",
    "Mood",
    "Exercise",
    "Dating",
    "Allergy",
    "Beach",
    "Sunglasses",
    "ShortPhrase",
    "Hypertension",
    "Dryness",
    "ApparentTemperature",
    "PolutionPrevention",
    "FoodPoisoning",
    "WindChillDescending",
    "Heat",
    "Discomfort",
    "UVDescending",
    "PipeFreeze",
    "AtmosphericDispersion",
    "HeatSensitivityGeneral",
    "HeatSensitivityElderly",
    "HeatSensitivityChildren",
    "HeatSensitivityOutdoorWorking",
    "HeatSensitivityFarming",
    "HeatSensitivityGreenhouse",
    "HeatSensitivityVulnerableResidential",
    "AsthmaAndLungDisorder",
    "Stroke",
    "SkinSensitivity",
    "CommonColdDescending",
    "TreePollenLevels",
    "PinePollen",
    "WeedPollenLevels",
    "Arthritis",
    "OutdoorHomeGarden",
    "SoilHomeGarden",
    "FieldHomeGarden",
    "UV",
    "TreePollen",
    "RagweedPollen",
    "MoldPollen",
    "GrassPollen",
    "AirQuality",
    "FlightDelay",
    "IndoorActivity"
  ],
  "type": "string"
}