UnitRange
Count as a min/max range of a discrete quantity (e.g. number of
properties or units in a portfolio).
- maxType: null | number | string
Pattern: ^-?(?:0|[1-9]\d*)(?:\.\d+)?$Format: doublemin:0Maximum count. Omit for an open-ended lower-bounded range.
- minType: null | number | string
Pattern: ^-?(?:0|[1-9]\d*)(?:\.\d+)?$Format: doublemin:0Minimum count. Omit for an open-ended upper-bounded range.