From 9d1501d5ecaa43c8544b0450e7a203b86fd1590b Mon Sep 17 00:00:00 2001 From: Edwin van den Belt Date: Wed, 22 Apr 2026 08:15:50 +0200 Subject: [PATCH] Adjusted the longitude/latitude with negative values --- TOMP-API-1-CORE.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/TOMP-API-1-CORE.yaml b/TOMP-API-1-CORE.yaml index 98d623b..a916042 100644 --- a/TOMP-API-1-CORE.yaml +++ b/TOMP-API-1-CORE.yaml @@ -1610,7 +1610,8 @@ components: items: type: number format: float - minimum: 0.0 + minimum: -180.0 + maximum: 180.0 geojsonPoint: type: object