refactor(simulator): move configuration related helpers
[e-mobility-charging-stations-simulator.git] / src / assets / json-schemas / ocpp / 2.0 / DataTransferRequest.json
index 961adfef5260fd2cb9579227c874c1edbc9e8dda..f1c5d797460436547773fba9293b56a2c2a980e1 100755 (executable)
@@ -1,7 +1,7 @@
 {
-  "$schema": "http://json-schema.org/draft-06/schema#",
+  "$schema": "http://json-schema.org/draft-07/schema#",
   "$id": "urn:OCPP:Cp:2:2020:3:DataTransferRequest",
-  "comment": "OCPP 2.0.1 FINAL",
+  "$comment": "OCPP 2.0.1 FINAL",
   "definitions": {
     "CustomDataType": {
       "description": "This class does not get 'AdditionalProperties = false' in the schema generation, so it can be extended with arbitrary JSON properties to allow adding custom data.",