UpdateZoningRequest
Zoning data for property patch requests with tri-state field semantics.
- categoriesType: array string[] | null
- gfaType: object ยท Area nullable
Area measurement with value and unit.
- unitType: stringrequired
Area unit. Write requests must include "sqm"; read responses are normalized to "sqm".
- valueType: number | string
Pattern: ^-?(?:0|[1-9]\d*)(?:\.\d+)?$Format: doublerequiredArea value.