Skip to content

Commit 1715b0f

Browse files
authored
Change EvseUids property type to IEnumerable<string> (#33)
This Parameter's Card is `*`, `*` is null or []
1 parent c8946f5 commit 1715b0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/OCPI.Net.Contracts/Token/OcpiLocationReferences.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public class OcpiLocationReferences
1515
/// given location.
1616
/// </summary>
1717
[JsonPropertyName("evse_uids")]
18-
public string? EvseUids { get; set; }
18+
public IEnumerable<string>? EvseUids { get; set; }
1919

2020
//==================== Deprecated in OCPI 2.2 ========================
2121

0 commit comments

Comments
 (0)