OpenApiJsonWriterSettings Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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. |