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

DefaultReflectionService

public virtual JsonTypeDescription GetDescription(Type type, IEnumerable<Attribute> parentAttributes, JsonSchemaGeneratorSettings settings)

protected virtual bool IsArrayType(Type type, IEnumerable<Attribute> parentAttributes)

protected virtual bool IsDictionaryType(Type type, IEnumerable<Attribute> parentAttributes)

protected virtual bool IsFileType(Type type, IEnumerable<Attribute> parentAttributes)

public virtual bool IsNullable(Type type, IEnumerable<Attribute> parentAttributes, JsonSchemaGeneratorSettings settings)