File tree Expand file tree Collapse file tree 2 files changed +0
-14
lines changed
SimpleAuthentication.Swashbuckle/Swagger
SimpleAuthentication/OpenApi Expand file tree Collapse file tree 2 files changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -21,13 +21,6 @@ public static OpenApiResponse CreateResponse(string description)
2121 [ MediaTypeNames . Application . ProblemJson ] = new ( )
2222 {
2323 Schema = new OpenApiSchemaReference ( nameof ( ProblemDetails ) )
24- {
25- Reference = new ( )
26- {
27- Type = ReferenceType . Schema ,
28- Id = nameof ( ProblemDetails )
29- }
30- }
3124 }
3225 }
3326 } ;
Original file line number Diff line number Diff line change @@ -70,13 +70,6 @@ public static OpenApiResponse CreateResponse(string description)
7070 [ MediaTypeNames . Application . ProblemJson ] = new ( )
7171 {
7272 Schema = new OpenApiSchemaReference ( nameof ( ProblemDetails ) )
73- {
74- Reference = new ( )
75- {
76- Type = ReferenceType . Schema ,
77- Id = nameof ( ProblemDetails )
78- }
79- }
8073 }
8174 }
8275 } ;
You can’t perform that action at this time.
0 commit comments