We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6b9f74 commit 63dca8aCopy full SHA for 63dca8a
src/Microsoft.OpenApi/Extensions/OpenApiTypeMapper.cs
@@ -54,7 +54,7 @@ public static string[] ToIdentifier(this JsonSchemaType schemaType)
54
/// </summary>
55
/// <param name="schemaType"></param>
56
/// <returns></returns>
57
- internal static string FirstIdentifier(this JsonSchemaType schemaType)
+ internal static string ToFirstIdentifier(this JsonSchemaType schemaType)
58
{
59
var identifier = schemaType.ToIdentifier();
60
return identifier[0];
0 commit comments