OCI-43595
Invalid validation function 'string'
Cause
The validation function does not have the required number or type of input or output arguments, or the required return argument.
Action
Ensure that the validation function returns a boolean value and accepts only two JSON arguments.