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

ObjectTypeMapper

public class ObjectTypeMapper : ITypeMapper
public Type MappedType { get; }

public bool UseReference { get; }

public ObjectTypeMapper(Type mappedType, JsonSchema4 schema)

public Task GenerateSchemaAsync<TSchemaType>(TSchemaType schema, JsonSchemaGenerator schemaGenerator, JsonSchemaResolver schemaResolver, IEnumerable<Attribute> parentAttributes) where TSchemaType : JsonSchema4