We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adb6bce commit 0d3612dCopy full SHA for 0d3612d
1 file changed
schemas/thing.py
@@ -262,8 +262,8 @@ class WellResponse(BaseThingResponse):
262
well_status: str | None
263
open_status: str | None
264
datalogger_suitability_status: str | None
265
- measuring_point_height: float
266
- measuring_point_height_is_assumed: bool = False
+ measuring_point_height: float | None = None
+ measuring_point_height_is_assumed: bool = False | None
267
measuring_point_height_unit: str = "ft"
268
measuring_point_description: str | None
269
aquifers: list[dict] = []
0 commit comments