Enum UndefinedSchemaIdHandling
- Namespace
- Newtonsoft.Json.Schema
- Assembly
- Newtonsoft.Json.dll
Specifies undefined schema Id handling options for the JsonSchemaGenerator.
public enum UndefinedSchemaIdHandling
Fields
None = 0Do not infer a schema Id.
UseAssemblyQualifiedName = 2Use the assembly qualified .NET type name as the schema Id.
UseTypeName = 1Use the .NET type name as the schema Id.