UndefinedSchemaIdHandling Enumeration

Json.NET

Json.NET - Quick Starts & API Documentation UndefinedSchemaIdHandling Enumeration
NamespacesNewtonsoft.Json.SchemaUndefinedSchemaIdHandling
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.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.0.2.0 (4.0.2.13623)