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 f00c27c commit 08bb98fCopy full SHA for 08bb98f
src/Microsoft.OpenApi/Models/OpenApiComponents.cs
@@ -79,6 +79,8 @@ public void SerializeAsV3(IOpenApiWriter writer)
79
// If references have been inlined we don't need the to render the components section
80
if (writer.GetSettings().ReferenceInline != ReferenceInlineSetting.DoNotInlineReferences)
81
{
82
+ writer.WriteStartObject();
83
+ writer.WriteEndObject();
84
return;
85
}
86
0 commit comments