DateRange
objectA date expressed as a (possibly open-ended) range.
Used where a date is only known to fall within a window rather than on an
exact day.
lower
Any Ofrequired
Earliest date in the range; null if unbounded below.
Variant 1string(date)
lower_inclusivebooleanrequired
Whether the lower bound is inclusive.
upper
Any Ofrequired
Latest date in the range; null if unbounded above.
Variant 1string(date)
upper_inclusivebooleanrequired
Whether the upper bound is inclusive.
Example