{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/accuweather/refs/heads/main/json-structure/accuweather-minute-cast-minute-structure.json", "name": "MinuteCastMinute", "description": "MinuteCastMinute schema from AccuWeather API", "type": "object", "properties": { "displayTime": { "type": "string", "nullable": true }, "minute": { "type": "int32" }, "color": { "type": "string", "nullable": true }, "dbz": { "type": "float", "nullable": true }, "precipitationType": { "type": "string", "nullable": true } } }