NumberRange

A range of integers.

Example:

{
    "min": 2,
    "max": 10
}

Field

Required

Type

Description

min

No

String

The minimum value. If not provided, it's considered to be equal to the minimum allowed value: "1" for adults and days; "0" for childrenAges. See DateRange to learn more.

max

Yes

String

The maximum value.