Skip to content

Commit

Permalink
add json property purpose
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Tuerk <[email protected]>
  • Loading branch information
JoTiTu committed Aug 20, 2024
1 parent 8016504 commit d400dc8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ public class PresentationDefinition
/// <summary>
/// This MUST be a string that describes the purpose for which the Presentation Definition's inputs are being used for.
/// </summary>
[JsonProperty("purpose")]
public string? Purpose { get; }

/// <summary>
Expand Down

0 comments on commit d400dc8

Please sign in to comment.