Schema validation for incoming requests can be disabled using @on(skip_schema_validation=True). However, for sending requests it can't be disabled.
I'm currently working on a fuzzer and deliberately want to send invalid requests.
Therefore, we should ask support for this keyword argument to ChargePoint.call() as well.
Schema validation for incoming requests can be disabled using
@on(skip_schema_validation=True). However, for sending requests it can't be disabled.I'm currently working on a fuzzer and deliberately want to send invalid requests.
Therefore, we should ask support for this keyword argument to
ChargePoint.call()as well.