We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8946f5 commit 1715b0fCopy full SHA for 1715b0f
src/OCPI.Net.Contracts/Token/OcpiLocationReferences.cs
@@ -15,7 +15,7 @@ public class OcpiLocationReferences
15
/// given location.
16
/// </summary>
17
[JsonPropertyName("evse_uids")]
18
- public string? EvseUids { get; set; }
+ public IEnumerable<string>? EvseUids { get; set; }
19
20
//==================== Deprecated in OCPI 2.2 ========================
21
0 commit comments