diff --git a/src/c3nav/routing/schemas.py b/src/c3nav/routing/schemas.py index 9a8414a8..d5a1afdc 100644 --- a/src/c3nav/routing/schemas.py +++ b/src/c3nav/routing/schemas.py @@ -77,7 +77,7 @@ class LocateRequestIBeaconPeerSchema(BaseSchema): title="minor value of the iBeacon", ) distance: NonNegativeFloat = APIField( - title="determined iBeacon distance", + title="determined iBeacon distance in meters", ) last_seen_ago: NonNegativeInt = APIField( title="how many milliseconds ago this beacon was last seen"