From 015f58253243c848e09da05ce4e5b5511bc280d4 Mon Sep 17 00:00:00 2001 From: provokateurin Date: Mon, 15 Apr 2024 09:10:59 +0200 Subject: chore(deps): Update openapi-extractor Signed-off-by: provokateurin --- apps/weather_status/openapi.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/weather_status/openapi.json') diff --git a/apps/weather_status/openapi.json b/apps/weather_status/openapi.json index 0605016ea97..e43ee2a1e38 100644 --- a/apps/weather_status/openapi.json +++ b/apps/weather_status/openapi.json @@ -492,7 +492,7 @@ "description": "Latitude in decimal degree format", "schema": { "type": "number", - "format": "float", + "format": "double", "nullable": true } }, @@ -502,7 +502,7 @@ "description": "Longitude in decimal degree format", "schema": { "type": "number", - "format": "float", + "format": "double", "nullable": true } }, -- cgit v1.2.3