AccuWeather · JSON Structure

Accuweather Location Sources Structure

The parent provider of the location.

Type: string Properties: 0
WeatherForecastsMeteorologyLocation ServicesAir QualityStorms

LocationSources 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-location-sources-structure.json",
  "name": "LocationSources",
  "description": "The parent provider of the location.",
  "type": "string",
  "enum": [
    "AccuWeather",
    "Radar",
    "Unknown"
  ]
}