From: Jérôme Benoit Date: Sat, 7 Jan 2023 19:52:30 +0000 (+0100) Subject: Fixes to OCA OCPP 2.0.1 JSON schemas X-Git-Tag: v1.1.89~15 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=98fc1389a2464ce8738047f8990731ae31938ee5;p=e-mobility-charging-stations-simulator.git Fixes to OCA OCPP 2.0.1 JSON schemas Signed-off-by: Jérôme Benoit --- diff --git a/src/assets/json-schemas/ocpp/1.6/Authorize.json b/src/assets/json-schemas/ocpp/1.6/Authorize.json index 88bbbde8..8098ab42 100644 --- a/src/assets/json-schemas/ocpp/1.6/Authorize.json +++ b/src/assets/json-schemas/ocpp/1.6/Authorize.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/draft-07/schema", + "$schema": "http://json-schema.org/draft-07/schema#", "$id": "urn:OCPP:1.6:2019:12:AuthorizeRequest", "title": "AuthorizeRequest", "type": "object", diff --git a/src/assets/json-schemas/ocpp/1.6/AuthorizeResponse.json b/src/assets/json-schemas/ocpp/1.6/AuthorizeResponse.json index 685cb5cd..96fa915a 100644 --- a/src/assets/json-schemas/ocpp/1.6/AuthorizeResponse.json +++ b/src/assets/json-schemas/ocpp/1.6/AuthorizeResponse.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/draft-07/schema", + "$schema": "http://json-schema.org/draft-07/schema#", "$id": "urn:OCPP:1.6:2019:12:AuthorizeResponse", "title": "AuthorizeResponse", "type": "object", diff --git a/src/assets/json-schemas/ocpp/1.6/BootNotification.json b/src/assets/json-schemas/ocpp/1.6/BootNotification.json index 04414aec..29bb0933 100644 --- a/src/assets/json-schemas/ocpp/1.6/BootNotification.json +++ b/src/assets/json-schemas/ocpp/1.6/BootNotification.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/draft-07/schema", + "$schema": "http://json-schema.org/draft-07/schema#", "$id": "urn:OCPP:1.6:2019:12:BootNotificationRequest", "title": "BootNotificationRequest", "type": "object", diff --git a/src/assets/json-schemas/ocpp/1.6/BootNotificationResponse.json b/src/assets/json-schemas/ocpp/1.6/BootNotificationResponse.json index 7374645f..af698f42 100644 --- a/src/assets/json-schemas/ocpp/1.6/BootNotificationResponse.json +++ b/src/assets/json-schemas/ocpp/1.6/BootNotificationResponse.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/draft-07/schema", + "$schema": "http://json-schema.org/draft-07/schema#", "$id": "urn:OCPP:1.6:2019:12:BootNotificationResponse", "title": "BootNotificationResponse", "type": "object", diff --git a/src/assets/json-schemas/ocpp/1.6/ChangeAvailability.json b/src/assets/json-schemas/ocpp/1.6/ChangeAvailability.json index 3133adff..211bd3a5 100644 --- a/src/assets/json-schemas/ocpp/1.6/ChangeAvailability.json +++ b/src/assets/json-schemas/ocpp/1.6/ChangeAvailability.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/draft-07/schema", + "$schema": "http://json-schema.org/draft-07/schema#", "$id": "urn:OCPP:1.6:2019:12:ChangeAvailabilityRequest", "title": "ChangeAvailabilityRequest", "type": "object", diff --git a/src/assets/json-schemas/ocpp/1.6/ChangeConfiguration.json b/src/assets/json-schemas/ocpp/1.6/ChangeConfiguration.json index b1f3e289..f5bef8bc 100644 --- a/src/assets/json-schemas/ocpp/1.6/ChangeConfiguration.json +++ b/src/assets/json-schemas/ocpp/1.6/ChangeConfiguration.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/draft-07/schema", + "$schema": "http://json-schema.org/draft-07/schema#", "$id": "urn:OCPP:1.6:2019:12:ChangeConfigurationRequest", "title": "ChangeConfigurationRequest", "type": "object", diff --git a/src/assets/json-schemas/ocpp/1.6/ClearCache.json b/src/assets/json-schemas/ocpp/1.6/ClearCache.json index e721e8ec..2ad29e10 100644 --- a/src/assets/json-schemas/ocpp/1.6/ClearCache.json +++ b/src/assets/json-schemas/ocpp/1.6/ClearCache.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/draft-07/schema", + "$schema": "http://json-schema.org/draft-07/schema#", "$id": "urn:OCPP:1.6:2019:12:ClearCacheRequest", "title": "ClearCacheRequest", "type": "object", diff --git a/src/assets/json-schemas/ocpp/1.6/ClearChargingProfile.json b/src/assets/json-schemas/ocpp/1.6/ClearChargingProfile.json index 0af0bda6..dc448f65 100644 --- a/src/assets/json-schemas/ocpp/1.6/ClearChargingProfile.json +++ b/src/assets/json-schemas/ocpp/1.6/ClearChargingProfile.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/draft-07/schema", + "$schema": "http://json-schema.org/draft-07/schema#", "$id": "urn:OCPP:1.6:2019:12:ClearChargingProfileRequest", "title": "ClearChargingProfileRequest", "type": "object", diff --git a/src/assets/json-schemas/ocpp/1.6/DataTransfer.json b/src/assets/json-schemas/ocpp/1.6/DataTransfer.json index 9d8be33c..34327e73 100755 --- a/src/assets/json-schemas/ocpp/1.6/DataTransfer.json +++ b/src/assets/json-schemas/ocpp/1.6/DataTransfer.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/draft-07/schema", + "$schema": "http://json-schema.org/draft-07/schema#", "$id": "urn:OCPP:1.6:2019:12:DataTransferRequest", "title": "DataTransferRequest", "type": "object", diff --git a/src/assets/json-schemas/ocpp/1.6/DataTransferResponse.json b/src/assets/json-schemas/ocpp/1.6/DataTransferResponse.json index e43e41a8..9c2778fa 100755 --- a/src/assets/json-schemas/ocpp/1.6/DataTransferResponse.json +++ b/src/assets/json-schemas/ocpp/1.6/DataTransferResponse.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/draft-07/schema", + "$schema": "http://json-schema.org/draft-07/schema#", "$id": "urn:OCPP:1.6:2019:12:DataTransferResponse", "title": "DataTransferResponse", "type": "object", diff --git a/src/assets/json-schemas/ocpp/1.6/DiagnosticsStatusNotification.json b/src/assets/json-schemas/ocpp/1.6/DiagnosticsStatusNotification.json index f45ecba6..0ba526fc 100644 --- a/src/assets/json-schemas/ocpp/1.6/DiagnosticsStatusNotification.json +++ b/src/assets/json-schemas/ocpp/1.6/DiagnosticsStatusNotification.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/draft-07/schema", + "$schema": "http://json-schema.org/draft-07/schema#", "$id": "urn:OCPP:1.6:2019:12:DiagnosticsStatusNotificationRequest", "title": "DiagnosticsStatusNotificationRequest", "type": "object", diff --git a/src/assets/json-schemas/ocpp/1.6/DiagnosticsStatusNotificationResponse.json b/src/assets/json-schemas/ocpp/1.6/DiagnosticsStatusNotificationResponse.json index a59c33c5..407feab5 100644 --- a/src/assets/json-schemas/ocpp/1.6/DiagnosticsStatusNotificationResponse.json +++ b/src/assets/json-schemas/ocpp/1.6/DiagnosticsStatusNotificationResponse.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/draft-07/schema", + "$schema": "http://json-schema.org/draft-07/schema#", "$id": "urn:OCPP:1.6:2019:12:DiagnosticsStatusNotificationResponse", "title": "DiagnosticsStatusNotificationResponse", "type": "object", diff --git a/src/assets/json-schemas/ocpp/1.6/FirmwareStatusNotification.json b/src/assets/json-schemas/ocpp/1.6/FirmwareStatusNotification.json index 2d6abbe0..af328592 100755 --- a/src/assets/json-schemas/ocpp/1.6/FirmwareStatusNotification.json +++ b/src/assets/json-schemas/ocpp/1.6/FirmwareStatusNotification.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/draft-07/schema", + "$schema": "http://json-schema.org/draft-07/schema#", "$id": "urn:OCPP:1.6:2019:12:FirmwareStatusNotificationRequest", "title": "FirmwareStatusNotificationRequest", "type": "object", diff --git a/src/assets/json-schemas/ocpp/1.6/FirmwareStatusNotificationResponse.json b/src/assets/json-schemas/ocpp/1.6/FirmwareStatusNotificationResponse.json index 8e8012a5..385b7fa4 100755 --- a/src/assets/json-schemas/ocpp/1.6/FirmwareStatusNotificationResponse.json +++ b/src/assets/json-schemas/ocpp/1.6/FirmwareStatusNotificationResponse.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/draft-07/schema", + "$schema": "http://json-schema.org/draft-07/schema#", "$id": "urn:OCPP:1.6:2019:12:FirmwareStatusNotificationResponse", "title": "FirmwareStatusNotificationResponse", "type": "object", diff --git a/src/assets/json-schemas/ocpp/1.6/GetCompositeSchedule.json b/src/assets/json-schemas/ocpp/1.6/GetCompositeSchedule.json index d49bcfd3..5b584aa2 100644 --- a/src/assets/json-schemas/ocpp/1.6/GetCompositeSchedule.json +++ b/src/assets/json-schemas/ocpp/1.6/GetCompositeSchedule.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/draft-07/schema", + "$schema": "http://json-schema.org/draft-07/schema#", "$id": "urn:OCPP:1.6:2019:12:GetCompositeScheduleRequest", "title": "GetCompositeScheduleRequest", "type": "object", diff --git a/src/assets/json-schemas/ocpp/1.6/GetCompositeScheduleResponse.json b/src/assets/json-schemas/ocpp/1.6/GetCompositeScheduleResponse.json index 3e6415c6..dc7d3ae9 100755 --- a/src/assets/json-schemas/ocpp/1.6/GetCompositeScheduleResponse.json +++ b/src/assets/json-schemas/ocpp/1.6/GetCompositeScheduleResponse.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/draft-07/schema", + "$schema": "http://json-schema.org/draft-07/schema#", "$id": "urn:OCPP:1.6:2019:12:GetCompositeScheduleResponse", "title": "GetCompositeScheduleResponse", "type": "object", diff --git a/src/assets/json-schemas/ocpp/1.6/GetConfiguration.json b/src/assets/json-schemas/ocpp/1.6/GetConfiguration.json index c692df8c..add890ce 100644 --- a/src/assets/json-schemas/ocpp/1.6/GetConfiguration.json +++ b/src/assets/json-schemas/ocpp/1.6/GetConfiguration.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/draft-07/schema", + "$schema": "http://json-schema.org/draft-07/schema#", "$id": "urn:OCPP:1.6:2019:12:GetConfigurationRequest", "title": "GetConfigurationRequest", "type": "object", diff --git a/src/assets/json-schemas/ocpp/1.6/GetDiagnostics.json b/src/assets/json-schemas/ocpp/1.6/GetDiagnostics.json index bb02bc56..f609f0d4 100644 --- a/src/assets/json-schemas/ocpp/1.6/GetDiagnostics.json +++ b/src/assets/json-schemas/ocpp/1.6/GetDiagnostics.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/draft-07/schema", + "$schema": "http://json-schema.org/draft-07/schema#", "$id": "urn:OCPP:1.6:2019:12:GetDiagnosticsRequest", "title": "GetDiagnosticsRequest", "type": "object", diff --git a/src/assets/json-schemas/ocpp/1.6/Heartbeat.json b/src/assets/json-schemas/ocpp/1.6/Heartbeat.json index 7fc98a29..c94b2bb0 100644 --- a/src/assets/json-schemas/ocpp/1.6/Heartbeat.json +++ b/src/assets/json-schemas/ocpp/1.6/Heartbeat.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/draft-07/schema", + "$schema": "http://json-schema.org/draft-07/schema#", "$id": "urn:OCPP:1.6:2019:12:HeartbeatRequest", "title": "HeartbeatRequest", "type": "object", diff --git a/src/assets/json-schemas/ocpp/1.6/HeartbeatResponse.json b/src/assets/json-schemas/ocpp/1.6/HeartbeatResponse.json index 443fb371..f4402cff 100644 --- a/src/assets/json-schemas/ocpp/1.6/HeartbeatResponse.json +++ b/src/assets/json-schemas/ocpp/1.6/HeartbeatResponse.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/draft-07/schema", + "$schema": "http://json-schema.org/draft-07/schema#", "$id": "urn:OCPP:1.6:2019:12:HeartbeatResponse", "title": "HeartbeatResponse", "type": "object", diff --git a/src/assets/json-schemas/ocpp/1.6/MeterValues.json b/src/assets/json-schemas/ocpp/1.6/MeterValues.json index 23e22eb6..7be45967 100644 --- a/src/assets/json-schemas/ocpp/1.6/MeterValues.json +++ b/src/assets/json-schemas/ocpp/1.6/MeterValues.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/draft-07/schema", + "$schema": "http://json-schema.org/draft-07/schema#", "$id": "urn:OCPP:1.6:2019:12:MeterValuesRequest", "title": "MeterValuesRequest", "type": "object", diff --git a/src/assets/json-schemas/ocpp/1.6/MeterValuesResponse.json b/src/assets/json-schemas/ocpp/1.6/MeterValuesResponse.json index 5317183d..8138cffc 100644 --- a/src/assets/json-schemas/ocpp/1.6/MeterValuesResponse.json +++ b/src/assets/json-schemas/ocpp/1.6/MeterValuesResponse.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/draft-07/schema", + "$schema": "http://json-schema.org/draft-07/schema#", "$id": "urn:OCPP:1.6:2019:12:MeterValuesResponse", "title": "MeterValuesResponse", "type": "object", diff --git a/src/assets/json-schemas/ocpp/1.6/RemoteStartTransaction.json b/src/assets/json-schemas/ocpp/1.6/RemoteStartTransaction.json index 3b1330a1..af855a93 100644 --- a/src/assets/json-schemas/ocpp/1.6/RemoteStartTransaction.json +++ b/src/assets/json-schemas/ocpp/1.6/RemoteStartTransaction.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/draft-07/schema", + "$schema": "http://json-schema.org/draft-07/schema#", "$id": "urn:OCPP:1.6:2019:12:RemoteStartTransactionRequest", "title": "RemoteStartTransactionRequest", "type": "object", diff --git a/src/assets/json-schemas/ocpp/1.6/RemoteStopTransaction.json b/src/assets/json-schemas/ocpp/1.6/RemoteStopTransaction.json index d6390896..97399cca 100644 --- a/src/assets/json-schemas/ocpp/1.6/RemoteStopTransaction.json +++ b/src/assets/json-schemas/ocpp/1.6/RemoteStopTransaction.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/draft-07/schema", + "$schema": "http://json-schema.org/draft-07/schema#", "$id": "urn:OCPP:1.6:2019:12:RemoteStopTransactionRequest", "title": "RemoteStopTransactionRequest", "type": "object", diff --git a/src/assets/json-schemas/ocpp/1.6/Reset.json b/src/assets/json-schemas/ocpp/1.6/Reset.json index 3135c85b..e15ee00c 100644 --- a/src/assets/json-schemas/ocpp/1.6/Reset.json +++ b/src/assets/json-schemas/ocpp/1.6/Reset.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/draft-07/schema", + "$schema": "http://json-schema.org/draft-07/schema#", "$id": "urn:OCPP:1.6:2019:12:ResetRequest", "title": "ResetRequest", "type": "object", diff --git a/src/assets/json-schemas/ocpp/1.6/SetChargingProfile.json b/src/assets/json-schemas/ocpp/1.6/SetChargingProfile.json index c60b38a2..767f4018 100644 --- a/src/assets/json-schemas/ocpp/1.6/SetChargingProfile.json +++ b/src/assets/json-schemas/ocpp/1.6/SetChargingProfile.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/draft-07/schema", + "$schema": "http://json-schema.org/draft-07/schema#", "$id": "urn:OCPP:1.6:2019:12:SetChargingProfileRequest", "title": "SetChargingProfileRequest", "type": "object", diff --git a/src/assets/json-schemas/ocpp/1.6/StartTransaction.json b/src/assets/json-schemas/ocpp/1.6/StartTransaction.json index 1bef1fe5..442590b3 100644 --- a/src/assets/json-schemas/ocpp/1.6/StartTransaction.json +++ b/src/assets/json-schemas/ocpp/1.6/StartTransaction.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/draft-07/schema", + "$schema": "http://json-schema.org/draft-07/schema#", "$id": "urn:OCPP:1.6:2019:12:StartTransactionRequest", "title": "StartTransactionRequest", "type": "object", diff --git a/src/assets/json-schemas/ocpp/1.6/StartTransactionResponse.json b/src/assets/json-schemas/ocpp/1.6/StartTransactionResponse.json index 22717ce9..6347d0ef 100644 --- a/src/assets/json-schemas/ocpp/1.6/StartTransactionResponse.json +++ b/src/assets/json-schemas/ocpp/1.6/StartTransactionResponse.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/draft-07/schema", + "$schema": "http://json-schema.org/draft-07/schema#", "$id": "urn:OCPP:1.6:2019:12:StartTransactionResponse", "title": "StartTransactionResponse", "type": "object", diff --git a/src/assets/json-schemas/ocpp/1.6/StatusNotification.json b/src/assets/json-schemas/ocpp/1.6/StatusNotification.json index 3bd21007..db793fd3 100644 --- a/src/assets/json-schemas/ocpp/1.6/StatusNotification.json +++ b/src/assets/json-schemas/ocpp/1.6/StatusNotification.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/draft-07/schema", + "$schema": "http://json-schema.org/draft-07/schema#", "$id": "urn:OCPP:1.6:2019:12:StatusNotificationRequest", "title": "StatusNotificationRequest", "type": "object", diff --git a/src/assets/json-schemas/ocpp/1.6/StatusNotificationResponse.json b/src/assets/json-schemas/ocpp/1.6/StatusNotificationResponse.json index 99b8707d..4c53be72 100644 --- a/src/assets/json-schemas/ocpp/1.6/StatusNotificationResponse.json +++ b/src/assets/json-schemas/ocpp/1.6/StatusNotificationResponse.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/draft-07/schema", + "$schema": "http://json-schema.org/draft-07/schema#", "$id": "urn:OCPP:1.6:2019:12:StatusNotificationResponse", "title": "StatusNotificationResponse", "type": "object", diff --git a/src/assets/json-schemas/ocpp/1.6/StopTransaction.json b/src/assets/json-schemas/ocpp/1.6/StopTransaction.json index 7d5d3407..360b8f8a 100644 --- a/src/assets/json-schemas/ocpp/1.6/StopTransaction.json +++ b/src/assets/json-schemas/ocpp/1.6/StopTransaction.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/draft-07/schema", + "$schema": "http://json-schema.org/draft-07/schema#", "$id": "urn:OCPP:1.6:2019:12:StopTransactionRequest", "title": "StopTransactionRequest", "type": "object", diff --git a/src/assets/json-schemas/ocpp/1.6/StopTransactionResponse.json b/src/assets/json-schemas/ocpp/1.6/StopTransactionResponse.json index ab8174af..2186c7ff 100644 --- a/src/assets/json-schemas/ocpp/1.6/StopTransactionResponse.json +++ b/src/assets/json-schemas/ocpp/1.6/StopTransactionResponse.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/draft-07/schema", + "$schema": "http://json-schema.org/draft-07/schema#", "$id": "urn:OCPP:1.6:2019:12:StopTransactionResponse", "title": "StopTransactionResponse", "type": "object", diff --git a/src/assets/json-schemas/ocpp/1.6/TriggerMessage.json b/src/assets/json-schemas/ocpp/1.6/TriggerMessage.json index 71e30ece..d0587e83 100644 --- a/src/assets/json-schemas/ocpp/1.6/TriggerMessage.json +++ b/src/assets/json-schemas/ocpp/1.6/TriggerMessage.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/draft-07/schema", + "$schema": "http://json-schema.org/draft-07/schema#", "$id": "urn:OCPP:1.6:2019:12:TriggerMessageRequest", "title": "TriggerMessageRequest", "type": "object", diff --git a/src/assets/json-schemas/ocpp/1.6/UnlockConnector.json b/src/assets/json-schemas/ocpp/1.6/UnlockConnector.json index f5256a1d..28488dca 100644 --- a/src/assets/json-schemas/ocpp/1.6/UnlockConnector.json +++ b/src/assets/json-schemas/ocpp/1.6/UnlockConnector.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/draft-07/schema", + "$schema": "http://json-schema.org/draft-07/schema#", "$id": "urn:OCPP:1.6:2019:12:UnlockConnectorRequest", "title": "UnlockConnectorRequest", "type": "object", diff --git a/src/assets/json-schemas/ocpp/2.0/AuthorizeRequest.json b/src/assets/json-schemas/ocpp/2.0/AuthorizeRequest.json index f20a0a74..a36bbe21 100755 --- a/src/assets/json-schemas/ocpp/2.0/AuthorizeRequest.json +++ b/src/assets/json-schemas/ocpp/2.0/AuthorizeRequest.json @@ -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:AuthorizeRequest", - "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.", diff --git a/src/assets/json-schemas/ocpp/2.0/AuthorizeResponse.json b/src/assets/json-schemas/ocpp/2.0/AuthorizeResponse.json index 7311d6d9..04daed23 100755 --- a/src/assets/json-schemas/ocpp/2.0/AuthorizeResponse.json +++ b/src/assets/json-schemas/ocpp/2.0/AuthorizeResponse.json @@ -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:AuthorizeResponse", - "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.", diff --git a/src/assets/json-schemas/ocpp/2.0/BootNotificationRequest.json b/src/assets/json-schemas/ocpp/2.0/BootNotificationRequest.json index 76dd7d55..095d4f22 100755 --- a/src/assets/json-schemas/ocpp/2.0/BootNotificationRequest.json +++ b/src/assets/json-schemas/ocpp/2.0/BootNotificationRequest.json @@ -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:BootNotificationRequest", - "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.", diff --git a/src/assets/json-schemas/ocpp/2.0/BootNotificationResponse.json b/src/assets/json-schemas/ocpp/2.0/BootNotificationResponse.json index cb18c07b..18e1d351 100755 --- a/src/assets/json-schemas/ocpp/2.0/BootNotificationResponse.json +++ b/src/assets/json-schemas/ocpp/2.0/BootNotificationResponse.json @@ -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:BootNotificationResponse", - "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.", diff --git a/src/assets/json-schemas/ocpp/2.0/CancelReservationRequest.json b/src/assets/json-schemas/ocpp/2.0/CancelReservationRequest.json index 91904131..ab277616 100755 --- a/src/assets/json-schemas/ocpp/2.0/CancelReservationRequest.json +++ b/src/assets/json-schemas/ocpp/2.0/CancelReservationRequest.json @@ -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:CancelReservationRequest", - "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.", diff --git a/src/assets/json-schemas/ocpp/2.0/CancelReservationResponse.json b/src/assets/json-schemas/ocpp/2.0/CancelReservationResponse.json index eed87357..28bf5add 100755 --- a/src/assets/json-schemas/ocpp/2.0/CancelReservationResponse.json +++ b/src/assets/json-schemas/ocpp/2.0/CancelReservationResponse.json @@ -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:CancelReservationResponse", - "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.", diff --git a/src/assets/json-schemas/ocpp/2.0/CertificateSignedRequest.json b/src/assets/json-schemas/ocpp/2.0/CertificateSignedRequest.json index db056aaa..95b044b7 100755 --- a/src/assets/json-schemas/ocpp/2.0/CertificateSignedRequest.json +++ b/src/assets/json-schemas/ocpp/2.0/CertificateSignedRequest.json @@ -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:CertificateSignedRequest", - "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.", diff --git a/src/assets/json-schemas/ocpp/2.0/CertificateSignedResponse.json b/src/assets/json-schemas/ocpp/2.0/CertificateSignedResponse.json index e897b8df..7e6cb10f 100755 --- a/src/assets/json-schemas/ocpp/2.0/CertificateSignedResponse.json +++ b/src/assets/json-schemas/ocpp/2.0/CertificateSignedResponse.json @@ -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:CertificateSignedResponse", - "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.", diff --git a/src/assets/json-schemas/ocpp/2.0/ChangeAvailabilityRequest.json b/src/assets/json-schemas/ocpp/2.0/ChangeAvailabilityRequest.json index 6577ffe0..1ca55a82 100755 --- a/src/assets/json-schemas/ocpp/2.0/ChangeAvailabilityRequest.json +++ b/src/assets/json-schemas/ocpp/2.0/ChangeAvailabilityRequest.json @@ -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:ChangeAvailabilityRequest", - "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.", diff --git a/src/assets/json-schemas/ocpp/2.0/ChangeAvailabilityResponse.json b/src/assets/json-schemas/ocpp/2.0/ChangeAvailabilityResponse.json index 1d259fb1..f96caedb 100755 --- a/src/assets/json-schemas/ocpp/2.0/ChangeAvailabilityResponse.json +++ b/src/assets/json-schemas/ocpp/2.0/ChangeAvailabilityResponse.json @@ -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:ChangeAvailabilityResponse", - "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.", diff --git a/src/assets/json-schemas/ocpp/2.0/ClearCacheRequest.json b/src/assets/json-schemas/ocpp/2.0/ClearCacheRequest.json index dfff0bf4..2019a61d 100755 --- a/src/assets/json-schemas/ocpp/2.0/ClearCacheRequest.json +++ b/src/assets/json-schemas/ocpp/2.0/ClearCacheRequest.json @@ -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:ClearCacheRequest", - "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.", diff --git a/src/assets/json-schemas/ocpp/2.0/ClearCacheResponse.json b/src/assets/json-schemas/ocpp/2.0/ClearCacheResponse.json index dac5bc10..b44adc18 100755 --- a/src/assets/json-schemas/ocpp/2.0/ClearCacheResponse.json +++ b/src/assets/json-schemas/ocpp/2.0/ClearCacheResponse.json @@ -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:ClearCacheResponse", - "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.", diff --git a/src/assets/json-schemas/ocpp/2.0/ClearChargingProfileRequest.json b/src/assets/json-schemas/ocpp/2.0/ClearChargingProfileRequest.json index 548e029e..06846e66 100755 --- a/src/assets/json-schemas/ocpp/2.0/ClearChargingProfileRequest.json +++ b/src/assets/json-schemas/ocpp/2.0/ClearChargingProfileRequest.json @@ -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:ClearChargingProfileRequest", - "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.", diff --git a/src/assets/json-schemas/ocpp/2.0/ClearChargingProfileResponse.json b/src/assets/json-schemas/ocpp/2.0/ClearChargingProfileResponse.json index 1c87d996..355df0d9 100755 --- a/src/assets/json-schemas/ocpp/2.0/ClearChargingProfileResponse.json +++ b/src/assets/json-schemas/ocpp/2.0/ClearChargingProfileResponse.json @@ -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:ClearChargingProfileResponse", - "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.", diff --git a/src/assets/json-schemas/ocpp/2.0/ClearDisplayMessageRequest.json b/src/assets/json-schemas/ocpp/2.0/ClearDisplayMessageRequest.json index a213612a..5efaad42 100755 --- a/src/assets/json-schemas/ocpp/2.0/ClearDisplayMessageRequest.json +++ b/src/assets/json-schemas/ocpp/2.0/ClearDisplayMessageRequest.json @@ -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:ClearDisplayMessageRequest", - "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.", diff --git a/src/assets/json-schemas/ocpp/2.0/ClearDisplayMessageResponse.json b/src/assets/json-schemas/ocpp/2.0/ClearDisplayMessageResponse.json index 19c2c941..1089f52f 100755 --- a/src/assets/json-schemas/ocpp/2.0/ClearDisplayMessageResponse.json +++ b/src/assets/json-schemas/ocpp/2.0/ClearDisplayMessageResponse.json @@ -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:ClearDisplayMessageResponse", - "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.", diff --git a/src/assets/json-schemas/ocpp/2.0/ClearVariableMonitoringRequest.json b/src/assets/json-schemas/ocpp/2.0/ClearVariableMonitoringRequest.json index 8519480f..a5f7a8c8 100755 --- a/src/assets/json-schemas/ocpp/2.0/ClearVariableMonitoringRequest.json +++ b/src/assets/json-schemas/ocpp/2.0/ClearVariableMonitoringRequest.json @@ -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:ClearVariableMonitoringRequest", - "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.", diff --git a/src/assets/json-schemas/ocpp/2.0/ClearVariableMonitoringResponse.json b/src/assets/json-schemas/ocpp/2.0/ClearVariableMonitoringResponse.json index ce9dfddf..3d888ab6 100755 --- a/src/assets/json-schemas/ocpp/2.0/ClearVariableMonitoringResponse.json +++ b/src/assets/json-schemas/ocpp/2.0/ClearVariableMonitoringResponse.json @@ -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:ClearVariableMonitoringResponse", - "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.", diff --git a/src/assets/json-schemas/ocpp/2.0/ClearedChargingLimitRequest.json b/src/assets/json-schemas/ocpp/2.0/ClearedChargingLimitRequest.json index b57253c0..01750818 100755 --- a/src/assets/json-schemas/ocpp/2.0/ClearedChargingLimitRequest.json +++ b/src/assets/json-schemas/ocpp/2.0/ClearedChargingLimitRequest.json @@ -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:ClearedChargingLimitRequest", - "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.", diff --git a/src/assets/json-schemas/ocpp/2.0/ClearedChargingLimitResponse.json b/src/assets/json-schemas/ocpp/2.0/ClearedChargingLimitResponse.json index 85d4689a..860b9ec6 100755 --- a/src/assets/json-schemas/ocpp/2.0/ClearedChargingLimitResponse.json +++ b/src/assets/json-schemas/ocpp/2.0/ClearedChargingLimitResponse.json @@ -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:ClearedChargingLimitResponse", - "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.", diff --git a/src/assets/json-schemas/ocpp/2.0/CostUpdatedRequest.json b/src/assets/json-schemas/ocpp/2.0/CostUpdatedRequest.json index 485a80ef..20942e73 100755 --- a/src/assets/json-schemas/ocpp/2.0/CostUpdatedRequest.json +++ b/src/assets/json-schemas/ocpp/2.0/CostUpdatedRequest.json @@ -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:CostUpdatedRequest", - "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.", diff --git a/src/assets/json-schemas/ocpp/2.0/CostUpdatedResponse.json b/src/assets/json-schemas/ocpp/2.0/CostUpdatedResponse.json index b8180fe4..840a2378 100755 --- a/src/assets/json-schemas/ocpp/2.0/CostUpdatedResponse.json +++ b/src/assets/json-schemas/ocpp/2.0/CostUpdatedResponse.json @@ -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:CostUpdatedResponse", - "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.", diff --git a/src/assets/json-schemas/ocpp/2.0/CustomerInformationRequest.json b/src/assets/json-schemas/ocpp/2.0/CustomerInformationRequest.json index 79923c40..b66f0eeb 100755 --- a/src/assets/json-schemas/ocpp/2.0/CustomerInformationRequest.json +++ b/src/assets/json-schemas/ocpp/2.0/CustomerInformationRequest.json @@ -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:CustomerInformationRequest", - "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.", diff --git a/src/assets/json-schemas/ocpp/2.0/CustomerInformationResponse.json b/src/assets/json-schemas/ocpp/2.0/CustomerInformationResponse.json index 7d76e747..f87b322a 100755 --- a/src/assets/json-schemas/ocpp/2.0/CustomerInformationResponse.json +++ b/src/assets/json-schemas/ocpp/2.0/CustomerInformationResponse.json @@ -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:CustomerInformationResponse", - "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.", diff --git a/src/assets/json-schemas/ocpp/2.0/DataTransferRequest.json b/src/assets/json-schemas/ocpp/2.0/DataTransferRequest.json index 961adfef..f1c5d797 100755 --- a/src/assets/json-schemas/ocpp/2.0/DataTransferRequest.json +++ b/src/assets/json-schemas/ocpp/2.0/DataTransferRequest.json @@ -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.", diff --git a/src/assets/json-schemas/ocpp/2.0/DataTransferResponse.json b/src/assets/json-schemas/ocpp/2.0/DataTransferResponse.json index 87180962..a703d799 100755 --- a/src/assets/json-schemas/ocpp/2.0/DataTransferResponse.json +++ b/src/assets/json-schemas/ocpp/2.0/DataTransferResponse.json @@ -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:DataTransferResponse", - "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.", diff --git a/src/assets/json-schemas/ocpp/2.0/DeleteCertificateRequest.json b/src/assets/json-schemas/ocpp/2.0/DeleteCertificateRequest.json index daa9d2fc..e791876c 100755 --- a/src/assets/json-schemas/ocpp/2.0/DeleteCertificateRequest.json +++ b/src/assets/json-schemas/ocpp/2.0/DeleteCertificateRequest.json @@ -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:DeleteCertificateRequest", - "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.", diff --git a/src/assets/json-schemas/ocpp/2.0/DeleteCertificateResponse.json b/src/assets/json-schemas/ocpp/2.0/DeleteCertificateResponse.json index 7e5bed8d..b834c55a 100755 --- a/src/assets/json-schemas/ocpp/2.0/DeleteCertificateResponse.json +++ b/src/assets/json-schemas/ocpp/2.0/DeleteCertificateResponse.json @@ -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:DeleteCertificateResponse", - "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.", diff --git a/src/assets/json-schemas/ocpp/2.0/FirmwareStatusNotificationRequest.json b/src/assets/json-schemas/ocpp/2.0/FirmwareStatusNotificationRequest.json index 1da2af6e..d161ebcd 100755 --- a/src/assets/json-schemas/ocpp/2.0/FirmwareStatusNotificationRequest.json +++ b/src/assets/json-schemas/ocpp/2.0/FirmwareStatusNotificationRequest.json @@ -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:FirmwareStatusNotificationRequest", - "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.", diff --git a/src/assets/json-schemas/ocpp/2.0/FirmwareStatusNotificationResponse.json b/src/assets/json-schemas/ocpp/2.0/FirmwareStatusNotificationResponse.json index 178d0a23..f4feef86 100755 --- a/src/assets/json-schemas/ocpp/2.0/FirmwareStatusNotificationResponse.json +++ b/src/assets/json-schemas/ocpp/2.0/FirmwareStatusNotificationResponse.json @@ -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:FirmwareStatusNotificationResponse", - "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.", diff --git a/src/assets/json-schemas/ocpp/2.0/Get15118EVCertificateRequest.json b/src/assets/json-schemas/ocpp/2.0/Get15118EVCertificateRequest.json index bd74edc8..f4810257 100755 --- a/src/assets/json-schemas/ocpp/2.0/Get15118EVCertificateRequest.json +++ b/src/assets/json-schemas/ocpp/2.0/Get15118EVCertificateRequest.json @@ -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:Get15118EVCertificateRequest", - "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.", diff --git a/src/assets/json-schemas/ocpp/2.0/Get15118EVCertificateResponse.json b/src/assets/json-schemas/ocpp/2.0/Get15118EVCertificateResponse.json index 2b28e08b..6e832376 100755 --- a/src/assets/json-schemas/ocpp/2.0/Get15118EVCertificateResponse.json +++ b/src/assets/json-schemas/ocpp/2.0/Get15118EVCertificateResponse.json @@ -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:Get15118EVCertificateResponse", - "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.", diff --git a/src/assets/json-schemas/ocpp/2.0/GetBaseReportRequest.json b/src/assets/json-schemas/ocpp/2.0/GetBaseReportRequest.json index 98d27ddf..d8c02503 100755 --- a/src/assets/json-schemas/ocpp/2.0/GetBaseReportRequest.json +++ b/src/assets/json-schemas/ocpp/2.0/GetBaseReportRequest.json @@ -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:GetBaseReportRequest", - "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.", diff --git a/src/assets/json-schemas/ocpp/2.0/GetBaseReportResponse.json b/src/assets/json-schemas/ocpp/2.0/GetBaseReportResponse.json index 64cc0d08..2fcfc011 100755 --- a/src/assets/json-schemas/ocpp/2.0/GetBaseReportResponse.json +++ b/src/assets/json-schemas/ocpp/2.0/GetBaseReportResponse.json @@ -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:GetBaseReportResponse", - "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.", diff --git a/src/assets/json-schemas/ocpp/2.0/GetCertificateStatusRequest.json b/src/assets/json-schemas/ocpp/2.0/GetCertificateStatusRequest.json index 932eaca1..95d0b8a6 100755 --- a/src/assets/json-schemas/ocpp/2.0/GetCertificateStatusRequest.json +++ b/src/assets/json-schemas/ocpp/2.0/GetCertificateStatusRequest.json @@ -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:GetCertificateStatusRequest", - "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.", diff --git a/src/assets/json-schemas/ocpp/2.0/GetCertificateStatusResponse.json b/src/assets/json-schemas/ocpp/2.0/GetCertificateStatusResponse.json index 615755b3..cd1ca175 100755 --- a/src/assets/json-schemas/ocpp/2.0/GetCertificateStatusResponse.json +++ b/src/assets/json-schemas/ocpp/2.0/GetCertificateStatusResponse.json @@ -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:GetCertificateStatusResponse", - "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.", diff --git a/src/assets/json-schemas/ocpp/2.0/GetChargingProfilesRequest.json b/src/assets/json-schemas/ocpp/2.0/GetChargingProfilesRequest.json index f3776bb0..7870b843 100755 --- a/src/assets/json-schemas/ocpp/2.0/GetChargingProfilesRequest.json +++ b/src/assets/json-schemas/ocpp/2.0/GetChargingProfilesRequest.json @@ -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:GetChargingProfilesRequest", - "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.", diff --git a/src/assets/json-schemas/ocpp/2.0/GetChargingProfilesResponse.json b/src/assets/json-schemas/ocpp/2.0/GetChargingProfilesResponse.json index 0eb6e832..c10cc17b 100755 --- a/src/assets/json-schemas/ocpp/2.0/GetChargingProfilesResponse.json +++ b/src/assets/json-schemas/ocpp/2.0/GetChargingProfilesResponse.json @@ -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:GetChargingProfilesResponse", - "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.", diff --git a/src/assets/json-schemas/ocpp/2.0/GetCompositeScheduleRequest.json b/src/assets/json-schemas/ocpp/2.0/GetCompositeScheduleRequest.json index 7d1d000c..c93df482 100755 --- a/src/assets/json-schemas/ocpp/2.0/GetCompositeScheduleRequest.json +++ b/src/assets/json-schemas/ocpp/2.0/GetCompositeScheduleRequest.json @@ -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:GetCompositeScheduleRequest", - "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.", diff --git a/src/assets/json-schemas/ocpp/2.0/GetCompositeScheduleResponse.json b/src/assets/json-schemas/ocpp/2.0/GetCompositeScheduleResponse.json index 5ac7385e..5f6301ce 100755 --- a/src/assets/json-schemas/ocpp/2.0/GetCompositeScheduleResponse.json +++ b/src/assets/json-schemas/ocpp/2.0/GetCompositeScheduleResponse.json @@ -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:GetCompositeScheduleResponse", - "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.", diff --git a/src/assets/json-schemas/ocpp/2.0/GetDisplayMessagesRequest.json b/src/assets/json-schemas/ocpp/2.0/GetDisplayMessagesRequest.json index e5f733b6..696064da 100755 --- a/src/assets/json-schemas/ocpp/2.0/GetDisplayMessagesRequest.json +++ b/src/assets/json-schemas/ocpp/2.0/GetDisplayMessagesRequest.json @@ -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:GetDisplayMessagesRequest", - "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.", diff --git a/src/assets/json-schemas/ocpp/2.0/GetDisplayMessagesResponse.json b/src/assets/json-schemas/ocpp/2.0/GetDisplayMessagesResponse.json index f74aa0dc..6db8afef 100755 --- a/src/assets/json-schemas/ocpp/2.0/GetDisplayMessagesResponse.json +++ b/src/assets/json-schemas/ocpp/2.0/GetDisplayMessagesResponse.json @@ -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:GetDisplayMessagesResponse", - "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.", diff --git a/src/assets/json-schemas/ocpp/2.0/GetInstalledCertificateIdsRequest.json b/src/assets/json-schemas/ocpp/2.0/GetInstalledCertificateIdsRequest.json index 1b2e3d4a..c6c1cf4f 100755 --- a/src/assets/json-schemas/ocpp/2.0/GetInstalledCertificateIdsRequest.json +++ b/src/assets/json-schemas/ocpp/2.0/GetInstalledCertificateIdsRequest.json @@ -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:GetInstalledCertificateIdsRequest", - "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.", diff --git a/src/assets/json-schemas/ocpp/2.0/GetInstalledCertificateIdsResponse.json b/src/assets/json-schemas/ocpp/2.0/GetInstalledCertificateIdsResponse.json index dfb35334..804a9d21 100755 --- a/src/assets/json-schemas/ocpp/2.0/GetInstalledCertificateIdsResponse.json +++ b/src/assets/json-schemas/ocpp/2.0/GetInstalledCertificateIdsResponse.json @@ -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:GetInstalledCertificateIdsResponse", - "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.", diff --git a/src/assets/json-schemas/ocpp/2.0/GetLocalListVersionRequest.json b/src/assets/json-schemas/ocpp/2.0/GetLocalListVersionRequest.json index 38068dff..70851081 100755 --- a/src/assets/json-schemas/ocpp/2.0/GetLocalListVersionRequest.json +++ b/src/assets/json-schemas/ocpp/2.0/GetLocalListVersionRequest.json @@ -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:GetLocalListVersionRequest", - "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.", diff --git a/src/assets/json-schemas/ocpp/2.0/GetLocalListVersionResponse.json b/src/assets/json-schemas/ocpp/2.0/GetLocalListVersionResponse.json index 539ab172..8b806ac1 100755 --- a/src/assets/json-schemas/ocpp/2.0/GetLocalListVersionResponse.json +++ b/src/assets/json-schemas/ocpp/2.0/GetLocalListVersionResponse.json @@ -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:GetLocalListVersionResponse", - "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.", diff --git a/src/assets/json-schemas/ocpp/2.0/GetLogRequest.json b/src/assets/json-schemas/ocpp/2.0/GetLogRequest.json index 61f0fe81..44f05a43 100755 --- a/src/assets/json-schemas/ocpp/2.0/GetLogRequest.json +++ b/src/assets/json-schemas/ocpp/2.0/GetLogRequest.json @@ -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:GetLogRequest", - "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.", diff --git a/src/assets/json-schemas/ocpp/2.0/GetLogResponse.json b/src/assets/json-schemas/ocpp/2.0/GetLogResponse.json index b604ff82..7802c0aa 100755 --- a/src/assets/json-schemas/ocpp/2.0/GetLogResponse.json +++ b/src/assets/json-schemas/ocpp/2.0/GetLogResponse.json @@ -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:GetLogResponse", - "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.", diff --git a/src/assets/json-schemas/ocpp/2.0/GetMonitoringReportRequest.json b/src/assets/json-schemas/ocpp/2.0/GetMonitoringReportRequest.json index efe82d1c..a30c734b 100755 --- a/src/assets/json-schemas/ocpp/2.0/GetMonitoringReportRequest.json +++ b/src/assets/json-schemas/ocpp/2.0/GetMonitoringReportRequest.json @@ -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:GetMonitoringReportRequest", - "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.", diff --git a/src/assets/json-schemas/ocpp/2.0/GetMonitoringReportResponse.json b/src/assets/json-schemas/ocpp/2.0/GetMonitoringReportResponse.json index c294ee61..b9481e40 100755 --- a/src/assets/json-schemas/ocpp/2.0/GetMonitoringReportResponse.json +++ b/src/assets/json-schemas/ocpp/2.0/GetMonitoringReportResponse.json @@ -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:GetMonitoringReportResponse", - "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.", diff --git a/src/assets/json-schemas/ocpp/2.0/GetReportRequest.json b/src/assets/json-schemas/ocpp/2.0/GetReportRequest.json index 24ceebdb..51db4b73 100755 --- a/src/assets/json-schemas/ocpp/2.0/GetReportRequest.json +++ b/src/assets/json-schemas/ocpp/2.0/GetReportRequest.json @@ -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:GetReportRequest", - "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.", diff --git a/src/assets/json-schemas/ocpp/2.0/GetReportResponse.json b/src/assets/json-schemas/ocpp/2.0/GetReportResponse.json index 50853580..ad08a956 100755 --- a/src/assets/json-schemas/ocpp/2.0/GetReportResponse.json +++ b/src/assets/json-schemas/ocpp/2.0/GetReportResponse.json @@ -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:GetReportResponse", - "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.", diff --git a/src/assets/json-schemas/ocpp/2.0/GetTransactionStatusRequest.json b/src/assets/json-schemas/ocpp/2.0/GetTransactionStatusRequest.json index 081dd817..18068266 100755 --- a/src/assets/json-schemas/ocpp/2.0/GetTransactionStatusRequest.json +++ b/src/assets/json-schemas/ocpp/2.0/GetTransactionStatusRequest.json @@ -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:GetTransactionStatusRequest", - "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.", diff --git a/src/assets/json-schemas/ocpp/2.0/GetTransactionStatusResponse.json b/src/assets/json-schemas/ocpp/2.0/GetTransactionStatusResponse.json index 01a52068..285bc290 100755 --- a/src/assets/json-schemas/ocpp/2.0/GetTransactionStatusResponse.json +++ b/src/assets/json-schemas/ocpp/2.0/GetTransactionStatusResponse.json @@ -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:GetTransactionStatusResponse", - "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.", diff --git a/src/assets/json-schemas/ocpp/2.0/GetVariablesRequest.json b/src/assets/json-schemas/ocpp/2.0/GetVariablesRequest.json index a6c65aaa..82c28dfd 100755 --- a/src/assets/json-schemas/ocpp/2.0/GetVariablesRequest.json +++ b/src/assets/json-schemas/ocpp/2.0/GetVariablesRequest.json @@ -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:GetVariablesRequest", - "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.", diff --git a/src/assets/json-schemas/ocpp/2.0/GetVariablesResponse.json b/src/assets/json-schemas/ocpp/2.0/GetVariablesResponse.json index 44f89138..a1c2434e 100755 --- a/src/assets/json-schemas/ocpp/2.0/GetVariablesResponse.json +++ b/src/assets/json-schemas/ocpp/2.0/GetVariablesResponse.json @@ -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:GetVariablesResponse", - "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.", diff --git a/src/assets/json-schemas/ocpp/2.0/HeartbeatRequest.json b/src/assets/json-schemas/ocpp/2.0/HeartbeatRequest.json index bc1808eb..124612e3 100755 --- a/src/assets/json-schemas/ocpp/2.0/HeartbeatRequest.json +++ b/src/assets/json-schemas/ocpp/2.0/HeartbeatRequest.json @@ -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:HeartbeatRequest", - "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.", diff --git a/src/assets/json-schemas/ocpp/2.0/HeartbeatResponse.json b/src/assets/json-schemas/ocpp/2.0/HeartbeatResponse.json index 908ffd92..fb68c25b 100755 --- a/src/assets/json-schemas/ocpp/2.0/HeartbeatResponse.json +++ b/src/assets/json-schemas/ocpp/2.0/HeartbeatResponse.json @@ -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:HeartbeatResponse", - "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.", diff --git a/src/assets/json-schemas/ocpp/2.0/InstallCertificateRequest.json b/src/assets/json-schemas/ocpp/2.0/InstallCertificateRequest.json index 2c8689bd..f0c97ff9 100755 --- a/src/assets/json-schemas/ocpp/2.0/InstallCertificateRequest.json +++ b/src/assets/json-schemas/ocpp/2.0/InstallCertificateRequest.json @@ -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:InstallCertificateRequest", - "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.", diff --git a/src/assets/json-schemas/ocpp/2.0/InstallCertificateResponse.json b/src/assets/json-schemas/ocpp/2.0/InstallCertificateResponse.json index 980e0fed..aec7fb01 100755 --- a/src/assets/json-schemas/ocpp/2.0/InstallCertificateResponse.json +++ b/src/assets/json-schemas/ocpp/2.0/InstallCertificateResponse.json @@ -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:InstallCertificateResponse", - "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.", diff --git a/src/assets/json-schemas/ocpp/2.0/LogStatusNotificationRequest.json b/src/assets/json-schemas/ocpp/2.0/LogStatusNotificationRequest.json index cf2a89dc..a5b6031a 100755 --- a/src/assets/json-schemas/ocpp/2.0/LogStatusNotificationRequest.json +++ b/src/assets/json-schemas/ocpp/2.0/LogStatusNotificationRequest.json @@ -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:LogStatusNotificationRequest", - "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.", diff --git a/src/assets/json-schemas/ocpp/2.0/LogStatusNotificationResponse.json b/src/assets/json-schemas/ocpp/2.0/LogStatusNotificationResponse.json index eddc32cb..561327af 100755 --- a/src/assets/json-schemas/ocpp/2.0/LogStatusNotificationResponse.json +++ b/src/assets/json-schemas/ocpp/2.0/LogStatusNotificationResponse.json @@ -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:LogStatusNotificationResponse", - "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.", diff --git a/src/assets/json-schemas/ocpp/2.0/MeterValuesRequest.json b/src/assets/json-schemas/ocpp/2.0/MeterValuesRequest.json index 85810ac1..873c846b 100755 --- a/src/assets/json-schemas/ocpp/2.0/MeterValuesRequest.json +++ b/src/assets/json-schemas/ocpp/2.0/MeterValuesRequest.json @@ -1,8 +1,8 @@ { - "$schema": "http://json-schema.org/draft-06/schema#", + "$schema": "http://json-schema.org/draft-07/schema#", "$id": "urn:OCPP:Cp:2:2020:3:MeterValuesRequest", "description": "Request_ Body\r\nurn:x-enexis:ecdm:uid:2:234744\r\n", - "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.", diff --git a/src/assets/json-schemas/ocpp/2.0/MeterValuesResponse.json b/src/assets/json-schemas/ocpp/2.0/MeterValuesResponse.json index 4d1348d0..02cc2619 100755 --- a/src/assets/json-schemas/ocpp/2.0/MeterValuesResponse.json +++ b/src/assets/json-schemas/ocpp/2.0/MeterValuesResponse.json @@ -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:MeterValuesResponse", - "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.", diff --git a/src/assets/json-schemas/ocpp/2.0/NotifyChargingLimitRequest.json b/src/assets/json-schemas/ocpp/2.0/NotifyChargingLimitRequest.json index 589715ef..5196ae6b 100755 --- a/src/assets/json-schemas/ocpp/2.0/NotifyChargingLimitRequest.json +++ b/src/assets/json-schemas/ocpp/2.0/NotifyChargingLimitRequest.json @@ -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:NotifyChargingLimitRequest", - "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.", diff --git a/src/assets/json-schemas/ocpp/2.0/NotifyChargingLimitResponse.json b/src/assets/json-schemas/ocpp/2.0/NotifyChargingLimitResponse.json index 80dd164f..592a3171 100755 --- a/src/assets/json-schemas/ocpp/2.0/NotifyChargingLimitResponse.json +++ b/src/assets/json-schemas/ocpp/2.0/NotifyChargingLimitResponse.json @@ -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:NotifyChargingLimitResponse", - "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.", diff --git a/src/assets/json-schemas/ocpp/2.0/NotifyCustomerInformationRequest.json b/src/assets/json-schemas/ocpp/2.0/NotifyCustomerInformationRequest.json index 70dc0bdb..93c4660a 100755 --- a/src/assets/json-schemas/ocpp/2.0/NotifyCustomerInformationRequest.json +++ b/src/assets/json-schemas/ocpp/2.0/NotifyCustomerInformationRequest.json @@ -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:NotifyCustomerInformationRequest", - "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.", diff --git a/src/assets/json-schemas/ocpp/2.0/NotifyCustomerInformationResponse.json b/src/assets/json-schemas/ocpp/2.0/NotifyCustomerInformationResponse.json index e95c3561..2a9871b3 100755 --- a/src/assets/json-schemas/ocpp/2.0/NotifyCustomerInformationResponse.json +++ b/src/assets/json-schemas/ocpp/2.0/NotifyCustomerInformationResponse.json @@ -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:NotifyCustomerInformationResponse", - "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.", diff --git a/src/assets/json-schemas/ocpp/2.0/NotifyDisplayMessagesRequest.json b/src/assets/json-schemas/ocpp/2.0/NotifyDisplayMessagesRequest.json index b843b265..1238d336 100755 --- a/src/assets/json-schemas/ocpp/2.0/NotifyDisplayMessagesRequest.json +++ b/src/assets/json-schemas/ocpp/2.0/NotifyDisplayMessagesRequest.json @@ -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:NotifyDisplayMessagesRequest", - "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.", diff --git a/src/assets/json-schemas/ocpp/2.0/NotifyDisplayMessagesResponse.json b/src/assets/json-schemas/ocpp/2.0/NotifyDisplayMessagesResponse.json index c33abd9c..080cf780 100755 --- a/src/assets/json-schemas/ocpp/2.0/NotifyDisplayMessagesResponse.json +++ b/src/assets/json-schemas/ocpp/2.0/NotifyDisplayMessagesResponse.json @@ -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:NotifyDisplayMessagesResponse", - "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.", diff --git a/src/assets/json-schemas/ocpp/2.0/NotifyEVChargingNeedsRequest.json b/src/assets/json-schemas/ocpp/2.0/NotifyEVChargingNeedsRequest.json index 13a7fa8d..89f515be 100755 --- a/src/assets/json-schemas/ocpp/2.0/NotifyEVChargingNeedsRequest.json +++ b/src/assets/json-schemas/ocpp/2.0/NotifyEVChargingNeedsRequest.json @@ -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:NotifyEVChargingNeedsRequest", - "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.", diff --git a/src/assets/json-schemas/ocpp/2.0/NotifyEVChargingNeedsResponse.json b/src/assets/json-schemas/ocpp/2.0/NotifyEVChargingNeedsResponse.json index cda2834e..b0e56a11 100755 --- a/src/assets/json-schemas/ocpp/2.0/NotifyEVChargingNeedsResponse.json +++ b/src/assets/json-schemas/ocpp/2.0/NotifyEVChargingNeedsResponse.json @@ -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:NotifyEVChargingNeedsResponse", - "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.", diff --git a/src/assets/json-schemas/ocpp/2.0/NotifyEVChargingScheduleRequest.json b/src/assets/json-schemas/ocpp/2.0/NotifyEVChargingScheduleRequest.json index 6d096063..6d446017 100755 --- a/src/assets/json-schemas/ocpp/2.0/NotifyEVChargingScheduleRequest.json +++ b/src/assets/json-schemas/ocpp/2.0/NotifyEVChargingScheduleRequest.json @@ -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:NotifyEVChargingScheduleRequest", - "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.", diff --git a/src/assets/json-schemas/ocpp/2.0/NotifyEVChargingScheduleResponse.json b/src/assets/json-schemas/ocpp/2.0/NotifyEVChargingScheduleResponse.json index f4239343..ba622397 100755 --- a/src/assets/json-schemas/ocpp/2.0/NotifyEVChargingScheduleResponse.json +++ b/src/assets/json-schemas/ocpp/2.0/NotifyEVChargingScheduleResponse.json @@ -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:NotifyEVChargingScheduleResponse", - "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.", diff --git a/src/assets/json-schemas/ocpp/2.0/NotifyEventRequest.json b/src/assets/json-schemas/ocpp/2.0/NotifyEventRequest.json index 99d90a62..9692cd15 100755 --- a/src/assets/json-schemas/ocpp/2.0/NotifyEventRequest.json +++ b/src/assets/json-schemas/ocpp/2.0/NotifyEventRequest.json @@ -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:NotifyEventRequest", - "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.", diff --git a/src/assets/json-schemas/ocpp/2.0/NotifyEventResponse.json b/src/assets/json-schemas/ocpp/2.0/NotifyEventResponse.json index df02e70e..53097c6f 100755 --- a/src/assets/json-schemas/ocpp/2.0/NotifyEventResponse.json +++ b/src/assets/json-schemas/ocpp/2.0/NotifyEventResponse.json @@ -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:NotifyEventResponse", - "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.", diff --git a/src/assets/json-schemas/ocpp/2.0/NotifyMonitoringReportRequest.json b/src/assets/json-schemas/ocpp/2.0/NotifyMonitoringReportRequest.json index 6b405d1a..055c809d 100755 --- a/src/assets/json-schemas/ocpp/2.0/NotifyMonitoringReportRequest.json +++ b/src/assets/json-schemas/ocpp/2.0/NotifyMonitoringReportRequest.json @@ -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:NotifyMonitoringReportRequest", - "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.", diff --git a/src/assets/json-schemas/ocpp/2.0/NotifyMonitoringReportResponse.json b/src/assets/json-schemas/ocpp/2.0/NotifyMonitoringReportResponse.json index e262197d..ad54a8f3 100755 --- a/src/assets/json-schemas/ocpp/2.0/NotifyMonitoringReportResponse.json +++ b/src/assets/json-schemas/ocpp/2.0/NotifyMonitoringReportResponse.json @@ -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:NotifyMonitoringReportResponse", - "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.", diff --git a/src/assets/json-schemas/ocpp/2.0/NotifyReportRequest.json b/src/assets/json-schemas/ocpp/2.0/NotifyReportRequest.json index 61e2dcc5..707693d4 100755 --- a/src/assets/json-schemas/ocpp/2.0/NotifyReportRequest.json +++ b/src/assets/json-schemas/ocpp/2.0/NotifyReportRequest.json @@ -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:NotifyReportRequest", - "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.", diff --git a/src/assets/json-schemas/ocpp/2.0/NotifyReportResponse.json b/src/assets/json-schemas/ocpp/2.0/NotifyReportResponse.json index 4795187e..6ced4fbf 100755 --- a/src/assets/json-schemas/ocpp/2.0/NotifyReportResponse.json +++ b/src/assets/json-schemas/ocpp/2.0/NotifyReportResponse.json @@ -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:NotifyReportResponse", - "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.", diff --git a/src/assets/json-schemas/ocpp/2.0/PublishFirmwareRequest.json b/src/assets/json-schemas/ocpp/2.0/PublishFirmwareRequest.json index ff6ac83b..df87e97d 100755 --- a/src/assets/json-schemas/ocpp/2.0/PublishFirmwareRequest.json +++ b/src/assets/json-schemas/ocpp/2.0/PublishFirmwareRequest.json @@ -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:PublishFirmwareRequest", - "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.", diff --git a/src/assets/json-schemas/ocpp/2.0/PublishFirmwareResponse.json b/src/assets/json-schemas/ocpp/2.0/PublishFirmwareResponse.json index 652f9490..e2224677 100755 --- a/src/assets/json-schemas/ocpp/2.0/PublishFirmwareResponse.json +++ b/src/assets/json-schemas/ocpp/2.0/PublishFirmwareResponse.json @@ -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:PublishFirmwareResponse", - "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.", diff --git a/src/assets/json-schemas/ocpp/2.0/PublishFirmwareStatusNotificationRequest.json b/src/assets/json-schemas/ocpp/2.0/PublishFirmwareStatusNotificationRequest.json index 0eaac75b..c86102fa 100755 --- a/src/assets/json-schemas/ocpp/2.0/PublishFirmwareStatusNotificationRequest.json +++ b/src/assets/json-schemas/ocpp/2.0/PublishFirmwareStatusNotificationRequest.json @@ -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:PublishFirmwareStatusNotificationRequest", - "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.", diff --git a/src/assets/json-schemas/ocpp/2.0/PublishFirmwareStatusNotificationResponse.json b/src/assets/json-schemas/ocpp/2.0/PublishFirmwareStatusNotificationResponse.json index c7220a6f..720aae8a 100755 --- a/src/assets/json-schemas/ocpp/2.0/PublishFirmwareStatusNotificationResponse.json +++ b/src/assets/json-schemas/ocpp/2.0/PublishFirmwareStatusNotificationResponse.json @@ -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:PublishFirmwareStatusNotificationResponse", - "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.", diff --git a/src/assets/json-schemas/ocpp/2.0/ReportChargingProfilesRequest.json b/src/assets/json-schemas/ocpp/2.0/ReportChargingProfilesRequest.json index 03dfe76e..0ffbba12 100755 --- a/src/assets/json-schemas/ocpp/2.0/ReportChargingProfilesRequest.json +++ b/src/assets/json-schemas/ocpp/2.0/ReportChargingProfilesRequest.json @@ -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:ReportChargingProfilesRequest", - "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.", diff --git a/src/assets/json-schemas/ocpp/2.0/ReportChargingProfilesResponse.json b/src/assets/json-schemas/ocpp/2.0/ReportChargingProfilesResponse.json index 8bb3b815..22c68207 100755 --- a/src/assets/json-schemas/ocpp/2.0/ReportChargingProfilesResponse.json +++ b/src/assets/json-schemas/ocpp/2.0/ReportChargingProfilesResponse.json @@ -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:ReportChargingProfilesResponse", - "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.", diff --git a/src/assets/json-schemas/ocpp/2.0/RequestStartTransactionRequest.json b/src/assets/json-schemas/ocpp/2.0/RequestStartTransactionRequest.json index f1429db7..7af9b74d 100755 --- a/src/assets/json-schemas/ocpp/2.0/RequestStartTransactionRequest.json +++ b/src/assets/json-schemas/ocpp/2.0/RequestStartTransactionRequest.json @@ -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:RequestStartTransactionRequest", - "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.", diff --git a/src/assets/json-schemas/ocpp/2.0/RequestStartTransactionResponse.json b/src/assets/json-schemas/ocpp/2.0/RequestStartTransactionResponse.json index 0b1c04f0..905835c0 100755 --- a/src/assets/json-schemas/ocpp/2.0/RequestStartTransactionResponse.json +++ b/src/assets/json-schemas/ocpp/2.0/RequestStartTransactionResponse.json @@ -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:RequestStartTransactionResponse", - "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.", diff --git a/src/assets/json-schemas/ocpp/2.0/RequestStopTransactionRequest.json b/src/assets/json-schemas/ocpp/2.0/RequestStopTransactionRequest.json index ca331973..49cf6283 100755 --- a/src/assets/json-schemas/ocpp/2.0/RequestStopTransactionRequest.json +++ b/src/assets/json-schemas/ocpp/2.0/RequestStopTransactionRequest.json @@ -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:RequestStopTransactionRequest", - "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.", diff --git a/src/assets/json-schemas/ocpp/2.0/RequestStopTransactionResponse.json b/src/assets/json-schemas/ocpp/2.0/RequestStopTransactionResponse.json index cc133f49..1663593a 100755 --- a/src/assets/json-schemas/ocpp/2.0/RequestStopTransactionResponse.json +++ b/src/assets/json-schemas/ocpp/2.0/RequestStopTransactionResponse.json @@ -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:RequestStopTransactionResponse", - "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.", diff --git a/src/assets/json-schemas/ocpp/2.0/ReservationStatusUpdateRequest.json b/src/assets/json-schemas/ocpp/2.0/ReservationStatusUpdateRequest.json index 7991b0b5..4a942778 100755 --- a/src/assets/json-schemas/ocpp/2.0/ReservationStatusUpdateRequest.json +++ b/src/assets/json-schemas/ocpp/2.0/ReservationStatusUpdateRequest.json @@ -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:ReservationStatusUpdateRequest", - "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.", diff --git a/src/assets/json-schemas/ocpp/2.0/ReservationStatusUpdateResponse.json b/src/assets/json-schemas/ocpp/2.0/ReservationStatusUpdateResponse.json index 2b156005..ef7a8431 100755 --- a/src/assets/json-schemas/ocpp/2.0/ReservationStatusUpdateResponse.json +++ b/src/assets/json-schemas/ocpp/2.0/ReservationStatusUpdateResponse.json @@ -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:ReservationStatusUpdateResponse", - "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.", diff --git a/src/assets/json-schemas/ocpp/2.0/ReserveNowRequest.json b/src/assets/json-schemas/ocpp/2.0/ReserveNowRequest.json index e27580f1..d53bc5d2 100755 --- a/src/assets/json-schemas/ocpp/2.0/ReserveNowRequest.json +++ b/src/assets/json-schemas/ocpp/2.0/ReserveNowRequest.json @@ -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:ReserveNowRequest", - "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.", diff --git a/src/assets/json-schemas/ocpp/2.0/ReserveNowResponse.json b/src/assets/json-schemas/ocpp/2.0/ReserveNowResponse.json index f13e6c74..0efca45b 100755 --- a/src/assets/json-schemas/ocpp/2.0/ReserveNowResponse.json +++ b/src/assets/json-schemas/ocpp/2.0/ReserveNowResponse.json @@ -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:ReserveNowResponse", - "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.", diff --git a/src/assets/json-schemas/ocpp/2.0/ResetRequest.json b/src/assets/json-schemas/ocpp/2.0/ResetRequest.json index 3a2f0558..5cedd734 100755 --- a/src/assets/json-schemas/ocpp/2.0/ResetRequest.json +++ b/src/assets/json-schemas/ocpp/2.0/ResetRequest.json @@ -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:ResetRequest", - "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.", diff --git a/src/assets/json-schemas/ocpp/2.0/ResetResponse.json b/src/assets/json-schemas/ocpp/2.0/ResetResponse.json index b861923a..8ad654ca 100755 --- a/src/assets/json-schemas/ocpp/2.0/ResetResponse.json +++ b/src/assets/json-schemas/ocpp/2.0/ResetResponse.json @@ -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:ResetResponse", - "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.", diff --git a/src/assets/json-schemas/ocpp/2.0/SecurityEventNotificationRequest.json b/src/assets/json-schemas/ocpp/2.0/SecurityEventNotificationRequest.json index 217d3645..2e6f25c3 100755 --- a/src/assets/json-schemas/ocpp/2.0/SecurityEventNotificationRequest.json +++ b/src/assets/json-schemas/ocpp/2.0/SecurityEventNotificationRequest.json @@ -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:SecurityEventNotificationRequest", - "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.", diff --git a/src/assets/json-schemas/ocpp/2.0/SecurityEventNotificationResponse.json b/src/assets/json-schemas/ocpp/2.0/SecurityEventNotificationResponse.json index 7f51cd72..8ea94f97 100755 --- a/src/assets/json-schemas/ocpp/2.0/SecurityEventNotificationResponse.json +++ b/src/assets/json-schemas/ocpp/2.0/SecurityEventNotificationResponse.json @@ -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:SecurityEventNotificationResponse", - "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.", diff --git a/src/assets/json-schemas/ocpp/2.0/SendLocalListRequest.json b/src/assets/json-schemas/ocpp/2.0/SendLocalListRequest.json index f709a0d7..c5272b2e 100755 --- a/src/assets/json-schemas/ocpp/2.0/SendLocalListRequest.json +++ b/src/assets/json-schemas/ocpp/2.0/SendLocalListRequest.json @@ -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:SendLocalListRequest", - "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.", diff --git a/src/assets/json-schemas/ocpp/2.0/SendLocalListResponse.json b/src/assets/json-schemas/ocpp/2.0/SendLocalListResponse.json index d5765a63..c49037dd 100755 --- a/src/assets/json-schemas/ocpp/2.0/SendLocalListResponse.json +++ b/src/assets/json-schemas/ocpp/2.0/SendLocalListResponse.json @@ -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:SendLocalListResponse", - "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.", diff --git a/src/assets/json-schemas/ocpp/2.0/SetChargingProfileRequest.json b/src/assets/json-schemas/ocpp/2.0/SetChargingProfileRequest.json index 03c1df99..5307c431 100755 --- a/src/assets/json-schemas/ocpp/2.0/SetChargingProfileRequest.json +++ b/src/assets/json-schemas/ocpp/2.0/SetChargingProfileRequest.json @@ -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:SetChargingProfileRequest", - "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.", diff --git a/src/assets/json-schemas/ocpp/2.0/SetChargingProfileResponse.json b/src/assets/json-schemas/ocpp/2.0/SetChargingProfileResponse.json index 130adef8..3a8a6ca4 100755 --- a/src/assets/json-schemas/ocpp/2.0/SetChargingProfileResponse.json +++ b/src/assets/json-schemas/ocpp/2.0/SetChargingProfileResponse.json @@ -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:SetChargingProfileResponse", - "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.", diff --git a/src/assets/json-schemas/ocpp/2.0/SetDisplayMessageRequest.json b/src/assets/json-schemas/ocpp/2.0/SetDisplayMessageRequest.json index 3711af01..b96ee2eb 100755 --- a/src/assets/json-schemas/ocpp/2.0/SetDisplayMessageRequest.json +++ b/src/assets/json-schemas/ocpp/2.0/SetDisplayMessageRequest.json @@ -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:SetDisplayMessageRequest", - "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.", diff --git a/src/assets/json-schemas/ocpp/2.0/SetDisplayMessageResponse.json b/src/assets/json-schemas/ocpp/2.0/SetDisplayMessageResponse.json index 4b97caf1..f4970316 100755 --- a/src/assets/json-schemas/ocpp/2.0/SetDisplayMessageResponse.json +++ b/src/assets/json-schemas/ocpp/2.0/SetDisplayMessageResponse.json @@ -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:SetDisplayMessageResponse", - "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.", diff --git a/src/assets/json-schemas/ocpp/2.0/SetMonitoringBaseRequest.json b/src/assets/json-schemas/ocpp/2.0/SetMonitoringBaseRequest.json index 40b2342d..43c4d9cc 100755 --- a/src/assets/json-schemas/ocpp/2.0/SetMonitoringBaseRequest.json +++ b/src/assets/json-schemas/ocpp/2.0/SetMonitoringBaseRequest.json @@ -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:SetMonitoringBaseRequest", - "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.", diff --git a/src/assets/json-schemas/ocpp/2.0/SetMonitoringBaseResponse.json b/src/assets/json-schemas/ocpp/2.0/SetMonitoringBaseResponse.json index 708f37a1..690ae06a 100755 --- a/src/assets/json-schemas/ocpp/2.0/SetMonitoringBaseResponse.json +++ b/src/assets/json-schemas/ocpp/2.0/SetMonitoringBaseResponse.json @@ -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:SetMonitoringBaseResponse", - "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.", diff --git a/src/assets/json-schemas/ocpp/2.0/SetMonitoringLevelRequest.json b/src/assets/json-schemas/ocpp/2.0/SetMonitoringLevelRequest.json index 305891f2..5aa0ecbf 100755 --- a/src/assets/json-schemas/ocpp/2.0/SetMonitoringLevelRequest.json +++ b/src/assets/json-schemas/ocpp/2.0/SetMonitoringLevelRequest.json @@ -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:SetMonitoringLevelRequest", - "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.", diff --git a/src/assets/json-schemas/ocpp/2.0/SetMonitoringLevelResponse.json b/src/assets/json-schemas/ocpp/2.0/SetMonitoringLevelResponse.json index 94a406d1..8c9fc13a 100755 --- a/src/assets/json-schemas/ocpp/2.0/SetMonitoringLevelResponse.json +++ b/src/assets/json-schemas/ocpp/2.0/SetMonitoringLevelResponse.json @@ -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:SetMonitoringLevelResponse", - "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.", diff --git a/src/assets/json-schemas/ocpp/2.0/SetNetworkProfileRequest.json b/src/assets/json-schemas/ocpp/2.0/SetNetworkProfileRequest.json index 82eed321..d8195a4d 100755 --- a/src/assets/json-schemas/ocpp/2.0/SetNetworkProfileRequest.json +++ b/src/assets/json-schemas/ocpp/2.0/SetNetworkProfileRequest.json @@ -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:SetNetworkProfileRequest", - "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.", diff --git a/src/assets/json-schemas/ocpp/2.0/SetNetworkProfileResponse.json b/src/assets/json-schemas/ocpp/2.0/SetNetworkProfileResponse.json index 03a3d160..dd359dcc 100755 --- a/src/assets/json-schemas/ocpp/2.0/SetNetworkProfileResponse.json +++ b/src/assets/json-schemas/ocpp/2.0/SetNetworkProfileResponse.json @@ -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:SetNetworkProfileResponse", - "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.", diff --git a/src/assets/json-schemas/ocpp/2.0/SetVariableMonitoringRequest.json b/src/assets/json-schemas/ocpp/2.0/SetVariableMonitoringRequest.json index 29ede106..602a3cc2 100755 --- a/src/assets/json-schemas/ocpp/2.0/SetVariableMonitoringRequest.json +++ b/src/assets/json-schemas/ocpp/2.0/SetVariableMonitoringRequest.json @@ -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:SetVariableMonitoringRequest", - "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.", diff --git a/src/assets/json-schemas/ocpp/2.0/SetVariableMonitoringResponse.json b/src/assets/json-schemas/ocpp/2.0/SetVariableMonitoringResponse.json index 32870b99..67930269 100755 --- a/src/assets/json-schemas/ocpp/2.0/SetVariableMonitoringResponse.json +++ b/src/assets/json-schemas/ocpp/2.0/SetVariableMonitoringResponse.json @@ -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:SetVariableMonitoringResponse", - "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.", diff --git a/src/assets/json-schemas/ocpp/2.0/SetVariablesRequest.json b/src/assets/json-schemas/ocpp/2.0/SetVariablesRequest.json index 200b3cbd..793cce7d 100755 --- a/src/assets/json-schemas/ocpp/2.0/SetVariablesRequest.json +++ b/src/assets/json-schemas/ocpp/2.0/SetVariablesRequest.json @@ -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:SetVariablesRequest", - "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.", diff --git a/src/assets/json-schemas/ocpp/2.0/SetVariablesResponse.json b/src/assets/json-schemas/ocpp/2.0/SetVariablesResponse.json index d2e2c2cc..ae64f617 100755 --- a/src/assets/json-schemas/ocpp/2.0/SetVariablesResponse.json +++ b/src/assets/json-schemas/ocpp/2.0/SetVariablesResponse.json @@ -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:SetVariablesResponse", - "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.", diff --git a/src/assets/json-schemas/ocpp/2.0/SignCertificateRequest.json b/src/assets/json-schemas/ocpp/2.0/SignCertificateRequest.json index e80bf1d9..0cb18e33 100755 --- a/src/assets/json-schemas/ocpp/2.0/SignCertificateRequest.json +++ b/src/assets/json-schemas/ocpp/2.0/SignCertificateRequest.json @@ -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:SignCertificateRequest", - "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.", diff --git a/src/assets/json-schemas/ocpp/2.0/SignCertificateResponse.json b/src/assets/json-schemas/ocpp/2.0/SignCertificateResponse.json index 8c88f69c..90b79492 100755 --- a/src/assets/json-schemas/ocpp/2.0/SignCertificateResponse.json +++ b/src/assets/json-schemas/ocpp/2.0/SignCertificateResponse.json @@ -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:SignCertificateResponse", - "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.", diff --git a/src/assets/json-schemas/ocpp/2.0/StatusNotificationRequest.json b/src/assets/json-schemas/ocpp/2.0/StatusNotificationRequest.json index f79c968c..0bfdbc13 100755 --- a/src/assets/json-schemas/ocpp/2.0/StatusNotificationRequest.json +++ b/src/assets/json-schemas/ocpp/2.0/StatusNotificationRequest.json @@ -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:StatusNotificationRequest", - "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.", diff --git a/src/assets/json-schemas/ocpp/2.0/StatusNotificationResponse.json b/src/assets/json-schemas/ocpp/2.0/StatusNotificationResponse.json index 630b7577..b3b3583b 100755 --- a/src/assets/json-schemas/ocpp/2.0/StatusNotificationResponse.json +++ b/src/assets/json-schemas/ocpp/2.0/StatusNotificationResponse.json @@ -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:StatusNotificationResponse", - "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.", diff --git a/src/assets/json-schemas/ocpp/2.0/TransactionEventRequest.json b/src/assets/json-schemas/ocpp/2.0/TransactionEventRequest.json index 391881b0..ca70c783 100755 --- a/src/assets/json-schemas/ocpp/2.0/TransactionEventRequest.json +++ b/src/assets/json-schemas/ocpp/2.0/TransactionEventRequest.json @@ -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:TransactionEventRequest", - "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.", diff --git a/src/assets/json-schemas/ocpp/2.0/TransactionEventResponse.json b/src/assets/json-schemas/ocpp/2.0/TransactionEventResponse.json index 344a7b40..4407ad42 100755 --- a/src/assets/json-schemas/ocpp/2.0/TransactionEventResponse.json +++ b/src/assets/json-schemas/ocpp/2.0/TransactionEventResponse.json @@ -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:TransactionEventResponse", - "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.", diff --git a/src/assets/json-schemas/ocpp/2.0/TriggerMessageRequest.json b/src/assets/json-schemas/ocpp/2.0/TriggerMessageRequest.json index e45c7649..d3b90f7f 100755 --- a/src/assets/json-schemas/ocpp/2.0/TriggerMessageRequest.json +++ b/src/assets/json-schemas/ocpp/2.0/TriggerMessageRequest.json @@ -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:TriggerMessageRequest", - "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.", diff --git a/src/assets/json-schemas/ocpp/2.0/TriggerMessageResponse.json b/src/assets/json-schemas/ocpp/2.0/TriggerMessageResponse.json index a082c556..600e5035 100755 --- a/src/assets/json-schemas/ocpp/2.0/TriggerMessageResponse.json +++ b/src/assets/json-schemas/ocpp/2.0/TriggerMessageResponse.json @@ -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:TriggerMessageResponse", - "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.", diff --git a/src/assets/json-schemas/ocpp/2.0/UnlockConnectorRequest.json b/src/assets/json-schemas/ocpp/2.0/UnlockConnectorRequest.json index 635f5217..1cfc7c34 100755 --- a/src/assets/json-schemas/ocpp/2.0/UnlockConnectorRequest.json +++ b/src/assets/json-schemas/ocpp/2.0/UnlockConnectorRequest.json @@ -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:UnlockConnectorRequest", - "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.", diff --git a/src/assets/json-schemas/ocpp/2.0/UnlockConnectorResponse.json b/src/assets/json-schemas/ocpp/2.0/UnlockConnectorResponse.json index ebfa782a..ed10dcec 100755 --- a/src/assets/json-schemas/ocpp/2.0/UnlockConnectorResponse.json +++ b/src/assets/json-schemas/ocpp/2.0/UnlockConnectorResponse.json @@ -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:UnlockConnectorResponse", - "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.", diff --git a/src/assets/json-schemas/ocpp/2.0/UnpublishFirmwareRequest.json b/src/assets/json-schemas/ocpp/2.0/UnpublishFirmwareRequest.json index 26cc1187..3ba2574d 100755 --- a/src/assets/json-schemas/ocpp/2.0/UnpublishFirmwareRequest.json +++ b/src/assets/json-schemas/ocpp/2.0/UnpublishFirmwareRequest.json @@ -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:UnpublishFirmwareRequest", - "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.", diff --git a/src/assets/json-schemas/ocpp/2.0/UnpublishFirmwareResponse.json b/src/assets/json-schemas/ocpp/2.0/UnpublishFirmwareResponse.json index 60e70b4b..88596c80 100755 --- a/src/assets/json-schemas/ocpp/2.0/UnpublishFirmwareResponse.json +++ b/src/assets/json-schemas/ocpp/2.0/UnpublishFirmwareResponse.json @@ -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:UnpublishFirmwareResponse", - "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.", diff --git a/src/assets/json-schemas/ocpp/2.0/UpdateFirmwareRequest.json b/src/assets/json-schemas/ocpp/2.0/UpdateFirmwareRequest.json index 492e5f2d..ba818944 100755 --- a/src/assets/json-schemas/ocpp/2.0/UpdateFirmwareRequest.json +++ b/src/assets/json-schemas/ocpp/2.0/UpdateFirmwareRequest.json @@ -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:UpdateFirmwareRequest", - "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.", diff --git a/src/assets/json-schemas/ocpp/2.0/UpdateFirmwareResponse.json b/src/assets/json-schemas/ocpp/2.0/UpdateFirmwareResponse.json index f863d309..31abc06f 100755 --- a/src/assets/json-schemas/ocpp/2.0/UpdateFirmwareResponse.json +++ b/src/assets/json-schemas/ocpp/2.0/UpdateFirmwareResponse.json @@ -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:UpdateFirmwareResponse", - "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.", diff --git a/src/charging-station/ChargingStationUtils.ts b/src/charging-station/ChargingStationUtils.ts index 540ec4ff..daf48ac3 100644 --- a/src/charging-station/ChargingStationUtils.ts +++ b/src/charging-station/ChargingStationUtils.ts @@ -172,10 +172,12 @@ export class ChargingStationUtils { ...(!Utils.isUndefined(stationInfo.chargeBoxSerialNumber) && { serialNumber: stationInfo.chargeBoxSerialNumber, }), - modem: { - ...(!Utils.isUndefined(stationInfo.iccid) && { iccid: stationInfo.iccid }), - ...(!Utils.isUndefined(stationInfo.imsi) && { imsi: stationInfo.imsi }), - }, + ...((!Utils.isUndefined(stationInfo.iccid) || !Utils.isUndefined(stationInfo.imsi)) && { + modem: { + ...(!Utils.isUndefined(stationInfo.iccid) && { iccid: stationInfo.iccid }), + ...(!Utils.isUndefined(stationInfo.imsi) && { imsi: stationInfo.imsi }), + }, + }), }, } as OCPP20BootNotificationRequest; } diff --git a/src/charging-station/ocpp/2.0/OCPP20RequestService.ts b/src/charging-station/ocpp/2.0/OCPP20RequestService.ts index eb98bd15..336327c9 100644 --- a/src/charging-station/ocpp/2.0/OCPP20RequestService.ts +++ b/src/charging-station/ocpp/2.0/OCPP20RequestService.ts @@ -99,26 +99,29 @@ export default class OCPP20RequestService extends OCPPRequestService { commandParams = commandParams as JsonObject; switch (commandName) { case OCPP20RequestCommand.BOOT_NOTIFICATION: - commandParams.modem = commandParams.modem as JsonObject; + commandParams.chargingStation = commandParams.chargingStation as JsonObject; + commandParams.chargingStation.modem = commandParams.chargingStation.modem as JsonObject; return { reason: commandParams?.reason, chargingStation: { - model: commandParams?.model, - vendorName: commandParams?.vendorName, - ...(!Utils.isUndefined(commandParams?.firmwareVersion) && { - firmwareVersion: commandParams.firmwareVersion, + model: commandParams?.chargingStation?.model, + vendorName: commandParams?.chargingStation?.vendorName, + ...(!Utils.isUndefined(commandParams?.chargingStation?.firmwareVersion) && { + firmwareVersion: commandParams.chargingStation?.firmwareVersion, }), - ...(!Utils.isUndefined(commandParams?.serialNumber) && { - serialNumber: commandParams.serialNumber, + ...(!Utils.isUndefined(commandParams?.chargingStation?.serialNumber) && { + serialNumber: commandParams.chargingStation?.serialNumber, + }), + ...(!Utils.isUndefined(commandParams?.chargingStation?.modem) && { + modem: { + ...(!Utils.isUndefined(commandParams?.chargingStation?.modem?.iccid) && { + iccid: commandParams.chargingStation.modem.iccid, + }), + ...(!Utils.isUndefined(commandParams?.chargingStation?.modem?.imsi) && { + imsi: commandParams.chargingStation.modem.imsi, + }), + }, }), - modem: { - ...(!Utils.isUndefined(commandParams?.modem?.iccid) && { - iccid: commandParams.modem.iccid, - }), - ...(!Utils.isUndefined(commandParams?.modem?.imsi) && { - imsi: commandParams.modem.imsi, - }), - }, }, } as unknown as Request; default: diff --git a/src/charging-station/ocpp/OCPPIncomingRequestService.ts b/src/charging-station/ocpp/OCPPIncomingRequestService.ts index 952e740e..90c06d22 100644 --- a/src/charging-station/ocpp/OCPPIncomingRequestService.ts +++ b/src/charging-station/ocpp/OCPPIncomingRequestService.ts @@ -23,6 +23,7 @@ export default abstract class OCPPIncomingRequestService { protected constructor(version: OCPPVersion) { this.version = version; this.ajv = new Ajv({ + keywords: ['javaType'], multipleOfPrecision: 2, }); ajvFormats(this.ajv); diff --git a/src/charging-station/ocpp/OCPPRequestService.ts b/src/charging-station/ocpp/OCPPRequestService.ts index fda320ab..e4890a91 100644 --- a/src/charging-station/ocpp/OCPPRequestService.ts +++ b/src/charging-station/ocpp/OCPPRequestService.ts @@ -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); diff --git a/src/charging-station/ocpp/OCPPResponseService.ts b/src/charging-station/ocpp/OCPPResponseService.ts index adcdacae..97a13034 100644 --- a/src/charging-station/ocpp/OCPPResponseService.ts +++ b/src/charging-station/ocpp/OCPPResponseService.ts @@ -19,6 +19,7 @@ export default abstract class OCPPResponseService { protected constructor(version: OCPPVersion) { this.version = version; this.ajv = new Ajv({ + keywords: ['javaType'], multipleOfPrecision: 2, }); ajvFormats(this.ajv); diff --git a/src/utils/Utils.ts b/src/utils/Utils.ts index 0da6289c..86b0daa2 100644 --- a/src/utils/Utils.ts +++ b/src/utils/Utils.ts @@ -174,7 +174,11 @@ export default class Utils { } public static isObject(item: unknown): boolean { - return item && typeof item === 'object' && Array.isArray(item) === false; + return ( + Utils.isNullOrUndefined(item) === false && + typeof item === 'object' && + Array.isArray(item) === false + ); } public static cloneObject(object: T): T {