Readonly
callbackThe callback that applies the logic of the operation to the shape output.
Readonly
istrue
if the operation callback may return a promise, or false
otherwise.
Readonly
paramThe additional param associated with the operation. Usually contains a Operation.type-specific data is used in the Operation.callback.
Readonly
toleranceThe operation tolerance for issues that are raised during validation.
Readonly
typeThe 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