UndefinedSchemaIdHandling Enumeration |
Note: This API is now obsolete.
Specifies undefined schema Id handling options for the JsonSchemaGenerator.
| JSON Schema validation has been moved to its own package. See https://www.newtonsoft.com/jsonschema for more details. |
Namespace: Newtonsoft.Json.Schema
[ObsoleteAttribute("JSON Schema validation has been moved to its own package. See https://www.newtonsoft.com/jsonschema for more details.")] public enum UndefinedSchemaIdHandling
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | Do not infer a schema Id. | |
| UseTypeName | 1 | Use the .NET type name as the schema Id. | |
| UseAssemblyQualifiedName | 2 | Use the assembly qualified .NET type name as the schema Id. |