From c4643d04281604ce69aa9278e79f6b3f2fd1be7c Mon Sep 17 00:00:00 2001 From: Or Yaari <47272859+OrYaari@users.noreply.github.com> Date: Mon, 30 Oct 2023 10:58:27 +0100 Subject: [PATCH] SO20-1526: Fix typo in OpenAPI (#16) --- src/schemas/EvseDataRecord.yaml | 2 +- src/schemas/PullEvseDataRecord.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/schemas/EvseDataRecord.yaml b/src/schemas/EvseDataRecord.yaml index 9f36747..3317462 100644 --- a/src/schemas/EvseDataRecord.yaml +++ b/src/schemas/EvseDataRecord.yaml @@ -143,7 +143,7 @@ properties: description: Inform the EV driver where the ChargingPoint could be accessed. items: $ref: "./InfoTextType.yaml" - GeoChargngPointEntrance: + GeoChargingPointEntrance: $ref: "./GeoCoordinates.yaml" IsOpen24Hours: type: boolean diff --git a/src/schemas/PullEvseDataRecord.yaml b/src/schemas/PullEvseDataRecord.yaml index 7a8d828..899398f 100644 --- a/src/schemas/PullEvseDataRecord.yaml +++ b/src/schemas/PullEvseDataRecord.yaml @@ -145,7 +145,7 @@ properties: description: Inform the EV driver where the ChargingPoint could be accessed. items: $ref: "./InfoTextType.yaml" - GeoChargngPointEntrance: + GeoChargingPointEntrance: $ref: "./GeoCoordinates.yaml" IsOpen24Hours: type: boolean