mobilityhouse / ocpp

Python implementation of the Open Charge Point Protocol (OCPP).
MIT License
744 stars 291 forks source link

Skip schema validation on call #650

Closed esiebert closed 1 month ago

esiebert commented 1 month ago

Implements schema validation skipping when running call.

skip_schema_validation is defaulted to False, and once set to True, will skip schema validation of both request and response.

Implements https://github.com/mobilityhouse/ocpp/issues/315.