{ "$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 } } }