Readonly Internal~runValidates known input values.
The input dataset.
The configuration.
The output dataset.
Optional Readonly Internal~typesThe input, output and issue type.
ReadonlyasyncWhether it's async.
ReadonlyexpectsThe expected property.
ReadonlykindThe object kind.
ReadonlymessageThe error message.
ReadonlyreferenceThe action reference.
Creates an ISO date validation action.
Format: yyyy-mm-dd
Hint: The regex used cannot validate the maximum number of days based on year and month. For example, "2023-06-31" is valid although June has only 30 days.
An ISO date action.
Creates an ISO date validation action.
Format: yyyy-mm-dd
Hint: The regex used cannot validate the maximum number of days based on year and month. For example, "2023-06-31" is valid although June has only 30 days.
The error message.
An ISO date action.
ReadonlyrequirementThe ISO date regex.
ReadonlytypeThe action type.
ISO date action interface.