Skip to content

Commit

Permalink
Improved descriptions
Browse files Browse the repository at this point in the history
Reenamed POI Identity
  • Loading branch information
chrisdegroot committed May 8, 2018
1 parent c50506b commit 8964399
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions schemas/context/poi-interaction.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"definitions": {
"poi-interaction": {
"properties": {
"@id": {
"title": "POI ID",
"xdm:POIID": {
"title": "POI Identity",
"type": "string",
"description": "The unique identifier of the POI."
},
Expand All @@ -26,27 +26,27 @@
"xdm:category": {
"title": "POI Category",
"type": "string",
"description": "General category assigned for orginizing the POIs by the administrator of POI definitions."
"description": "General category assigned for organizing the POIs by the administrator of POI definitions."
},
"xdm:type": {
"title": "POI Type",
"type": "string",
"description": "The general type of the POI using a typing schema selected by the adminsitrator of the POI definitions."
"description": "The general type of the POI using a typing schema selected by the administrator of the POI definitions."
},
"xdm:distanceToPOICenter": {
"title": "Distance to POI Center",
"type": "number",
"description": "Estimated distence from the POI Center in meters."
"description": "Estimated distance from the POI Center in meters."
},
"https://ns.adobe.com/xdm/data/metrics/poi-interaction/poi-entries": {
"$ref": "https://ns.adobe.com/xdm/data/measure",
"description":
"The number of entries into a Point of Interest (POI)."
"The number of times a person has entered the Point of Interest (POI)."
},
"https://ns.adobe.com/xdm/data/metrics/poi-interaction/poi-exits": {
"$ref": "https://ns.adobe.com/xdm/data/measure",
"description":
"The number of exits from a Point of Interest (POI)."
"The number of times a person has exited the Point of Interest (POI)."
}
},
"required": ["@id"]
Expand Down

0 comments on commit 8964399

Please sign in to comment.