From 6d70e2bb02c663378e842897bb490191d66da90a Mon Sep 17 00:00:00 2001 From: Chris de Groot <35702142+cdegroot-adobe@users.noreply.github.com> Date: Tue, 23 Apr 2019 10:53:00 -0400 Subject: [PATCH] Improved the text for the descriptions. Trivial improvements to the description text. --- schemas/context/search.schema.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/schemas/context/search.schema.json b/schemas/context/search.schema.json index 3ebc11b0f..f56d41ac7 100644 --- a/schemas/context/search.schema.json +++ b/schemas/context/search.schema.json @@ -28,7 +28,7 @@ "xdm:keywords": { "title": "Keywords", "type": "string", - "description": "The keywords for the search." + "description": "Keywords for the search." }, "xdm:isPaid": { "title": "Is Paid", @@ -38,17 +38,17 @@ "xdm:pageDepth": { "title": "Page Depth", "type": "integer", - "description": "The page depth in the search results." + "description": "Page depth in the search results." }, "xdm:slot": { "title": "Page Slot", "type": "string", - "description": "The section of the page where the search result appeared. For eg. Top, Side" + "description": "Named section of the page where the search result appeared. For eg. Top, Side." }, "xdm:position": { "title": "Listing Position", "type": "integer", - "description": "Position (rank) of the listing in the search result page" + "description": "Position (rank) of the listing in the search result page." } } }