Zoning
Zoning information for a property.
- categoriesType: array string[] | null
Zoning categories: residential, office, retail, industrial, hotel, etc. Uses the same values as the property category field.
- gfaType: object ยท Area nullable
Permitted gross floor area (GFA).
- 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.