Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

enum Newtonsoft.​Json.​Schema.​UndefinedSchemaIdHandling

Assembly: Newtonsoft.Json

<para> Specifies undefined schema Id handling options for the <see cref="T:Newtonsoft.Json.Schema.JsonSchemaGenerator" />. </para> <note type="caution"> JSON Schema validation has been moved to its own package. See <see href="http://www.newtonsoft.com/jsonschema">http://www.newtonsoft.com/jsonschema</see> for more details. </note>

Values

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.