customlocation geometry schema should have default none

This commit is contained in:
Laura Klünder 2023-12-03 19:39:34 +01:00
parent 6e41beac3f
commit d63113f0bb

View file

@ -385,6 +385,7 @@ class CustomLocationSchema(SerializableSchema):
description="ground altitude (in the map-wide coordinate system), if it can be determined"
)
geometry: Optional[PointSchema] = APIField(
None,
description="point geometry for this custom location",
)