Skip to content

Commit ff9f164

Browse files
Update src/Microsoft.OpenApi/Extensions/OpenApiTypeMapper.cs
Co-authored-by: Darrel <[email protected]>
1 parent 63dca8a commit ff9f164

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.OpenApi/Extensions/OpenApiTypeMapper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public static class OpenApiTypeMapper
3434
/// </summary>
3535
/// <param name="schemaType"></param>
3636
/// <returns></returns>
37-
public static string[] ToIdentifier(this JsonSchemaType schemaType)
37+
public static string[] ToIdentifiers(this JsonSchemaType schemaType)
3838
{
3939
var types = new List<string>();
4040

0 commit comments

Comments
 (0)