From 280b15b5c4b1093b0340351ee07e959e35b9e41b Mon Sep 17 00:00:00 2001 From: Edwin van den Belt Date: Wed, 22 Apr 2026 08:23:18 +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 7418548b..cd4fa8a8 100644 --- a/TOMP-API.yaml +++ b/TOMP-API.yaml @@ -2568,12 +2568,14 @@ components: type: number example: 6.169639 format: float - minimum: 0 + minimum: -180.0 + maximum: 180.0 lat: type: number example: 52.253279 format: float - minimum: 0 + minimum: -90.0 + maximum: 90.0 alt: type: number description: altitude, in meters above sea level