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