Skip to content

Commit

Permalink
Fix wrong JsonPropertyName
Browse files Browse the repository at this point in the history
  • Loading branch information
ivarne committed Oct 12, 2023
1 parent 5e830ad commit e85d97f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Models/Authorization/Role.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public class Role
/// Gets or sets the role type
/// </summary>
[JsonProperty]
[JsonPropertyName("value")]
[JsonPropertyName("type")]
public string Type { get; set; }

/// <summary>
Expand Down

0 comments on commit e85d97f

Please sign in to comment.