UndefinedSchemaIdHandling
Specifies undefined schema Id handling options for the JsonSchemaGenerator.
namespace Newtonsoft.Json.Schema
{
public enum UndefinedSchemaIdHandling
{
None,
UseTypeName,
UseAssemblyQualifiedName
}
}