Skip to content

Commit ba3c20a

Browse files
authored
add json property purpose (#168)
Signed-off-by: Johannes Tuerk <johannes.tuerk@lissi.id>
1 parent 2b677b4 commit ba3c20a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/WalletFramework.Oid4Vc/Oid4Vp/PresentationExchange/Models/PresentationDefinition.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ public class PresentationDefinition
3636
/// <summary>
3737
/// This MUST be a string that describes the purpose for which the Presentation Definition's inputs are being used for.
3838
/// </summary>
39+
[JsonProperty("purpose")]
3940
public string? Purpose { get; }
4041

4142
/// <summary>

0 commit comments

Comments
 (0)