ReadonlycallbackThe callback that applies the logic of the operation to the shape output.
Readonlyistrue if the operation callback may return a promise, or false otherwise.
ReadonlyparamThe additional param associated with the operation. Usually contains a Operation.type-specific data is used in the Operation.callback.
ReadonlytoleranceThe operation tolerance for issues that are raised during validation.
ReadonlytypeThe type of the operation such as "string.regex" or "array.includes".
An operation that a shape applies to its output.
Template: Value
The shape output value to which the operation must be applied.
See