diff --git a/schemas/context/search.schema.json b/schemas/context/search.schema.json index 3ebc11b0f0..f56d41ac74 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." } } }