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

TypeExtensions

public static class TypeExtensions
public static string GetDescription(this CachedType type, IXmlDocsSettings xmlDocsSettings)

public static string GetDescription(this ContextualAccessorInfo accessorInfo, IXmlDocsSettings xmlDocsSettings)

Gets the description of the given member (based on the DescriptionAttribute, DisplayAttribute or XML Documentation).

public static string GetDescription(this ContextualParameterInfo parameter, IXmlDocsSettings xmlDocsSettings)

Gets the description of the given member (based on the DescriptionAttribute, DisplayAttribute or XML Documentation).

public static string GetName(this ContextualAccessorInfo accessorInfo)

Gets the name of the property for JSON serialization.