Skip to content

Commit

Permalink
updated poi detailschema
Browse files Browse the repository at this point in the history
  • Loading branch information
prabhum2 committed Nov 21, 2019
1 parent 7373e5d commit 09ce54e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion schemas/context/poi-detail.example.1.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"xdm:POIID": "c7f4bf28-c8d9-4b89-a81f-2a8ef9367390",
"xdm:poiId": "c7f4bf28-c8d9-4b89-a81f-2a8ef9367390",
"xdm:name": "Acme Hotel Tokyo",
"xdm:category": "Resorts",
"xdm:type": "Hotel",
Expand Down
2 changes: 1 addition & 1 deletion schemas/context/poi-detail.example.2.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"xdm:POIID": "c7f4bf28-c8d9-4b89-a81f-2a8ef9367390",
"xdm:poiID": "c7f4bf28-c8d9-4b89-a81f-2a8ef9367390",
"xdm:name": "Acme Hotel Tokyo",
"xdm:category": "Resorts",
"xdm:type": "Hotel",
Expand Down
6 changes: 6 additions & 0 deletions schemas/context/poi-detail.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@
"geo-interaction-detail": {
"properties": {
"xdm:POIID": {
"title": "POI Identity",
"type": "string",
"meta:status": "deprecated",
"description": "The unique identifier of the POI."
},
"xdm:poiId": {
"title": "POI Identity",
"type": "string",
"description": "The unique identifier of the POI."
Expand Down

0 comments on commit 09ce54e

Please sign in to comment.