AccuWeather · JSON Structure

Accuweather Precipitation Summary Structure

PrecipitationSummary schema from AccuWeather API

Type: object Properties: 7
WeatherForecastsMeteorologyLocation ServicesAir QualityStorms

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

Properties

past12Hours past18Hours past24Hours past3Hours past6Hours past9Hours pastHour

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-precipitation-summary-structure.json",
  "name": "PrecipitationSummary",
  "description": "PrecipitationSummary schema from AccuWeather API",
  "type": "object",
  "properties": {
    "past12Hours": {
      "type": "string",
      "nullable": true
    },
    "past18Hours": {
      "type": "string",
      "nullable": true
    },
    "past24Hours": {
      "type": "string",
      "nullable": true
    },
    "past3Hours": {
      "type": "string",
      "nullable": true
    },
    "past6Hours": {
      "type": "string",
      "nullable": true
    },
    "past9Hours": {
      "type": "string",
      "nullable": true
    },
    "pastHour": {
      "type": "string",
      "nullable": true
    }
  }
}