From c8b13d1ddd1ac4efe0396c0acbffd89f1b5e2ba4 Mon Sep 17 00:00:00 2001 From: Jing Li Date: Mon, 27 Jul 2026 18:39:57 -0400 Subject: [PATCH 1/2] Pulling out the location hint change into a standalone PR. --- source/schemas/shopping/types/context.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/schemas/shopping/types/context.json b/source/schemas/shopping/types/context.json index 75659ab79..d919f8515 100644 --- a/source/schemas/shopping/types/context.json +++ b/source/schemas/shopping/types/context.json @@ -13,6 +13,10 @@ "type": "object", "additionalProperties": true, "properties": { + "location": { + "type": "string", + "description": "Identifier or name hint for the specific location (e.g., physical store, property, or restaurant) associated with the user. A common example in retail shopping is the default home store selected and saved by the user when purchasing grocery." + }, "intent": { "type": "string", "description": "Background context describing buyer's intent (e.g., 'looking for a gift under $50', 'need something durable for outdoor use'). Informs relevance, recommendations, and personalization." From faf78334785b138af9064a50cbca9fffa4b69cd0 Mon Sep 17 00:00:00 2001 From: Jing Li Date: Tue, 28 Jul 2026 16:08:47 -0400 Subject: [PATCH 2/2] Tweak the description of context.location to be more explicit in its value expectation. --- source/schemas/shopping/types/context.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/schemas/shopping/types/context.json b/source/schemas/shopping/types/context.json index d919f8515..66c564298 100644 --- a/source/schemas/shopping/types/context.json +++ b/source/schemas/shopping/types/context.json @@ -15,7 +15,7 @@ "properties": { "location": { "type": "string", - "description": "Identifier or name hint for the specific location (e.g., physical store, property, or restaurant) associated with the user. A common example in retail shopping is the default home store selected and saved by the user when purchasing grocery." + "description": "Reference to the specific location (e.g., physical store, property, or restaurant) associated with the user. A common example in retail shopping is the default home store selected and saved by the user on their profile when purchasing grocery." }, "intent": { "type": "string",