Skip to content

Commit

Permalink
SO20-1526: Fix typo in OpenAPI (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
OrYaari authored Oct 30, 2023
1 parent ad7c494 commit c4643d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/schemas/EvseDataRecord.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/schemas/PullEvseDataRecord.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c4643d0

Please sign in to comment.