Skip to content

Commit e571db5

Browse files
authored
Add .bool to Output aswell (#409)
1 parent e6567d3 commit e571db5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Src/Fido2.Models/Objects/AuthenticationExtensionsClientOutputs.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ public class AuthenticationExtensionsClientOutputs
77
/// <summary>
88
/// This extension allows for passing of conformance tests
99
/// </summary>
10-
[JsonPropertyName("example.extension")]
10+
[JsonPropertyName("example.extension.bool")]
1111
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
1212
public object Example { get; set; }
1313

0 commit comments

Comments
 (0)