Skip to content

Commit

Permalink
Improved the text for the descriptions.
Browse files Browse the repository at this point in the history
Trivial improvements to the description text.
  • Loading branch information
cdegroot-adobe authored Apr 23, 2019
1 parent 462f372 commit 6d70e2b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions schemas/context/search.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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."
}
}
}
Expand Down

0 comments on commit 6d70e2b

Please sign in to comment.