{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/accuweather/refs/heads/main/json-schema/accuweather-minute-cast-style-schema.json", "title": "MinuteCastStyle", "description": "MinuteCastStyle schema from AccuWeather API", "enum": [ "Gauge", "Widgets" ], "type": "string" }