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 1c19986 commit 27258e9Copy full SHA for 27258e9
src/Microsoft.OpenApi/Models/OpenApiMediaType.cs
@@ -96,7 +96,7 @@ public void SerializeAsV2(IOpenApiWriter writer)
96
// Media type does not exist in V2.
97
}
98
99
- private void SerializeExamples(IOpenApiWriter writer, IDictionary<string, OpenApiExample> examples)
+ private static void SerializeExamples(IOpenApiWriter writer, IDictionary<string, OpenApiExample> examples)
100
{
101
/* Special case for writing out empty arrays as valid response examples
102
* Check if there is any example with an empty array as its value and set the flag `hasEmptyArray` to true
0 commit comments