| verificationPolicy | string | passdown | passdown, ignore, abort, remove | The verification policy controls how the output of the plugin's hook function should be handled and whether to verify the output or not.<br/>- passdown (default): the output of the plugin is passed down to the next plugin, regardless of the result. The result is not verified.<br/>- ignore: the output of the current plugin is ignored if the verification fails, and the next plugin is called with the same input.<br/>- abort: the output of the current plugin is ignored if the verification fails, and the next plugin is not called.<br/>- remove: the output of the current plugin is ignored if the verification fails, and the next plugin is called with the same input. The current registered hook from the current plugin is removed from the list of registered hooks and it will not be called again. |
0 commit comments