aboutsummaryrefslogtreecommitdiffstats
path: root/apps/weather_status/openapi.json
diff options
context:
space:
mode:
authorprovokateurin <kate@provokateurin.de>2024-04-15 09:10:59 +0200
committerprovokateurin <kate@provokateurin.de>2024-04-15 09:10:59 +0200
commit015f58253243c848e09da05ce4e5b5511bc280d4 (patch)
tree3d863d40166ce343580e0113662bba1d9071287c /apps/weather_status/openapi.json
parent1ce3ae8a306fd3075d12c0c074e7234ad27e74db (diff)
downloadnextcloud-server-015f58253243c848e09da05ce4e5b5511bc280d4.tar.gz
nextcloud-server-015f58253243c848e09da05ce4e5b5511bc280d4.zip
chore(deps): Update openapi-extractor
Signed-off-by: provokateurin <kate@provokateurin.de>
Diffstat (limited to 'apps/weather_status/openapi.json')
-rw-r--r--apps/weather_status/openapi.json4
1 files changed, 2 insertions, 2 deletions
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
}
},