ITypeMapper public interface ITypeMapper Maps .NET type to a generated JSON Schema. Documentation Code Type MappedType { get; } Gets the mapped type. bool UseReference { get; } Gets a value indicating whether to use a JSON Schema reference for the type. void GenerateSchema(JsonSchema schema, TypeMapperContext context) Gets the schema for the mapped type.