Readonlyvariant: "Any"The discriminant.
Readonlyvariant: "Value"The discriminant.
Readonlyvalue: CborDateThe date the value must equal.
Readonlyvariant: "Range"The discriminant.
Readonlymin: CborDateThe inclusive earliest date.
Readonlymax: CborDateThe inclusive latest date.
Readonlyvariant: "Earliest"The discriminant.
Readonlyvalue: CborDateThe inclusive earliest date.
Readonlyvariant: "Latest"The discriminant.
Readonlyvalue: CborDateThe inclusive latest date.
Readonlyvariant: "StringValue"The discriminant.
Readonlyvalue: stringThe ISO-8601 string the date must equal.
Readonlyvariant: "Regex"The discriminant.
Readonlyregex: PatternRegexThe regex the date's ISO-8601 string must match.
A pattern over dates: any, an exact date, a range, a bound, an ISO-8601 string, or a regex on it.