diff --git a/src/c3nav/routing/schemas.py b/src/c3nav/routing/schemas.py index 718e3467..854d6f80 100644 --- a/src/c3nav/routing/schemas.py +++ b/src/c3nav/routing/schemas.py @@ -18,7 +18,7 @@ class LocateRequestWifiPeerSchema(BaseSchema): description="BSSID of the peer", example="c3:42:13:37:ac:ab", ) - ssid: NonEmptyStr = APIField( + ssid: str = APIField( title="SSID", description="(E)SSID of the peer", example="c3nav-locate",