JsonSchemaGeneratorSettings
The JSON Schema generator settings.
Gets or sets the default enum handling (default: Integer).
Gets or sets the default property name handling (default: Default).
Gets or sets a value indicating whether to flatten the inheritance hierarchy instead of using allOf to describe inheritance (default: false).
Gets or sets a value indicating whether to generate schemas for types in KnownTypeAttribute attributes (default: true).
Gets or sets a value indicating whether to generate xmlObject representation for definitions (default: false).
Gets or sets the property nullability handling.
Gets or sets the schema name generator.
Gets or sets the type mappings.
Gets or sets the type name generator.
public JsonSchemaGeneratorSettings()
Initializes a new instance of the JsonSchemaGeneratorSettings class.