JsonSchemaGeneratorSettings public class JsonSchemaGeneratorSettings Documentation Code public IContractResolver ActualContractResolver { get; } public IContractResolver ContractResolver { get; set; } public EnumHandling DefaultEnumHandling { get; set; } public PropertyNameHandling DefaultPropertyNameHandling { get; set; } public bool FlattenInheritanceHierarchy { get; set; } public bool GenerateKnownTypes { get; set; } public bool GenerateXmlObjects { get; set; } public NullHandling NullHandling { get; set; } public ISchemaNameGenerator SchemaNameGenerator { get; set; } public ICollection<ITypeMapper> TypeMappers { get; set; } public ITypeNameGenerator TypeNameGenerator { get; set; } public JsonSchemaGeneratorSettings()