Fixes to OCA OCPP 2.0.1 JSON schemas
[e-mobility-charging-stations-simulator.git] / src / charging-station / ocpp / OCPPRequestService.ts
index fda320abc26557e90c6a25b94a6082e2b00a46bb..e4890a91d8a6a88e2c8d282fcd603c2b2c31baef 100644 (file)
@@ -38,6 +38,7 @@ export default abstract class OCPPRequestService {
   protected constructor(version: OCPPVersion, ocppResponseService: OCPPResponseService) {
     this.version = version;
     this.ajv = new Ajv({
+      keywords: ['javaType'],
       multipleOfPrecision: 2,
     });
     ajvFormats(this.ajv);