UndefinedSchemaIdHandling
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.
None = 0
Do not infer a schema Id.
Use the assembly qualified .NET type name as the schema Id.
UseTypeName = 1
Use the .NET type name as the schema Id.