{ "descriptor": { "name": "Weather", "description": "Displays the current weather information of a set location.", "settings": { "title": "Settings for weather widget", "displayInFahrenheit": { "label": "Display in Fahrenheit" }, "location": { "label": "Weather location" } } }, "card": { "weatherDescriptions": { "clear": "Clear", "mainlyClear": "Mainly clear", "fog": "Fog", "drizzle": "Drizzle", "freezingDrizzle": "Freezing drizzle", "rain": "Rain", "freezingRain": "Freezing rain", "snowFall": "Snow fall", "snowGrains": "Snow grains", "rainShowers": "Rain showers", "snowShowers": "Snow showers", "thunderstorm": "Thunderstorm", "thunderstormWithHail": "Thunderstorm with hail", "unknown": "Unknown" } } }