UpdateZoningRequest
Partial update body for the zoning block on a property PATCH. Include
only the sub-fields you want to change; omitted fields are left
untouched. Sending null for a nullable sub-field clears it.
- 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.