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. Matches the pcred-api DateRange shape.
lower
Any OfEarliest date in the range; null if unbounded below.
Variant 1string(date)
lower_inclusivebooleanrequired
Whether the lower bound is inclusive.
upper
Any OfLatest date in the range; null if unbounded above.
Variant 1string(date)
upper_inclusivebooleanrequired
Whether the upper bound is inclusive.
Example