From 548158bc11c0354ad67f5f27fd480b32a7b0eb8a Mon Sep 17 00:00:00 2001 From: Ludovic Robert <30499179+bigludo7@users.noreply.github.com> Date: Fri, 5 Dec 2025 16:27:29 +0100 Subject: [PATCH] Enhance Area object with description Add description for the geofencing area in the schema. --- code/API_definitions/geofencing-subscriptions.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/code/API_definitions/geofencing-subscriptions.yaml b/code/API_definitions/geofencing-subscriptions.yaml index 2f6e63e9..f7bc331e 100644 --- a/code/API_definitions/geofencing-subscriptions.yaml +++ b/code/API_definitions/geofencing-subscriptions.yaml @@ -816,6 +816,7 @@ components: Area: type: object + description: The geofencing area where the monitor is active. This area is specified by API consumers in the subscription request. The same area definition is included in event notifications without any modifications. properties: areaType: $ref: "#/components/schemas/AreaType"