PrimitiveTypeMapper public class PrimitiveTypeMapper : ITypeMapper Documentation Code public Type MappedType { get; } public bool UseReference { get; } public PrimitiveTypeMapper(Type mappedType, Action<JsonSchema4> transformer) public Task GenerateSchemaAsync<TSchemaType>(TSchemaType schema, JsonSchemaGenerator schemaGenerator, JsonSchemaResolver schemaResolver, IEnumerable<Attribute> parentAttributes) where TSchemaType : JsonSchema4