From 43095bb76ea63004af8cbf4149ca3aa92f700575 Mon Sep 17 00:00:00 2001 From: stevemunk <33468793+stevemunk@users.noreply.github.com> Date: Fri, 31 Oct 2025 17:54:39 -0500 Subject: [PATCH] Updated the description for the boundingBox property of the address object. --- specification/maps/data-plane/Search/stable/1.0/search.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/specification/maps/data-plane/Search/stable/1.0/search.json b/specification/maps/data-plane/Search/stable/1.0/search.json index 05a7648a5c2d..def886770211 100644 --- a/specification/maps/data-plane/Search/stable/1.0/search.json +++ b/specification/maps/data-plane/Search/stable/1.0/search.json @@ -2490,7 +2490,8 @@ "readOnly": true }, "boundingBox": { - "$ref": "#/definitions/BoundingBoxCompassNotation" + "$ref": "#/definitions/BoundingBoxCompassNotation", + "description": "Defines the bounding box for the location. This property is only returned by the Search Address Reverse APIs. All other Search APIs return the `viewport` property of the `SearchAddressResultItem` object." } } },