https://ns.adobe.com/xdm/context/beacon-interaction-details
Beacon is a wireless device that communicates identity information to mobile applications as mobile devices come within range.
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In |
---|---|---|---|---|---|---|
Can be instantiated | Yes | Experimental | No | Forbidden | Permitted | context/beacon-interaction-details.schema.json |
- Beacon
https://ns.adobe.com/xdm/context/beacon-interaction-details
- Extensibility base schema
https://ns.adobe.com/xdm/common/extensible
- Extensibility base schema
{
"xdm:proximityUUID": "dd0094a0-52bb-4d3a-ab15-fcccb9b9b48e",
"xdm:beaconMajor": 100,
"xdm:beaconMinor": 23,
"xdm:proximity": "near"
}
Property | Type | Required | Defined by |
---|---|---|---|
xdm:beaconMajor | number |
Optional | Beacon (this schema) |
xdm:beaconMinor | number |
Optional | Beacon (this schema) |
xdm:proximity | enum |
Optional | Beacon (this schema) |
xdm:proximityUUID | string |
Optional | Beacon (this schema) |
* |
any | Additional | this schema allows additional properties |
Major values identify and distinguish a group and unsigned integer values between 1 and 65,535.
xdm:beaconMajor
- is optional
- type:
number
- defined in this schema
number
Minor values identify and distinguish an individual and unsigned integer values between 1 and 65,535.
xdm:beaconMinor
- is optional
- type:
number
- defined in this schema
number
Estimated distance from the beacon.
xdm:proximity
- is optional
- type:
enum
- defined in this schema
The value of this property must be equal to one of the known values below.
Value | Description |
---|---|
immediate |
Within a few centimeter. |
near |
Within a couple of meters. |
far |
Greater than 10 meters away. |
unknown |
Not able to ascertain distance, signal likely very weak. |
A proximity UUID (Universally Unique IDentifier) is a special type of identifier used to distinguish beacons in your network from all other beacons in networks outside your control. The proximity UUID is configured into a beacon, to be transmitted to mobile devices in range to identify an organizations beacons.
xdm:proximityUUID
- is optional
- type:
string
- defined in this schema
string