<PackageReference Include="NJsonSchema" Version="9.1.7" />

JsonSchemaGeneratorSettings

public IContractResolver ContractResolver { get; set; }

public EnumHandling DefaultEnumHandling { get; set; }

public bool FlattenInheritanceHierarchy { get; set; }

public bool GenerateKnownTypes { get; set; }

public bool GenerateXmlObjects { get; set; }

public NullHandling NullHandling { get; set; }

public ICollection<ITypeMapper> TypeMappers { get; set; }