UndefinedSchemaIdHandling
Specifies undefined schema Id handling options for the JsonSchemaGenerator.
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.