Json.NET - Quick Starts & API Documentation
UndefinedSchemaIdHandling Enumeration
Namespaces ► Newtonsoft.Json.Schema ► UndefinedSchemaIdHandling
Specifies undefined schema Id handling options for the JsonSchemaGenerator.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public enum UndefinedSchemaIdHandling
Public Enumeration UndefinedSchemaIdHandling
public enum class UndefinedSchemaIdHandling
Members
Member | Description |
---|---|
None |
Do not infer a schema Id.
|
UseTypeName |
Use the .NET type name as the schema Id.
|
UseAssemblyQualifiedName |
Use the assembly qualified .NET type name as the schema Id.
|