Skip to content

Commit a6a0e84

Browse files
authored
add json ignore (#177)
Signed-off-by: Johannes Tuerk <johannes.tuerk@lissi.id>
1 parent fbed0d9 commit a6a0e84

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/WalletFramework.Oid4Vc/Oid4Vp/Models/ClientMetadata.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ public record ClientMetadata
4040

4141
[JsonProperty("jwks")]
4242
[JsonConverter(typeof(ClientJwksConverter))]
43+
[JsonIgnore]
4344
public List<JsonWebKey> Jwks { get; }
4445

4546
/// <summary>

0 commit comments

Comments
 (0)