From 52bc29cd2c40919128b2f665b4f82815396d801e Mon Sep 17 00:00:00 2001 From: ambientlight Date: Mon, 26 Jul 2021 21:43:47 +0800 Subject: [PATCH] fix WindDirection incorrect degrees type: int32 -> float --- .../Microsoft.Maps/Weather/preview/1.0/weather.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specification/maps/data-plane/Microsoft.Maps/Weather/preview/1.0/weather.json b/specification/maps/data-plane/Microsoft.Maps/Weather/preview/1.0/weather.json index 2e6416f391f9..6d2bff219c5d 100644 --- a/specification/maps/data-plane/Microsoft.Maps/Weather/preview/1.0/weather.json +++ b/specification/maps/data-plane/Microsoft.Maps/Weather/preview/1.0/weather.json @@ -778,8 +778,8 @@ "type": "object", "properties": { "degrees": { - "type": "integer", - "format": "int32", + "type": "number", + "format": "float", "description": "Wind direction in Azimuth degrees, starting at true North and continuing in clockwise direction. North is 0 degrees, east is 90 degrees, south is 180 degrees, west is 270 degrees. Possible values 0-359." }, "localizedDescription": {