https://ns.adobe.com/xdm/context/poi-detail
A Point or Place of Interest(POI) Details. Used to capture the techncial and metadata information for a POI.
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In |
---|---|---|---|---|---|---|
Can be instantiated | Yes | Experimental | No | Forbidden | Permitted | context/poi-detail.schema.json |
- Point of Interest Details
https://ns.adobe.com/xdm/context/poi-detail
- Extensibility base schema
https://ns.adobe.com/xdm/common/extensible
- Beacon
https://ns.adobe.com/xdm/context/beacon-interaction-details
- Geo Interaction Details
https://ns.adobe.com/xdm/context/geo-interaction-details
- Extensibility base schema
{
"xdm:POIID": "c7f4bf28-c8d9-4b89-a81f-2a8ef9367390",
"xdm:name": "Acme Hotel Tokyo",
"xdm:category": "Resorts",
"xdm:type": "Hotel",
"xdm:locatingType": "gps",
"xdm:geoInteractionDetails": {
"xdm:distanceToCenter": 100,
"xdm:accuracy": 30
}
}
{
"xdm:POIID": "c7f4bf28-c8d9-4b89-a81f-2a8ef9367390",
"xdm:name": "Acme Hotel Tokyo",
"xdm:category": "Resorts",
"xdm:type": "Hotel",
"xdm:locatingType": "beacon",
"xdm:beaconInteractionDetails": {
"xdm:proximityUUID": "dd0094a0-52bb-4d3a-ab15-fcccb9b9b48e",
"xdm:beaconMajor": 100,
"xdm:beaconMinor": 23
}
}
Property | Type | Required | Defined by |
---|---|---|---|
xdm:POIID | string |
Optional | Point of Interest Details (this schema) |
xdm:beaconInteractionDetails | Beacon | Optional | Point of Interest Details (this schema) |
xdm:category | string |
Optional | Point of Interest Details (this schema) |
xdm:distanceToPOICenter | number |
Optional | Point of Interest Details (this schema) |
xdm:geoInteractionDetails | Geo Interaction Details | Optional | Point of Interest Details (this schema) |
xdm:locatingType | string |
Optional | Point of Interest Details (this schema) |
xdm:name | string |
Optional | Point of Interest Details (this schema) |
xdm:type | string |
Optional | Point of Interest Details (this schema) |
* |
any | Additional | this schema allows additional properties |
The unique identifier of the POI.
xdm:POIID
- is optional
- type:
string
- defined in this schema
string
Beacon details active for the POI interaction.
xdm:beaconInteractionDetails
- is optional
- type: Beacon
- defined in this schema
- Beacon –
https://ns.adobe.com/xdm/context/beacon-interaction-details
General category assigned for organizing the POIs by the administrator of POI definitions.
xdm:category
- is optional
- type:
string
- defined in this schema
string
Estimated distance from the POI Center in meters.
xdm:distanceToPOICenter
- is optional
- type:
number
- defined in this schema
number
Geo details active for the POI interaction.
xdm:geoInteractionDetails
- is optional
- type: Geo Interaction Details
- defined in this schema
- Geo Interaction Details –
https://ns.adobe.com/xdm/context/geo-interaction-details
Mechanism used to ascertain location.
xdm:locatingType
- is optional
- type:
string
- defined in this schema
string
Value | Description |
---|---|
beacon |
Hardware beacon |
gps |
Device GPS |
ip |
IP to geo lookup |
ip+wifi |
IP with Wifi lookup |
wifi-triangulation |
Wifi triangulation |
The name given to the POI.
xdm:name
- is optional
- type:
string
- defined in this schema
string
The general type of the POI using a typing schema selected by the administrator of the POI definitions.
xdm:type
- is optional
- type:
string
- defined in this schema
string