UnitRange

Count as a min/max range of a discrete quantity (e.g. number of properties or units in a portfolio).

  • max
    Type: null | number | string Pattern: ^-?(?:0|[1-9]\d*)(?:\.\d+)?$Format: double
    min:  
    0

    Maximum count. Omit for an open-ended lower-bounded range.

  • min
    Type: null | number | string Pattern: ^-?(?:0|[1-9]\d*)(?:\.\d+)?$Format: double
    min:  
    0

    Minimum count. Omit for an open-ended upper-bounded range.