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 timestamp validation action.
Formats:
Hint: To support timestamps with lower or higher accuracy, the millisecond specification can be removed or contain up to 9 digits.
Hint: The regex used cannot validate the maximum number of days based on year and month. For example, "2023-06-31T00:00:00.000Z" is valid although June has only 30 days.
Hint: The regex also allows a space as a separator between the date and time parts instead of the "T" character.
An ISO timestamp action.
Creates an ISO timestamp validation action.
Formats:
Hint: To support timestamps with lower or higher accuracy, the millisecond specification can be removed or contain up to 9 digits.
Hint: The regex used cannot validate the maximum number of days based on year and month. For example, "2023-06-31T00:00:00.000Z" is valid although June has only 30 days.
Hint: The regex also allows a space as a separator between the date and time parts instead of the "T" character.
The error message.
An ISO timestamp action.
ReadonlyrequirementThe ISO timestamp regex.
ReadonlytypeThe action type.
ISO timestamp action interface.