customlocation geometry schema should have default none
This commit is contained in:
parent
6e41beac3f
commit
d63113f0bb
1 changed files with 1 additions and 0 deletions
|
@ -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",
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue