OpenApiJsonWriterSettings Class

Definition

Configuration settings to control how OpenAPI Json documents are written

public class OpenApiJsonWriterSettings : Microsoft.OpenApi.Writers.OpenApiWriterSettings
type OpenApiJsonWriterSettings = class
    inherit OpenApiWriterSettings
Public Class OpenApiJsonWriterSettings
Inherits OpenApiWriterSettings
Inheritance
OpenApiJsonWriterSettings

Constructors

OpenApiJsonWriterSettings()

Initializes a new instance of the OpenApiJsonWriterSettings class.

Properties

InlineExternalReferences

Indicates if external references should be rendered as an inline object

(Inherited from OpenApiWriterSettings)
InlineLocalReferences

Indicates if local references should be rendered as an inline object

(Inherited from OpenApiWriterSettings)
ReferenceInline
Obsolete.

Indicates how references in the source document should be handled.

(Inherited from OpenApiWriterSettings)
Terse

Indicates whether or not the produced document will be written in a compact or pretty fashion.

Applies to