We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 39d3cc2 + 24469a7 commit 68e16e8Copy full SHA for 68e16e8
1 file changed
src/Microsoft.OpenApi/Models/OpenApiOperation.cs
@@ -75,7 +75,7 @@ public ISet<OpenApiTagReference>? Tags
75
public IOpenApiRequestBody? RequestBody { get; set; }
76
77
/// <summary>
78
- /// REQUIRED. The list of possible responses as they are returned from executing this operation.
+ /// The list of possible responses as they are returned from executing this operation.
79
/// </summary>
80
public OpenApiResponses? Responses { get; set; } = [];
81
0 commit comments