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

NJsonSchema.Generation.IXmlDocsSettings

public interface IXmlDocsSettings
The XML Docs related settings.
namespace NJsonSchema.Generation { public interface IXmlDocsSettings { bool UseXmlDocumentation { get; } bool ResolveExternalXmlDocumentation { get; } XmlDocsFormattingMode XmlDocumentationFormatting { get; set; } } }