MatchedGeofenceItem
Schema for matched geofence in test response.
Provides detailed information about geofences that contain the test point, including group membership for filtering and organization.
geofence_idGeofence Id (string)required
geofence_nameGeofence Name (string)required
group_id object
anyOf
- string
- null
string
group_name object
anyOf
- string
- null
string
distance_meters object
Distance from point to geofence edge in meters (0 if inside)
- number
- null
number
MatchedGeofenceItem
{
"geofence_id": "string",
"geofence_name": "string",
"group_id": "string",
"group_name": "string",
"distance_meters": 0
}