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 2c64dad commit 2bf6b36Copy full SHA for 2bf6b36
src/Microsoft.OpenApi/Writers/OpenApiWriterSettings.cs
@@ -69,6 +69,11 @@ public ReferenceInlineSetting ReferenceInline {
69
/// </summary>
70
public bool InlineExternalReferences { get; set; } = false;
71
72
+ /// <summary>
73
+ /// Indicates whether or not the produced document will be written in a compact or pretty fashion.
74
+ /// </summary>
75
+ public bool Terse { get; set; } = false;
76
+
77
78
internal bool ShouldInlineReference(OpenApiReference reference)
79
{
0 commit comments