Skip to content

Commit

Permalink
add json property purpose (#168)
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Tuerk <[email protected]>
  • Loading branch information
JoTiTu authored Aug 21, 2024
1 parent 2b677b4 commit ba3c20a
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 ba3c20a

Please sign in to comment.