From 903b1ff9c9b07ae386648eabec09551b059943ad Mon Sep 17 00:00:00 2001 From: Geir Aalberg Date: Tue, 30 Jan 2024 19:18:37 +0100 Subject: [PATCH] fixed bug in forti schema --- schemas/METJSONForecast.json | 1 + 1 file changed, 1 insertion(+) diff --git a/schemas/METJSONForecast.json b/schemas/METJSONForecast.json index 2005d90..c25cd2d 100644 --- a/schemas/METJSONForecast.json +++ b/schemas/METJSONForecast.json @@ -202,6 +202,7 @@ }, "WeatherSymbol": { "description": "A identifier that sums up the weather condition for this time period, see documentation.", + "type": "string", "enum": [ "clearsky_day", "clearsky_night",