AccuWeather · JSON Structure

Accuweather Pollutant Structure

Pollutant schema from AccuWeather API

Type: object Properties: 5
WeatherForecastsMeteorologyLocation ServicesAir QualityStorms

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

Properties

concentration index name source type

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-pollutant-structure.json",
  "name": "Pollutant",
  "description": "Pollutant schema from AccuWeather API",
  "type": "object",
  "properties": {
    "concentration": {
      "type": "string",
      "nullable": true
    },
    "index": {
      "type": "double"
    },
    "name": {
      "type": "string",
      "nullable": true
    },
    "source": {
      "type": "string",
      "nullable": true
    },
    "type": {
      "type": "string",
      "nullable": true
    }
  }
}