Skip to content

Commit

Permalink
Update snapshot test for openapi guid mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveDunn committed Jul 22, 2024
1 parent e80a57e commit 441f081
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public static class VogenSwashbuckleExtensions
{
public static global::Swashbuckle.AspNetCore.SwaggerGen.SwaggerGenOptions MapVogenTypes(this global::Swashbuckle.AspNetCore.SwaggerGen.SwaggerGenOptions o)
{
global::Microsoft.Extensions.DependencyInjection.SwaggerGenOptionsExtensions.MapType<MyLongNamespace.Vo>(o, () => new global::Microsoft.OpenApi.Models.OpenApiSchema { Type = "string" });
global::Microsoft.Extensions.DependencyInjection.SwaggerGenOptionsExtensions.MapType<MyLongNamespace.Vo>(o, () => new global::Microsoft.OpenApi.Models.OpenApiSchema { Type = "string", Format = "uuid" });


return o;
Expand Down

0 comments on commit 441f081

Please sign in to comment.