Specifies undefined schema Id handling options for the JsonSchemaGenerator.
| C# | Visual Basic | Visual C++ |
public enum UndefinedSchemaIdHandling
Public Enumeration UndefinedSchemaIdHandling
public enum class UndefinedSchemaIdHandling
| 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.
|