Skip to content

Commit 02772cc

Browse files
authored
Fix AuthenticationExtensionsClientInputs Example prop name for conformance tests passing (#404)
1 parent 1e7967b commit 02772cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Src/Fido2.Models/Objects/AuthenticationExtensionsClientInputs.cs

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

0 commit comments

Comments
 (0)