From a3e640162eb3ab211759a170feaf6069d532e5c6 Mon Sep 17 00:00:00 2001 From: Edwin van den Belt Date: Wed, 22 Apr 2026 08:21:00 +0200 Subject: [PATCH] #593 hemispheres --- TOMP-API.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/TOMP-API.yaml b/TOMP-API.yaml index 978ada4..0c8a81c 100644 --- a/TOMP-API.yaml +++ b/TOMP-API.yaml @@ -2552,12 +2552,14 @@ components: type: number example: 6.169639 format: float - minimum: 0 + minimum: -180 + maximum: 180 lat: type: number example: 52.253279 format: float - minimum: 0 + minimum: -90 + maximum: 90 alt: type: number description: altitude, in meters above sea level